Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache Problem

Status
Not open for further replies.

skw8966

Programmer
Apr 12, 2001
59
US
I have a machine with Mandrake 10 and Apache installed. I've been using this machine as a web server for six months now without issue. Suddenly, at 1:30 p.m. today our Intranet site went down. I get a page not displayed error. I've restarted the Linux machine and also restarted httpd. There have been no configuration changes made recently. Everything seems fine but nobody can connect to the Intranet site.

Any ideas??
 
-Is httpd running? `ps aux | grep httpd`
-If it is, can you access it on localhost (-If that works, is it binding to port 80 on your network card?
( `nmap -sS <ip>` or `netstat -lv | grep ": or `netstat -lv | grep ":80"`)
-If listening correctly, is the DNS on your intranet incorrect?

That should get you off to a start.
 
ps aux" runs properly, but when I execute the line "grep httpd" it goes to a blank line and nothing happens.

I can get to with issue.

Regarding the port binding, it told me port 80 is open.

I'm not sure how to check if the DNS is correct.

I don't think that squid is running on this machine.
 
I’ve noticed that webmin isn’t working on that machine either.



I checked an error log. I’m getting this in the log.



[error] [client 172.25.205.112] File does not exist: /var/ referrer:


I don’t think that folder (Intranet_files) is even used. The files are all directly under /var/


Any ideas??
 
Did you check httpd.conf for any mention of Intranet_files?

Is the remote computer you are accessing it from giving you a 404 - Not Found? If it is, it's likely related to that error.
 
This problem is not apache related. There is a problem with your network configuration. I'd look at your router.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top