https://bz.apache.org/bugzilla/show_bug.cgi?id=49032

--- Comment #4 from Jim Michaels <[email protected]> ---
>From eventvwr.exe:
The Apache service named  reported the following error:
>>> AH00112: Warning: DocumentRoot 
>>> [C:/w/Apache-2.4.18-win32-VC14/Apache24/$(ServerRoot)/manual] does not 
>>> exist     .

same result if I use {} instead of (), the var expansion doesn't work anymore,
and pages don't serve up, I get google results in address bar of browser.

bug is still there. vista 32 pae amd
windows services can be controlled through [windows-logo-flag-key]-R
services.msc (accessories, Admin tools, Services) and do not require a reboot.
windows isn't *that* bad. some things like filesystem checks against the system
partition need to be done with the OS offline (like sync sync fsck, which is no
longer in use).


notice it did not give the name of the service. you can use 
#include <sstream>
std::ostringstream o;
int n=12;
o<<"c:\windows\system32\cmd.exe /c dir/s/b .\\"<<n<<"miles-high";
system(o.str.c_str());

great for number conversions and commandline stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to