View previous topic :: View next topic |
Author |
Message |
MorLipf Apprentice
Joined: 09 Nov 2004 Posts: 226 Location: Solingen, Germany
|
Posted: Mon Oct 31, 2005 8:39 pm Post subject: Apache2 reports a warning |
|
|
Hi,
every time I want to start apache 2.0.55 I get this warning:
Code: | * Starting apache2 ...
apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Mon Oct 31 21:33:06 2005] [warn] NameVirtualHost *:80 has no VirtualHosts [ ok ]
|
I didn't edited the configfile. It's all default. What is a VirtualHost? The only thing I want is to run an Apache on my localhost for use in the intranet.
I hope you can help me.
Best regards,
MorLipf |
|
Back to top |
|
|
elmicha n00b
Joined: 02 Aug 2003 Posts: 31 Location: Bonn, Germany
|
Posted: Mon Oct 31, 2005 9:50 pm Post subject: |
|
|
Try setting your DNSDOMAIN in /etc/conf.d/domainname and/or ServerName in /etc/apache2/httpd.conf. |
|
Back to top |
|
|
MorLipf Apprentice
Joined: 09 Nov 2004 Posts: 226 Location: Solingen, Germany
|
Posted: Mon Oct 31, 2005 10:05 pm Post subject: |
|
|
Thx, the ServerName was it. Why is the option disabled as the default setting? |
|
Back to top |
|
|
|