RE: Windows Server Root with Spaces?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 






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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux