LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with Apache Installation on RedHat 9 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-apache-installation-on-redhat-9-a-120925/)

kbrian38 11-29-2003 12:30 AM

Problem with Apache Installation on RedHat 9
 
I installed Web server from the Installation CD from RH9. all went well i even updated the packages after the installation. but when i restarted the computer the httpd wont start and its posting this error message...

httpd failed. The error was: Stopping httpd: [FAILED]
Starting httpd: httpd: Could not determine the server's
fully qualified domain name, using XXX.XX.XXX.XXX for ServerName
(98)Address already in use: make_sock: could not bind to
address 0.0.0.0:80
no listening sockets available, shutting down
[FAILED]


HELP!!!!!

himanshu79 11-29-2003 12:36 AM

edit your httpd.conf and look for the directive "ServerName".

just put your IP or server name in this directive.
ServerName yourservername

hope it will work.

Cheers.

kbrian38 11-29-2003 12:42 AM

Thanks... doing this for half a day already...
 
Thanks for the Reply...

I'm sorry i did not browse all the previous discussions, i saw the solution. Another service was using port 80, i accidentaly started TUX threaded kernel-based http server service.

I disabled that and Apache is nor running... :)

Thanks Again!


All times are GMT -5. The time now is 01:19 PM.