LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Prob with apache (https://www.linuxquestions.org/questions/linux-networking-3/prob-with-apache-382062/)

ALInux 11-11-2005 04:26 AM

Prob with apache
 
Hi I cant get into my webserver Iam trying to open the "internal website through" http://192.168.1.1" but it gives me a website not found error ???


On further investigation I found that the server IP address in my httpd.conf file was changed so I changed it back…but with not luck…..
The error in /var/log/apache/error.log is as follows :
[Fri Nov 11 15:05:27 2005] [crit] (98)Address already in use: make_sock: could not bind to port 80

I double checked but could not find any application using port 80. Ive also removed and reinstalled apache but with no luck. So I think that the problem might be within the hosts file, have you any thoughts about this man ?

With regards

mago 11-11-2005 12:40 PM

Either you are running still a httpd on that machine that is using the port 80 or you have something else running on that port.

Type
Code:

netstat -apn | more
to check what is running in which port.


Good Luck

ALInux 11-11-2005 03:24 PM

Actually, I got it workin right now ......Ive tried all that stuff and even ended up reinstalling apache and reconfiguring it. In the end it turned out that one of the employees changed the proxies of the browser I was using :S . I could not have possibly thought of that!!!!


All times are GMT -5. The time now is 06:25 AM.