Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Apache startup problem
Name: Jay-Fu Date: October 15, 2002 at 20:07:02 Pacific OS: Sol8 CPU/Ram: 260/256
Comment:
Hello,
I've setup apache2.0 on my ultra5 box hoping to serve. The problem that i'm having is when i try to start up apache with the command:
/usr/local/apache2/bin/apachectl start but, i get this error: httpd: Could not determine the server's fully qualified domain name, using 127.0 .0.1 for ServerName
Name: chocsforu Date: October 15, 2002 at 22:06:32 Pacific
Reply:
You might wanna go into the httpd.conf and mention the Servername xyz or as whatever you are setting it to. and enter the corrosponding entry for xyz in /etc/hosts
Hope it helps!
0
Response Number 2
Name: Mark M Date: October 18, 2002 at 06:42:56 Pacific
Reply:
FQDN is basically saying that it wants you to specify the internet IP address and domain name in your /etc/inet/hosts.
Also change this in your httpd.conf if necessary, as the above poster specified :)
There's also another thing with apache where it may fail.. you need to set the effective UID to nobody, which is UID 65534 (a) for security reasons, and (b) because a lot of builds put this as another number which Solaris doesn't recognise.
Summary: Hi, I am working on a sun solaris2.6 system and somehow it doesn't boot up anymore. It gives the following error at the end. "Can not start XServer on display :0.." And it does not start XServer. I re...
Summary: Hello All, I recently download Apache 2.0 from the .org site. I manage get through the unzipping,untaring,and configuaring the source tree. I was also able to run the "make command". After this ...