kill orphaned httpd processes

December 5, 2011

to kill orphaned httpd processes create a script called killhttpd.sh with the following code #!/bin/bash for […]

redhat apache start on boot

September 18, 2011

if you already have apache installed on redhat linux # chkconfig httpd on # /etc/init.d/httpd start