Tagged Questions
0
votes
1answer
323 views
Running Apache with privileges for remote shutdown on Windows
I'm having a problem with Apache HTTPD:
I have a PHP application that executes the Windows command
shutdown -s -m \\<some machine> -t 0
It is used to shutdown unused servers in a network from ...