Jump to content

APACHE SERVER & PHP INSTALLATION


Recommended Posts

I had installed Apache server 2.2.8. Bur each time tried to restart Apache from Start menu it shows following error

"httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.2 for ServerName"

, But from Systemtray icon it makes sucessful Restart it .

Please tell me is it okay with Apache webserver or not?

             

                                  Thanks.

Link to comment
https://forums.phpfreaks.com/topic/91848-apache-server-php-installation/
Share on other sites

Open your httpd.conf file (Start > All programs > Apache > Configure Apache Server > Edit the Apache httpd.conf Configuration File)

 

Search for the following line:

# If your host doesn't have a registered DNS name, enter its IP address here.

After that line should be:

ServerName

After ServerName just type in localhost:80, eg:

ServerName localhost:80

. Save httpd.conf and restart Apache. Apache should not be reporting the above error upon starting.

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.