[Dancer-users] Deployment pod

Puneet Kishor punk.kish at gmail.com
Thu Nov 10 00:47:06 CET 2011


> 
> On 9 November 2011 22:57, Assaf Gordon <gordon at cshl.edu> wrote:
>> Here's my latest draft:
>> https://github.com/agordon/Dancer/blob/topic/deployment_pod/lib/Dancer/Deployment.pod
>> 
>> It's pretty much ready (from my narrow Apache point-of-view).
>> 
>> 1. I have verified all the different apache configurations - they all work (barring any typos).
>> 
>> 2. included is a section on serving static files directly (requested by someone on the mailing list).
>> 
>> 3. Added a section on load-balancing in apache using mod_proxy_balancer
>> 
>> 4. Elaborated about deploying multiple Dancer applications on same server.
>> 
>> 5. Simplified (IMHO) the configuration Stanzas - removed fluff like "ServerName" etc. which is not always relevant.
>> 
>> 6. Change some of the Apache configuration examples, the old POD show changing the "documentroot" - that's not needed.
>> 
>> 7. with NGINX+Proxy, simplified the example, removed fluff, and made it use TCP socket instead of a unix socket - to be more in line with the other examples.
>> 
>> 8. Other stuff - copied as-is. I'm not familiar with those things (e.g. PerlBal, Balance, UBic, etc.) - so proofreading is still required.
>> 
>> 
>> Comments and corrections are welcomed,



Very nice. But, I don't get why is it that I am able to run several Starman powered Dancer apps behind Apache front-end without every having declared the behind_proxy setting in the config file.

--
Puneet Kishor


More information about the Dancer-users mailing list