Does the output of "httpd -V" confirm or refute his theory about httpd.conf not being found?
Perhaps use Microsoft's Windows PowerShell to see what the process is really doing. PS> start-service Apache2.2 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 : 4204commandline : "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> stop-service apache2.2 PS> _________________________________________________________________Get free, personalized commercial-free online radio with MSN Radio powered by Pandora http://radio.msn.com/?icid=T002MSN03A07001
--------------------------------------------------------------------- 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