Re: [users@httpd] worker.c config in prefork.c module

2013-04-17 Thread Don Hill
Thanks. After much reading figured out redhat ships with 2 executables, one with worker.c. I just need to change /etc/sysconfig/httpd. Thanks. On Tue, Apr 16, 2013 at 6:15 PM, Daniel Ruggeri wrote: > On 4/16/2013 5:41 PM, Don Hill wrote: > > I am working on apache the following apache 2.2.15 s

Re: [users@httpd] worker.c config in prefork.c module

2013-04-16 Thread Daniel Ruggeri
On 4/16/2013 5:41 PM, Don Hill wrote: > I am working on apache the following apache 2.2.15 server on redhat > with the prefork.c module compiled in(see below). I have noticed that > there is no but there is one for > > ... The would evaluate as 'false' meaning all of those configuration directi

[users@httpd] worker.c config in prefork.c module

2013-04-16 Thread Don Hill
I am working on apache the following apache 2.2.15 server on redhat with the prefork.c module compiled in(see below). I have noticed that there is no but there is one for So will this worker config be used or revert to default prefork.c config? Also the eyc/sysconfig/httpd has the worker line co