|
Home > Archive > Apache Server configuration support > June 2007 > NEWBIE QUESTIONS
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]
|
|
| pokhara 2007-06-13, 7:31 am |
| Hi I am a PC engineer learning Linux/apache for an upcoming job
1) I am running a Debian system and everything is called apache2
rather than httpd.
eg /etc/init.d/apache2 start|stop|restart
ps ax shows /usr/sbin/apache2 etc
is this the same for all installations of apache2 or do some still use
httpd ?
2) where is my main config file ? is it /etc/apache2/apache2.conf ?
3) when i start appache i get the following warning
apache2: Could not reliably determine the server's fully qualified
domain name, using 127.0.0.1 for ServerName
thanks in advance
| |
| Davide Bianchi 2007-06-13, 7:31 am |
| On 2007-06-13, pokhara <pokhara67@googlemail.com> wrote:
> is this the same for all installations of apache2 or do some still use
> httpd ?
I think that's a special of Debian, since on RedHat is still httpd.
> 2) where is my main config file ? is it /etc/apache2/apache2.conf ?
Sounds like it, ask apache himself: apache2 -V should tell you
> apache2: Could not reliably determine the server's fully qualified
> domain name, using 127.0.0.1 for ServerName
That means "hey, there is no DNS or something is preventing me to
understand the hostname of this machine, so I'll use 127.0.0.1 instead"
is not an error, is just a warning.
Davide
--
Remember, you're dealing with developers. If they knew what they were
doing, they wouldn't be doing it.
-- Mike A
| |
| pokhara 2007-06-13, 1:24 pm |
| On Jun 13, 12:55 pm, Davide Bianchi <davideyeahs...@onlyforfun.net>
wrote:
> On 2007-06-13, pokhara <pokhar...@googlemail.com> wrote:
>
>
> I think that's a special of Debian, since on RedHat is still httpd.
>
>
> Sounds like it, ask apache himself: apache2 -V should tell you
>
>
> That means "hey, there is no DNS or something is preventing me to
> understand the hostname of this machine, so I'll use 127.0.0.1 instead"
> is not an error, is just a warning.
>
> Davide
>
> --
> Remember, you're dealing with developers. If they knew what they were
> doing, they wouldn't be doing it.
> -- Mike A
thanks very much
|
|
|
|
|