|
Home > Archive > Apache Server configuration support > January 2005 > problems in installing Apache on linux box
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
problems in installing Apache on linux box
|
|
|
| Hi.
I am trying to install Apache on my Red Hat AS 2.1.
I have downloaded the tar file and did the configure..make ..make
install..
It's fine until then.
But, when I tried to start the apache server using
/usr/local/apache2/bin/httpd start (or)
/usr/local/apache2/bin/apachectl start ,
its giving the following error:
[r...@localhost bin]# apachectl start
httpd: Could not determine the server's fully qualified domain name,
using 127.0.0.1 for ServerName
how can I configure the domain name?
Then I tried accessing the server by typing
http://localhost/ on my firefox.Nothing is showing up.what is to be
done?
Thanks
Dheeraj.
| |
| Davide Bianchi 2005-01-22, 2:48 am |
| On 2005-01-21, ksd <dheeraj.konidena@gmail.com> wrote:
> httpd: Could not determine the server's fully qualified domain name,
> using 127.0.0.1 for ServerName
This is just a warning, is telling you that the server will use 127.0.0.1
as servername, change the servername directive in your httpd.conf
> http://localhost/ on my firefox.Nothing is showing up.
Be sure that a ping to localhost is responded by your machine and the
loopback interface is up and running.
Davide
--
Q: How many Pentium designers does it take to screw in a light bulb?
A: 1.99904274017, but that's close enough for non-technical people.
|
|
|
|
|