The standard place for programs in Windows is "\Program Files\....",
with spaces allowed.   Is apache capable of dealing with conf paths that
include spaces?


Using Microsoft's Windows PowerShell
one can see how the paths are used!

PS> get-process http*

Handles  NPM(K)    PM(K)      WS(K) VM(M)   CPU(s)     Id ProcessName
-------  ------    -----      ----- -----   ------     -- -----------
    59      34     1952       4476    24     0.09   4180 httpd
   297      23     4964       5936    87     0.08   4204 httpd

PS> [wmi]"win32_process.handle='4204'" |
select-object name, processid, commandline |
format-list



name        : httpd.exe
processid   : 4204
commandline : "C:\Program Files\Apache Software Foundation\Apache2.2\bin\httpd. exe" -d "C:/Program Files/Apache Software Foundation/Apache2.2" - f "C:\Program Files\Apache Software Foundation\Apache2.2\conf\htt pd.conf" -d "C:\Program Files\Apache Software Foundation\Apache2.
             2\."


PS>

See the spaced paths are quoted.

_________________________________________________________________
View Athlete’s Collections with Live Search http://sportmaps.live.com/index.html?source=hmemailtaglinenov06&FORM=MGAC01


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to