Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: Top Gun on January 15, 2002, 10:48:00 am
-
I've been playing around with apache on linux trying to get it to serve some .html but every time I try to go to http://localhost/ (//"http://localhost/") I get a timeout error. It turns off and on Ok, my firewall isn't blocking it and to my knowledge it is configured OK. If anyone knows wtf. could be wrong can they get me on icq.
-
Originally posted by Top Gun:
I've been playing around with apache on linux trying to get it to serve some .html but every time I try to go to http://localhost/ ("http://localhost/") I get a timeout error. It turns off and on Ok, my firewall isn't blocking it and to my knowledge it is configured OK. If anyone knows wtf. could be wrong can they get me on icq.
As I'm at work and don't have ICQ here, I'll do my best to answer you on the board.
Have you looked in your httpd.conf? It is most likely not set to accept incoming connections on 127.0.0.1 (which is what 'localhost' resolves to).
------------------
--Mik
http://www.404error.com
ruhkferret on ICQ/AIM
"Your guy was a little SQUARE! You had to use your IMAGINATION! There were no multiple levels or screens. There was just one screen forever and you could never win the game. It just kept getting harder and faster until you died. JUST LIKE LIFE." --Ernie Cline
-
Hmm, I've set it to listen 80 (I apologise for the newbieness here). If that will help. It still refuses to serve though.
-
Check your 'ServerName' directive. An example is:
ServerName VasudansWuvFishies.com
For internal testing you can always use '127.0.0.1' for the server name.
------------------
--Mik
http://www.404error.com
ruhkferret on ICQ/AIM
"Your guy was a little SQUARE! You had to use your IMAGINATION! There were no multiple levels or screens. There was just one screen forever and you could never win the game. It just kept getting harder and faster until you died. JUST LIKE LIFE." --Ernie Cline
-
Thanks, but it still times out (http://dynamic.gamespy.com/~freespace/ubb/noncgi/frown.gif)
[This message has been edited by Top Gun (edited 01-15-2002).]