Jump to content

Httpd: Connection Reset


br0ken

Recommended Posts

I've installed Apache (httpd) but can't load any pages. I've tried accessing localhost and 127.0.0.1 but neither work.

 

The page loads and loads but I always get the error Connection Interrupted.

 

Any one know what could be the problem?

 

I'm running Ubuntu and the latest version of Apache if that helps.

 

 

Link to comment
https://forums.phpfreaks.com/topic/186858-httpd-connection-reset/
Share on other sites

It may be small but sometimes clients require it. Also, manually configuring Apache will allow me to learn a lot about it and how it functions.

 

I have not got as far as installing PHP yet. I decided to compile it first and then once everything was working, install PHP.

 

I've compiled Apache multiple times using commands similar to:

 

sudo ./configure --prefix=/etc/httpd \

--enable-so \

--enable-mods-shared=all

 

 

Have you updated iptables to allow incoming port 80 through?

 

 

If you request the page on the server, does it work, or is it messing up locally and remotely?

 

 

(If you don't have wget or lynx or anything, you could always use telnet and HTTP headers to request a page.)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.