sushobhan Posted November 11, 2008 Share Posted November 11, 2008 I'm a student of Camputer Application..I got a college project in this semester...My project is to build a web development package that includs Apache MySQL n PHP. In that I am facing a problem with apache installation- /logs/error shows the following message.... httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.9 for ServerName [Mon Nov 10 00:33:13 2008] [error] (OS 3)The system cannot find the path specified. : could not create C:/Program Files/MAP Service/MAP/logs/httpd.pid According to my file organization the path should be C:/Program Files/MAP Service/MAP/Apache Software Foundation/Apache2.2/logs/httpd.pid I cant resolve this thing... plz help me out... One more thing, can anyone tell me which application writes in this error file... Link to comment https://forums.phpfreaks.com/topic/132326-stuck-with-installation-error/ Share on other sites More sharing options...
neogranas Posted November 11, 2008 Share Posted November 11, 2008 I don't know windows servers at all, but that error you mentioned indicates that you apache config file doesn't have a ServerName set to a real domain name. Link to comment https://forums.phpfreaks.com/topic/132326-stuck-with-installation-error/#findComment-688057 Share on other sites More sharing options...
wildteen88 Posted November 11, 2008 Share Posted November 11, 2008 Open Apaches httpd.conf file and add the following line at the bottom: ServerName localhost Save the httpd.conf and restart Apache. The error should now disappear. Link to comment https://forums.phpfreaks.com/topic/132326-stuck-with-installation-error/#findComment-688089 Share on other sites More sharing options...
sushobhan Posted November 15, 2008 Author Share Posted November 15, 2008 Its not working.... Link to comment https://forums.phpfreaks.com/topic/132326-stuck-with-installation-error/#findComment-690895 Share on other sites More sharing options...
sushobhan Posted November 15, 2008 Author Share Posted November 15, 2008 This is the first few lines from /logs/install file Installing Apache HTTP 2.0 server with DomainName = localhost ServerName = localhost ServerAdmin = admin@localhost ServerPort = 80 ServerSslPort = 80 ServerRoot = C:/Program Files/MAP Service/MAP SourceRoot = C:/Program Files/MAP Service/MAP/Apache Software Foundation/Apache2.2/conf/original/ Link to comment https://forums.phpfreaks.com/topic/132326-stuck-with-installation-error/#findComment-690896 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.