You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by David Jones <lo...@hotmail.com> on 2003/01/05 04:19:01 UTC

[users@httpd] hhtp config file

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

Re: [users@httpd] hhtp config file

Posted by Gary Turner <kk...@sbcglobal.net>.
David Jones wrote:

>ok i have configured router and httpd file for port 9000
>the server address is http://jonespc.no-ip.biz or http://66.169.76.105 
>tell me if anyone gets the server test page please ok 
>
If you use a nonstandard port, i.e. 9000, it needs to be part of the
URL, thus:

	 http://jonespc.no-ip.biz:9000 or http://66.169.76.105:9000

Then it works fine.

Don't forget that a manual accompanies the installation. 
--
gt                         kk5st@sbcglobal.net
  Nielsen's First Law of Computer Manuals:
People don't read documentation voluntarily.

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by Terra Novum <in...@terranovum.com>.
I don't and did not earlier. I get connection refused but after a short 
20 second delay. That is odd since if a service is not running but a IP 
is active on a machine you get a refused connection immediately. If the 
machine is not running there is normally a longer 60 second delay before 
the error msg goes. It may still be port blocking. Why don't you call 
your ISP and find out. The tech guys are normally forthcoming with that 
info.
Tom

David Jones wrote:

>you got the test page !!!!!
>please say yes i have been tring for like 4 days now   if so please try one
>more time  i changed something   if it doesnot work ill undo it thank u
>
>
>
>
>----- Original Message -----
>From: "Renato Salles" <ma...@brturbo.com>
>To: <us...@httpd.apache.org>
>Sent: Saturday, January 04, 2003 10:55 PM
>Subject: Re: [users@httpd] hhtp config file
>
>
>  
>
>>I do.
>>
>>On Sun, 2003-01-05 at 01:48, David Jones wrote:
>>    
>>
>>>ok i have configured router and httpd file for port 9000
>>>the server address is http://jonespc.no-ip.biz or http://66.169.76.105
>>>tell me if anyone gets the server test page please ok
>>>
>>>thank you
>>>
>>>o and btw thank you for clearing up the confusion about the   #   for me
>>>      
>>>
>lol
>  
>
>>>  ----- Original Message -----
>>>  From: Terra Novum
>>>  To: users@httpd.apache.org
>>>  Sent: Saturday, January 04, 2003 10:35 PM
>>>  Subject: Re: [users@httpd] hhtp config file
>>>
>>>
>>>  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
>>>      
>>>
>>
>>---------------------------------------------------------------------
>>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
>>   "   from the digest: users-digest-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
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>  
>

Re: [users@httpd] hhtp config file

Posted by David Jones <lo...@hotmail.com>.
you got the test page !!!!!
please say yes i have been tring for like 4 days now   if so please try one
more time  i changed something   if it doesnot work ill undo it thank u




----- Original Message -----
From: "Renato Salles" <ma...@brturbo.com>
To: <us...@httpd.apache.org>
Sent: Saturday, January 04, 2003 10:55 PM
Subject: Re: [users@httpd] hhtp config file


> I do.
>
> On Sun, 2003-01-05 at 01:48, David Jones wrote:
> > ok i have configured router and httpd file for port 9000
> > the server address is http://jonespc.no-ip.biz or http://66.169.76.105
> > tell me if anyone gets the server test page please ok
> >
> > thank you
> >
> > o and btw thank you for clearing up the confusion about the   #   for me
lol
> >   ----- Original Message -----
> >   From: Terra Novum
> >   To: users@httpd.apache.org
> >   Sent: Saturday, January 04, 2003 10:35 PM
> >   Subject: Re: [users@httpd] hhtp config file
> >
> >
> >   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
>
>
>
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by Renato Salles <ma...@brturbo.com>.
I do.

On Sun, 2003-01-05 at 01:48, David Jones wrote:
> ok i have configured router and httpd file for port 9000
> the server address is http://jonespc.no-ip.biz or http://66.169.76.105 
> tell me if anyone gets the server test page please ok 
> 
> thank you 
> 
> o and btw thank you for clearing up the confusion about the   #   for me lol
>   ----- Original Message ----- 
>   From: Terra Novum 
>   To: users@httpd.apache.org 
>   Sent: Saturday, January 04, 2003 10:35 PM
>   Subject: Re: [users@httpd] hhtp config file
> 
> 
>   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



---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by David Jones <lo...@hotmail.com>.
darnit I think charter is blocking all ports but what I need this is a pain I will post back  ASAP when I find out which 
ports are open sorry for the inconveniences
  ----- Original Message ----- 
  From: David Jones 
  To: users@httpd.apache.org 
  Sent: Saturday, January 04, 2003 10:48 PM
  Subject: Re: [users@httpd] hhtp config file


  ok i have configured router and httpd file for port 9000
  the server address is http://jonespc.no-ip.biz or http://66.169.76.105 
  tell me if anyone gets the server test page please ok 

  thank you 

  o and btw thank you for clearing up the confusion about the   #   for me lol
    ----- Original Message ----- 
    From: Terra Novum 
    To: users@httpd.apache.org 
    Sent: Saturday, January 04, 2003 10:35 PM
    Subject: Re: [users@httpd] hhtp config file


    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

