dbc
09-12-2001, 12:53 PM
i used "grep -i pidfile /etc/httpd/conf/httpd.conf" to get the name of the file that stores the parent process pid
then "cat /var/run/httpd.pid" to get the actual pid
then "kill -HUP 959"
then "cat /var/run/httpd.pid" to get the actual pid
then "kill -HUP 959"