hmm im not really good at apache but if you have a fully qualified domain name eg: mcdougrs.com or something you should add them in
/etc/apache/httpd.conf
if you have no Server name you can add the name of your ComputerCode:ServerName mcdougrs.com
Hello everyone
I am doing a bit more on my Linux side now than I ever was... so now I was wondering about an error I keep recieving, it is this (straight out of the log file)
Does anyone know what this means and how I would go about making sure that this error or alert should I say... is taken care of? I would like a nice error/alert free box ;D[Fri Aug 9 10:33:14 2002] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
Thanx
hmm im not really good at apache but if you have a fully qualified domain name eg: mcdougrs.com or something you should add them in
/etc/apache/httpd.conf
if you have no Server name you can add the name of your ComputerCode:ServerName mcdougrs.com
It's not Apache but it's your domain setting on your Networking setting. Make sure that you have fully qualified domain name set up in hosts file.
Then the apache error will disappear.
Thats just it I don't have a domain name... I thikn that it had something to do with my computer name (aka localhost, or any of it's aliases) I don't know how but the hostname keeps getting set to izanseth and I have to change it manually when I get in linux... any one know what I'm talking about and how to fix it?
just add a name to you /etc/hosts file like this
127.0.0.4 coltrane.jazz.net coltrane
and then add the same information to your conf file like this
ServerName coltrane.jazz.net
this line is located in your httpd.conf file in Section 2: 'Main' server configuration, right uder your user/group config if im not mistaken
Bookmarks