Re: [users@httpd] hhtp config file

Posted by Terra Novum <in...@terranovum.com>.
It is working now (and probably earlier as well). When you post 
addresses and they are on different ports then add the port to the end 
of the adress. People on the lists don't have the time or the energy to 
follow each thread that closely.
Good work.
Tom

David Jones wrote:

>ok i undone what i did  and i have no firewall on the server cpu
>and when i goto this url it works on the server cpu
>and my other cpu too here is the url    http://192.168.1.101:9000 but if i
>leave the 9000 of its a nogo huh wonder why
>----- Original Message -----
>From: "Jurgen" <ap...@squarehosting.com>
>To: <us...@httpd.apache.org>
>Sent: Saturday, January 04, 2003 11:15 PM
>Subject: Re: [users@httpd] hhtp config file
>
>
>  
>
>>I don't get it. I get a Connetion refused. Are you sure you are not having
>>    
>>
>a firewall?
>  
>
>>Jurgen
>>
>>
>>On Sat, 4 Jan 2003 22:48:05 -0500
>>"David Jones" <lo...@hotmail.com> wrote:
>>
>>    
>>
>>>ok i have configured router and httpd file for port 9000
>>>the server address is http://jonespc.no-ip.biz or http://66.169.76.105
>>>tell me if anyone gets the server test page please ok
>>>
>>>thank you
>>>
>>>o and btw thank you for clearing up the confusion about the   #   for me
>>>      
>>>
>lol
>  
>
>>>  ----- Original Message -----
>>>  From: Terra Novum
>>>  To: users@httpd.apache.org
>>>  Sent: Saturday, January 04, 2003 10:35 PM
>>>  Subject: Re: [users@httpd] hhtp config file
>>>
>>>
>>>  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
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>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
>>   "   from the digest: users-digest-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
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org
>  
>

RE: [users@httpd] Apache and phpMyAdmin

Posted by Jeff Cohen <ap...@gej-it.com>.
By default phpMyAdmin, is allowing full access only from 127.0.0.1 (or
localhost, which is the same) you can change that by changing the
options in phpMyAdmin or Apache directory directives.

Jeff Cohen

> -----Original Message-----
> From: John Bell [mailto:jbell004@btclick.com]
> Sent: Sunday, January 05, 2003 2:27 AM
> To: users@httpd.apache.org
> Subject: [users@httpd] Apache and phpMyAdmin
> 
> 
> When calling phpMyAdmin on my machine using localhost (with Apache as
> web-server) everything  works fine.
> 
> If I then try and call it from my other machine on the LAN (or over
the
> WWW)
> using the actual IP address of the server machine it connects ok as I
have
> to enter the username
> and password but then I just get 3 lines running down the web page.
> 
> Can any phpMyAdmin nusers help please.
> 
> Regards,
> 
> John
> 
> 
> 
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Apache and phpMyAdmin

Posted by John Bell <jb...@btclick.com>.
When calling phpMyAdmin on my machine using localhost (with Apache as
web-server) everything  works fine.

If I then try and call it from my other machine on the LAN (or over the WWW)
using the actual IP address of the server machine it connects ok as I have
to enter the username
and password but then I just get 3 lines running down the web page.

Can any phpMyAdmin nusers help please.

Regards,

John



---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] hhtp config file

Posted by Jeff Cohen <ap...@gej-it.com>.
David,

Just use the protocol://address:port syntax, for you it will be
http://jonespc.no-ip.biz:9000
If you want and you have access to your DNS server, add another host
under your domain "www" and point it to forward requests to your web
address, that way anyone that wants to access your website will use
http://www.jonespc.no-ip.biz address, without the port number, cause
that "www" host will forward it to the specified port.
If you need more help with that port private to me and I'll help you
with that.

All the best,
Jeff Cohen

> -----Original Message-----
> From: Gary Turner [mailto:kk5st@sbcglobal.net]
> Sent: Saturday, January 04, 2003 11:46 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] hhtp config file
> 
> David Jones wrote:
> 
> >ok i undone what i did  and i have no firewall on the server cpu
> >and when i goto this url it works on the server cpu
> >and my other cpu too here is the url    http://192.168.1.101:9000 but
if
> i
> >leave the 9000 of its a nogo huh wonder why
> 
> Because Apache is listening at 9000.  If you leave the port number off
> the URL, the browser defaults to http://192.168.1.101:80.  and nothing
> is listening there.
> 
> 
> --
> gt                  kk5st@sbcglobal.net
>  If someone tells you---
>  "I have a sense of humor, but that's not funny."
>                                   ---they don't.
> 
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by Gary Turner <kk...@sbcglobal.net>.
David Jones wrote:

>ok i undone what i did  and i have no firewall on the server cpu
>and when i goto this url it works on the server cpu
>and my other cpu too here is the url    http://192.168.1.101:9000 but if i
>leave the 9000 of its a nogo huh wonder why

Because Apache is listening at 9000.  If you leave the port number off
the URL, the browser defaults to http://192.168.1.101:80.  and nothing
is listening there.


