Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 53137 invoked by uid 500); 5 Jan 2003 03:35:35 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 53126 invoked from network); 5 Jan 2003 03:35:34 -0000 Received: from unknown (HELO nova.terranovum.com) (64.213.105.104) by daedalus.apache.org with SMTP; 5 Jan 2003 03:35:34 -0000 Received: from terranovum.com (209-6-223-56.c3-0.wtr-ubr1.sbo-wtr.ma.cable.rcn.com [209.6.223.56]) by nova.terranovum.com (8.12.5/8.12.5) with ESMTP id h053km1Y008130 for ; Sat, 4 Jan 2003 22:46:48 -0500 Message-ID: <3E17A80E.2030106@terranovum.com> Date: Sat, 04 Jan 2003 22:35:42 -0500 From: Terra Novum User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@httpd.apache.org References: <3E17A57B.20300@terranovum.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------070609090806000301050508" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] hhtp config file --------------070609090806000301050508 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines prefixed with # are comments. These lines are commented so as to put many examples into the file but not confuse the web server (and the administrator) with multiple/contradictory entries. You need to remove the # from only the directives you want to enable. BTW, chances are, you will do fine just using Listen 9000. Tom David Jones wrote: > ok let me get this right in the httpd config file i have to remove all > of the < # > for the file to even work or just the ones infron ot > the Listen lines > sry i am a total newbie to this thing ok > but i gotta learn somehow > and can you explaine about the ip a little all i done was copy waht > was already in the httpd config file well all but the 9000 > > ----- Original Message ----- > *From:* Terra Novum > *To:* users@httpd.apache.org > *Sent:* Saturday, January 04, 2003 10:24 PM > *Subject:* Re: [users@httpd] hhtp config file > > Listen 12.34.56.78 :9000 > Listen 9000 > Both are almost equivilent. The difference is in the IP. The one > w/ the IP declared will only monitor the interface with that IP > bound to it. The one w/o the IP will monitor all interfaces (real > and virtual) on a machine. > Just remember to remove the "#l " for it to even have an effect. ;-) > Tom > > David Jones wrote: > >> i have a qoestion in the httpd config file when i change ports to >> listen to in the line like this >> >> #l Listen 12.34.56.78 :80 >> #l Listen 80 >> >> and i wont to change it to port 9000 >> so would it look like this >> >> #l Listen 12.34.56.78 :80 >> #l Listen 9000 >> >> or this >> >> >> #l Listen 12.34.56.78 :9000 >> #l Listen 9000 >> >> >> >> which one is right please help > --------------070609090806000301050508 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Lines prefixed with # are comments. These lines are commented so as to put many examples into the file but not confuse the web server (and the administrator) with multiple/contradictory entries. You need to remove the # from only the directives you want to enable. BTW, chances are, you will do fine just using Listen 9000.
Tom

David Jones wrote:
ok let me get this right in the httpd config file i have to remove all of the   <  #  >  for the file to even work or just the ones infron ot the  Listen   lines
sry i am a total newbie to this thing ok
but i gotta learn somehow
and can you explaine about the ip a little all i done was copy waht was already in the httpd config file well all but the   9000
----- Original Message -----
Sent: Saturday, January 04, 2003 10:24 PM
Subject: Re: [users@httpd] hhtp config file

Listen 12.34.56.78 :9000
Listen 9000
Both are almost equivilent.  The difference is in the IP. The one w/ the IP declared will only monitor the interface with that IP bound to it. The one w/o the IP will monitor all interfaces (real and virtual) on a machine.
Just remember to remove the "#l " for it to even have an effect. ;-)
Tom


David Jones wrote:
i have a qoestion in the httpd config file when i change ports to listen to in the line like this
 
#l Listen 12.34.56.78 :80
#l Listen 80
 
and i wont to change it to port 9000
so would it look like this
 
#l Listen 12.34.56.78 :80
#l Listen 9000
 
or this
 
 
#l Listen 12.34.56.78 :9000
#l Listen 9000
 
 
 
which one is right please help
--------------070609090806000301050508--