Hello.
I'm using Apache 2.0 with php 4.3.0-dev on windows 2000, and i need to restart apache from my php code.
How can i manage that?
execute apache.exe with
-w -n "Apache2" -k restart
dosen't work as well as i want to.
Is there some kind of API or function to restart Apache from php?
//Johan