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
Share on other sites

"optimising it for each different system I use it in."

 

The performance gained by compiling Apache for each system is typically very, very small.

 

 

 

Anyway, how did you compile Apache/PHP, and how have you configured Apache to use PHP?

Link to comment
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

 

 

Link to comment
Share on other sites

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.)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.