chroot apache & fastcgi
Next message: Kyndig: "Why so many default interfaces?"
Date: Fri, 26 Mar 2004 20:10:09 -0500
I am running openBSD 3.4. Apache is running chrooted. I compiled and
added fastcgi as a DSO module. The 1st time Apache comes up dynamic
fastcgi apps don't work with:
FastCGI: can't start server "/fcgi-bin/home/mailForm.fcgi" (pid 21281),
chdir() failed: No such file or directory
It can't find the Ipc directory.
If I name the Ipc directory using an absolute path & kill Apache with a
sighup, things start working.
I tried symlinking a directory from outside the chrooted file system to
its location within the chrooted file system, but that did not work.
Does anyone have fastcgi working with Apache on openBSD? How did you do
it?
Thanks,
Vlad
Next message: Kyndig: "Why so many default interfaces?"
Relevant Pages
- Re: is mod_perl better for CGI application?
... It does however, add bloat to apache. ... the connection to a daemon, ... Also enables you to do a fair amount of your work in plain CGI ... and then "move over" to FastCGI as the time comes. ... (comp.lang.perl.misc) - Re: BIGGEST STEP TO TAKING HASKELL MAINSTREAM
... You could build an Apache module from every program. ... If you feel that's too slow, you can still use the FastCGI interface - CGI will shut down the process after is has done its work, FastCGI allows the process to survive and serve the next request. ... all of addition, string concatenation and function composition under the label "associative" - it's indeed true, and associativiy is indeed an important property of all these operations, but associativity is hardly characteristic of these operations. ... (comp.lang.functional) - Re: "Its fast as heck" shiriram krishnamurthi said scheme webserver 8-10x spped of apachemodeper
... then someone from audioence asked about apache mod perl and he said yes ... As the paper that Jens pointed out illustrates, we beat FastCGI ... presentation (as journal papers should do). ... (comp.lang.scheme) - Re: installing php5.2.3 on apache2.2 w mod_fastcgi
... I've been struggling with this problem for quite a while now, I've looked on google, but to no avail, documentation doesn't help me out either. ... Now, I know this isn't a pure php problem as such, but rather a problem in the cooperation of apache2.2, php and fastcgi. ... I've installed mod_fastcgi and apache 2.2.4, which work fine aswell ). ... (php.general) - Re: fastcgi or mod_ruby?
... Apache API including access control and output filtering, while FastCGI ... I'm moving towards using FastCGI behing Lighttpd for a ... (comp.lang.ruby) |
|