Yes, you can make Apache reload a config file without restarting. You 
must send it a SIGHUP:

kill -HUP `cat /var/run/httpd.pid`

If you execute this as nobody, I believe it will work, but I haven't 
tested it.

Also, I believe Apache will restart when given a "kill -1". If the above 
suggestions works, so will this.

Happy hacking.

Chris

Eric Pignot wrote:

>there is no way to apply a config file to apache without restarting the
>webserver....
>
>"Liam Mackenzie" <[EMAIL PROTECTED]> a écrit dans le message de
>news: 008f01c24c98$895404c0$[EMAIL PROTECTED]
>  
>
>>I need to restart apache using PHP.  Is this possible?
>>Or, ar least apply a modified config file...
>>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to