[users@httpd] Stopping httpd.exe on windows

2013-12-02 Thread Tim Streater
I start httpd.exe from a PHP script, using this command string on Win7: start /b /d c:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin httpd.exe -f z:\path\to\my\httpd.conf where z: is some drive letter and the backslashes are doubled as they are within a PHP string. This

Re: [users@httpd] Stopping httpd.exe on windows

2013-12-02 Thread Jeff Trawick
On Mon, Dec 2, 2013 at 7:04 AM, Tim Streater t...@clothears.org.uk wrote: I start httpd.exe from a PHP script, using this command string on Win7: start /b /d c:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin httpd.exe -f z:\path\to\my\httpd.conf where z: is some drive