LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Help - linux problem - vps - httpd (https://www.linuxquestions.org/questions/linux-general-1/help-linux-problem-vps-httpd-4175456414/)

shaheer08 04-01-2013 02:55 PM

Help - linux problem - vps - httpd
 
I don't know if this is the right place to post. But this is urgent.
I have CentOS 6.3.
I keep on getting this error.


"Could not reliably determine the server's fully qualified domain name, 157.xxx.xxx using for ServerName"

I hid my IP.

Whenever I try going to the site, it doesn't work.
Please help.
Thanks,
shaheer08

eklavya 04-02-2013 12:34 AM

Add following line in /etc/httpd/conf/httpd.conf
Code:

ServerName localhost
Restart Apache.

But this error does not prevent to start apache, it is a warning message you get this when you restart apache.
You are not able to open your site, may be apache is not started.
If above method does not help you, Provide more info about your non-working site.

onebuck 04-02-2013 07:39 AM

Moderator response
 
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate of: http://www.linuxquestions.org/questi...lp-4175456415/


All times are GMT -5. The time now is 09:26 AM.