Friday, October 26, 2012

Re: Help with Deployment: CakePHP App (AppServer) behind Firewall with a Seperate WebServer

I don't think there's anything special that's specific to Cake. It
shouldn't be any different than if you were using anything else.

On Thu, Oct 25, 2012 at 8:10 PM, Blues Clues <bluesclues9@gmail.com> wrote:
> Hi
> I am lost here. We need to deploy our first CakePHP application using 3-tier
> architecture as follows. My CakePHP already works on my localhost however,
> we need to place CakePHP app inside firewall and have webserver outside
> firewall that actually processes user requests.
>
> How can we deploy something like this?. We need to protect all the code
> written (Controllers, Models, Views) in CakePHP by keeping it behind
> firewall.
>
> Required Architecture:
>
> 1. Web Server - Just receives requests/sends responses back to the user.
> This is outside firewall.
>
> 2. App Server - This is where we have CakePHP code. Receives Requests 'Only'
> from webserver and processes requests using CakePHP M-V-C and responds to
> WebServer.
>
> 3. Database Server - This is where we have Database engine running. This
> server receives requests from AppServer. CakePHP AppServer simply connects
> to this Database Server.
>
> As of now, my localhost has Web/AppServer running. I don't like this
> architecture as my localhost has CakePHP code developed by us.
>
> Any ideas...I thought this is no brainer but now, I am perplexed as how I
> can split WebServer and AppServer(CakePHP).
>
> Thanks
> Blues Clues
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com.
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php?hl=en.
>
>

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.

No comments: