Re: [Web-SIG] Generic configuration

2010-03-16 Thread Manlio Perillo
Alex Morega ha scritto: > Hello, > > This is not really a WSGI question, it's more into general configuration, but > I don't know of a better place to ask it. > > Paster config files allow you to hook up WSGI applications, middleware, and a > server, plus some (undocumented?) magic configuratio

Re: [Web-SIG] Migrating from mod_wsgi to FastCGI

2010-03-16 Thread Gustavo Narea
Thank you all for your responses! - Gustavo. On 15/03/10 17:02, Nathan Yergler wrote: > We've migrated a couple applications from mod_wsgi to mod_fcgid > (http://httpd.apache.org/mod_fcgid/) without any problems, and it's > now our default deployment strategy. > > Regards, > > Nathan > > > On Mo

Re: [Web-SIG] Generic configuration

2010-03-16 Thread Aaron Watters
WHIFF has a concept of configurable resources for application groups, if you care to take a look. concept: http://whiffdoc.appspot.com/docs/W1000_1000.resources deployment API: http://whiffdoc.appspot.com/docs/W1200_1000.DirectoryConfig access API: http://whiffdoc.appspot.com/docs/W1200_13

[Web-SIG] Generic configuration

2010-03-16 Thread Alex Morega
Hello, This is not really a WSGI question, it's more into general configuration, but I don't know of a better place to ask it. Paster config files allow you to hook up WSGI applications, middleware, and a server, plus some (undocumented?) magic configuration of the logging module. But what abo