[PHP] web based admin - was: Re: [PHP] Restart Apache with PHP???

2003-09-05 Thread Raditha Dissanayake
You are right anil, I think we should collectively discourage people from attempting this sort of this. I am no fan of webmin, cpanel or any of the other vhost/admin stuff but at least they are likely to be more secure than what can be scratched together in a hurry. Anil Kumar K. wrote:

Re: [PHP] Restart Apache with PHP???

2003-09-04 Thread Anil Kumar K.
at 12:19, Joe Harman wrote: Hey guys gals... Is there a way to restart Apache with a PHP command? Joe Harman -- Linuxense Information Systems Pvt. Ltd., Trivandrum, India http://www.linuxense.com/ -- PHP General Mailing List (http://www.php.net

Re: [PHP] Restart Apache with PHP???

2003-09-03 Thread Jason Sheets
that monitored for a particular file in temp and restarted the server if it existed it, and cronning it for every minute, they could do it safely and securely. -Dan On Tue, 2003-09-02 at 12:19, Joe Harman wrote: Hey guys gals... Is there a way to restart Apache with a PHP command? Joe Harman

[PHP] Restart Apache with PHP???

2003-09-02 Thread Joe Harman
Hey guys gals... Is there a way to restart Apache with a PHP command? Joe Harman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Restart Apache with PHP???

2003-09-02 Thread Raditha Dissanayake
hi, There isn't a specific PHP api for this. But you can execute shell commands through various mechanisms included exec, backticks etc etc. All of this is deadly dangerous of course because you need root privileges. Joe Harman wrote: Hey guys gals... Is there a way to restart Apache

Re: [PHP] Restart Apache with PHP???

2003-09-02 Thread Dan Anderson
and securely. -Dan On Tue, 2003-09-02 at 12:19, Joe Harman wrote: Hey guys gals... Is there a way to restart Apache with a PHP command? Joe Harman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php