Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2001 12:16:52 -0500
From:      ravi pina <ravi@cow.org>
To:        Andre Cameron <camcom@optonline.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Last Question;)
Message-ID:  <20011103121652.Q97368@happy.cow.org>
In-Reply-To: <014801c1643f$0ffab390$0200a8c0@supportjlgjov8>; from camcom@optonline.net on Sat, Nov 03, 2001 at 03:10:55AM -0500
References:  <014801c1643f$0ffab390$0200a8c0@supportjlgjov8>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 03, 2001 at 03:10:55AM -0500, Andre Cameron said at one point in time:
> Is there anything special I have to do to switch the httpd port to 8080?  I
> changed all the port 80's in the httpd.conf but it doesn't even work localy
> now...

did you pay attention to:

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the <VirtualHost>
# directive.
#
#Listen 3000
#Listen 12.34.56.78:80

in the config?

do you see a entry for it in netstat -a? something like

tcp4       0      0  *.8080                 *.*                    LISTEN

can you telnet to the the port?

-r

-- 
echo "send pgp key" | mail ravi@cow.org
Why is it that when we bounce a check, the bank charges us more of
what they already know we don't have any of?


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011103121652.Q97368>