Re: apache and mason

2003-10-20 Thread David Peterson
Hi Dave, I had the same problem. The error is occurring because mod_actions is not loaded in your apache configuration. Either add it to httpd.conf, or if you're using debian, do a: $ dpkg-reconfigure apache and mark "mod_actions" with a [*] Then it will work. Comment to debian package m

Re: apache and mason

2003-10-20 Thread David Peterson
Hi Dave, I had the same problem. The error is occurring because mod_actions is not loaded in your apache configuration. Either add it to httpd.conf, or if you're using debian, do a: $ dpkg-reconfigure apache and mark "mod_actions" with a [*] Then it will work. Comment to debian package maint

Re: apache

2003-07-06 Thread Paul Bryan
On Mon, Jul 07, 2003 at 02:04:49PM +1000, Russell Coker wrote: > Yes. However if Apache does the wrong thing (eg goes into an infinite loop > in > a library - something I've seen many times) then it may run forever if there > is nothing to stop it. inetd will not stop it. > > For Apache run a

Re: apache

2003-07-06 Thread Russell Coker
On Mon, 7 Jul 2003 10:39, Paul Bryan wrote: > > If Apache decides not to die then most (all?) inetd programs will happily > > allow it to do so. [...] > Only serving a single connection makes sense to me, as otherwise it seems > to defeat the purpose of using inetd in the first place. In any event,

Re: apache

2003-07-06 Thread Paul Bryan
On Mon, Jul 07, 2003 at 02:04:49PM +1000, Russell Coker wrote: > Yes. However if Apache does the wrong thing (eg goes into an infinite loop in > a library - something I've seen many times) then it may run forever if there > is nothing to stop it. inetd will not stop it. > > For Apache run as a

Re: apache

2003-07-06 Thread Russell Coker
On Mon, 7 Jul 2003 10:39, Paul Bryan wrote: > > If Apache decides not to die then most (all?) inetd programs will happily > > allow it to do so. [...] > Only serving a single connection makes sense to me, as otherwise it seems > to defeat the purpose of using inetd in the first place. In any event,

Re: apache

2003-07-06 Thread Paul Bryan
On Mon, Jul 07, 2003 at 01:17:25AM +1000, Russell Coker wrote: > inetd does not kill the Apache process, True, my bad... > If Apache decides not to die then most (all?) inetd programs will happily > allow it to do so. >From the apache site: For each http connection received, a new cop

Re: apache

2003-07-06 Thread Paul Bryan
On Mon, Jul 07, 2003 at 01:17:25AM +1000, Russell Coker wrote: > inetd does not kill the Apache process, True, my bad... > If Apache decides not to die then most (all?) inetd programs will happily > allow it to do so. >From the apache site: For each http connection received, a new cop

Re: apache

2003-07-06 Thread Russell Coker
On Sun, 6 Jul 2003 23:35, Paul Bryan wrote: > That's exactly right. Whenever a request comes in on port 80, inetd starts > up an apache process to handle it. Once the request is completed, inetd > kills the apache process. inetd does not kill the Apache process, it reaps (via wait()) the Apache p

Re: apache

2003-07-06 Thread Paul Bryan
On Sun, Jul 06, 2003 at 02:05:23PM +0200, mi wrote: > It seems any server process is terminated immediateley after every single > request from a broser. In other words, a 'ps aux' doesn't show any apache > process when my browser opens localhost:80; only a 'top' does for short. > Every single pa

Re: apache

2003-07-06 Thread Russell Coker
On Sun, 6 Jul 2003 23:35, Paul Bryan wrote: > That's exactly right. Whenever a request comes in on port 80, inetd starts > up an apache process to handle it. Once the request is completed, inetd > kills the apache process. inetd does not kill the Apache process, it reaps (via wait()) the Apache p

Re: apache

2003-07-06 Thread Paul Bryan
On Sun, Jul 06, 2003 at 02:05:23PM +0200, mi wrote: > It seems any server process is terminated immediateley after every single > request from a broser. In other words, a 'ps aux' doesn't show any apache > process when my browser opens localhost:80; only a 'top' does for short. > Every single pa