On Thu, Jun 11, 2009 at 10:44:30AM -0400, David Susco wrote:
@Jonathan - Re: your apache conf, I actually didn't need the directory directive and the execcgi option to get this to work. Why did you list it?
You don't need the execcgi, and the reason I give the directory directive is to set the permissions to allow, deny just for that directory (by default all my permissions are set to deny,allow for extra security). So skip the <directory> section if you don't need it.
3. Look into performance and security. Would installing fastcgi or something similar speed passenger up any?
Fastcgi, which creates persistent ruby backend processes does a similar thing to passenger. It only makes sense to my mind to have one thing managing your ruby processes. Cheers, Jonathan. _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

