Re: FastCgiServer on Apache2 - User/Group definitions
Sam Vilain <sam-s9IUA/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2005-08-14 at 09:45 +1000, Trejkaz wrote: > In my vhost configuration but outside the vhost section, I have: > FastCgiServer /path/to/typo/public/dispatch.fcgi -idle-timeout 120 \ > -initial-env RAILS_ENV=production -processes 10 > In my commonapache2.conf, which is included earlier, I have: > User apache > Group apache > But despite this, when I try to run Apache, I get this error message: You can circumvent this entire problem by using the "External" mode of FastCGI. You will need to find out how to make your RoR app listen on a socket and do its own process management and/or threading, but this is probably all in all a good thing. Sam. ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/