Mailing List Archive

Does Listening on port 80 mess things up?
I had my linux box set up to listen to a specific port for HTTP. We recently
changed things around and gave it it's own IP address. So, I left the listen
line in the config file as such: listen 80.

I then could not get the server to respond. I finally tried deleting the
listen line and then it worked why.

Can anyone explain why that is? I thought the server listens on port 80 by
default as-is.

Just curious...

-Darrel


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Does Listening on port 80 mess things up? [ In reply to ]
Maybe you forgot the Port directive?
Did you register the new IP?


Darrel Austin wrote:

>I had my linux box set up to listen to a specific port for HTTP. We recently
>changed things around and gave it it's own IP address. So, I left the listen
>line in the config file as such: listen 80.
>
>I then could not get the server to respond. I finally tried deleting the
>listen line and then it worked why.
>
>Can anyone explain why that is? I thought the server listens on port 80 by
>default as-is.
>
>Just curious...
>
>-Darrel
>
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Does Listening on port 80 mess things up? [ In reply to ]
Let me rephrase the question.

I originally had apache set to listen to port 8015 when I was using that
port. It worked fine.

Recently, we gave that box its own IP address, so we routed traffic normally
(on port 80).

I didn't delete the listen command...I simply changed it to 'Listen 80',
thinking it would work.

However, leaving that line in the config file disabled the server. If I
removed it completely, it worked fine.

My question was, why is that?

-Darrel




on 2/13/02 1:00 AM, Martin Haase-Thomas at mht@meome-ag.de wrote:

> Maybe you forgot the Port directive?
> Did you register the new IP?
>
>
> Darrel Austin wrote:
>
>> I had my linux box set up to listen to a specific port for HTTP. We recently
>> changed things around and gave it it's own IP address. So, I left the listen
>> line in the config file as such: listen 80.
>>
>> I then could not get the server to respond. I finally tried deleting the
>> listen line and then it worked why.
>>
>> Can anyone explain why that is? I thought the server listens on port 80 by
>> default as-is.
>>
>> Just curious...
>>
>> -Darrel
>>
>>
>> ---------------------------------------------------------------------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>> For additional commands, e-mail: users-help@httpd.apache.org
>>
>>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: Does Listening on port 80 mess things up? [ In reply to ]
> From: Darrel Austin [mailto:daustin@visi.com]

> Let me rephrase the question.
>
> I originally had apache set to listen to port 8015 when I was using that
> port. It worked fine.
>
> Recently, we gave that box its own IP address, so we routed
> traffic normally
> (on port 80).
>
> I didn't delete the listen command...I simply changed it to 'Listen 80',
> thinking it would work.
>
> However, leaving that line in the config file disabled the server. If I
> removed it completely, it worked fine.
>
> My question was, why is that?

My best guess is that something else changed inbetween the non-working and
working server that you didn't realize. I have never heard of any problems
with the "Listen 80" configuration.

Joshua.


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Does Listening on port 80 mess things up? [ In reply to ]
Darrel Austin wrote:
>
> Let me rephrase the question.
>
> I originally had apache set to listen to port 8015 when I was using that
> port. It worked fine.
>
> Recently, we gave that box its own IP address, so we routed traffic normally
> (on port 80).
>
> I didn't delete the listen command...I simply changed it to 'Listen 80',
> thinking it would work.
>
> However, leaving that line in the config file disabled the server. If I
> removed it completely, it worked fine.

On port 80?

> My question was, why is that?

I don't suppose you could've typed "Listen 8O" by any chance...

Rgds,
Owen Boyle.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org