--
gt                  kk5st@sbcglobal.net
 If someone tells you---
 "I have a sense of humor, but that's not funny." 
                                  ---they don't.

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by David Jones <lo...@hotmail.com>.
ok i undone what i did  and i have no firewall on the server cpu
and when i goto this url it works on the server cpu
and my other cpu too here is the url    http://192.168.1.101:9000 but if i
leave the 9000 of its a nogo huh wonder why
----- Original Message -----
From: "Jurgen" <ap...@squarehosting.com>
To: <us...@httpd.apache.org>
Sent: Saturday, January 04, 2003 11:15 PM
Subject: Re: [users@httpd] hhtp config file


>
> I don't get it. I get a Connetion refused. Are you sure you are not having
a firewall?
>
> Jurgen
>
>
> On Sat, 4 Jan 2003 22:48:05 -0500
> "David Jones" <lo...@hotmail.com> wrote:
>
> > ok i have configured router and httpd file for port 9000
> > the server address is http://jonespc.no-ip.biz or http://66.169.76.105
> > tell me if anyone gets the server test page please ok
> >
> > thank you
> >
> > o and btw thank you for clearing up the confusion about the   #   for me
lol
> >   ----- Original Message -----
> >   From: Terra Novum
> >   To: users@httpd.apache.org
> >   Sent: Saturday, January 04, 2003 10:35 PM
> >   Subject: Re: [users@httpd] hhtp config file
> >
> >
> >   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
> >
>
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by Jurgen <ap...@squarehosting.com>.
I can actually get you on port 25, so you probably dont't have a firewall and now I actually get your port 9000.

Jurgen

On Sat, 4 Jan 2003 23:15:05 -0500
Jurgen <ap...@squarehosting.com> wrote:

> 
> I don't get it. I get a Connetion refused. Are you sure you are not having a firewall?
> 
> Jurgen
> 
> 
> On Sat, 4 Jan 2003 22:48:05 -0500
> "David Jones" <lo...@hotmail.com> wrote:
> 
> > ok i have configured router and httpd file for port 9000
> > the server address is http://jonespc.no-ip.biz or http://66.169.76.105 
> > tell me if anyone gets the server test page please ok 
> > 
> > thank you 
> > 
> > o and btw thank you for clearing up the confusion about the   #   for me lol
> >   ----- Original Message ----- 
> >   From: Terra Novum 
> >   To: users@httpd.apache.org 
> >   Sent: Saturday, January 04, 2003 10:35 PM
> >   Subject: Re: [users@httpd] hhtp config file
> > 
> > 
> >   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
> > 
> 
> ---------------------------------------------------------------------
> 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
>    "   from the digest: users-digest-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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by Jurgen <ap...@squarehosting.com>.
I don't get it. I get a Connetion refused. Are you sure you are not having a firewall?

Jurgen


On Sat, 4 Jan 2003 22:48:05 -0500
"David Jones" <lo...@hotmail.com> wrote:

> ok i have configured router and httpd file for port 9000
> the server address is http://jonespc.no-ip.biz or http://66.169.76.105 
> tell me if anyone gets the server test page please ok 
> 
> thank you 
> 
> o and btw thank you for clearing up the confusion about the   #   for me lol
>   ----- Original Message ----- 
>   From: Terra Novum 
>   To: users@httpd.apache.org 
>   Sent: Saturday, January 04, 2003 10:35 PM
>   Subject: Re: [users@httpd] hhtp config file
> 
> 
>   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
> 

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by David Jones <lo...@hotmail.com>.
ok i have configured router and httpd file for port 9000
the server address is http://jonespc.no-ip.biz or http://66.169.76.105 
tell me if anyone gets the server test page please ok 

thank you 

o and btw thank you for clearing up the confusion about the   #   for me lol
  ----- Original Message ----- 
  From: Terra Novum 
  To: users@httpd.apache.org 
  Sent: Saturday, January 04, 2003 10:35 PM
  Subject: Re: [users@httpd] hhtp config file


  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

Re: [users@httpd] hhtp config file

Posted by Terra Novum <in...@terranovum.com>.
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 <ma...@terranovum.com>
>     *To:* users@httpd.apache.org <ma...@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
>

Re: [users@httpd] hhtp config file

Posted by Gary Turner <kk...@sbcglobal.net>.
David Jones wrote:

<snip>
>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 

First, please set Outhouse Express to plain text rather than
multipart/alternative, you're wasting 3.5kB.  Then, set word wrap to
about 72-75 columns for easier reading.

To get all the background info you need, go to the Apache documentation.
See?  There is a nice way to say RTFM :)

	http://httpd.apache.org/docs-2.0/misc/tutorials.html will step you
through, and http://httpd.apache.org/docs-2.0/ will answer 90+% of your
questions.


--
gt                         kk5st@sbcglobal.net
  Nielsen's First Law of Computer Manuals:
People don't read documentation voluntarily.

---------------------------------------------------------------------
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
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] hhtp config file

Posted by David Jones <lo...@hotmail.com>.
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

Re: [users@httpd] hhtp config file

Posted by Terra Novum <in...@terranovum.com>.
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