is it possible to restart apache server from a php script?
Posted: Wed Jun 02, 2004 6:03 am
of yes then how ?
thnaks in advance
peleg
thnaks in advance
peleg
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
exec("apachectl restart");