2006 May 3
In httpd.conf changed MaxClients from "40" to "30".
./apachectl stop
When I tried to restart Apache two rouge instances were still bound to port 80, I used the pkill command to kill those processes.
./apachectl startssl
In httpd.conf changed MaxClients from "40" to "30".
./apachectl stop
When I tried to restart Apache two rouge instances were still bound to port 80, I used the pkill command to kill those processes.
./apachectl startssl
Removed "disallow: *" from the robots.txt file.
Moved the location of the apache log files.
Restarted Apache for the change to take effect.
Modified the httpd.conf file so that apache did not log entries for image files.
Restart Apache for the Change to take effect.
Changes made by Bill Tantzen.
Made Changes to the httpd.conf
./apachectl restart