I plan to have several virtual hosts on my RH9 machine and I want to make sure that they have suexec enabled for Apache so that when a CGI script is run, it is writing files as their username/group instead of apache:apache.
Apache came loaded on the box when I installed RH9, and to my understanding I have to rebuild Apache to enable suexec. When I run apachectl -l I get...
core.c
prefork.c
http_core.c
mod_so.c
So this tells me that suexec isn't in there. So now I need some source code for this so I can rebuild. When I run apachectl -v it says "Server version: Apache/2.0.40" so I managed to find a src RPM for Apache 2.0.40-21.5. Is this good enough????
Now on to the hard stuff...
I need to know what options I will need in order to enable suexec and being sure to include the options I have already.
I posted a similar message on "another" site and got no answer in a full week. Thanks in advance for any help.
Apache came loaded on the box when I installed RH9, and to my understanding I have to rebuild Apache to enable suexec. When I run apachectl -l I get...
core.c
prefork.c
http_core.c
mod_so.c
So this tells me that suexec isn't in there. So now I need some source code for this so I can rebuild. When I run apachectl -v it says "Server version: Apache/2.0.40" so I managed to find a src RPM for Apache 2.0.40-21.5. Is this good enough????
Now on to the hard stuff...
I need to know what options I will need in order to enable suexec and being sure to include the options I have already.
I posted a similar message on "another" site and got no answer in a full week. Thanks in advance for any help.