On Mon, Dec 2, 2013 at 7:04 AM, Tim Streater 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 letter and the ba
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 ap