I actually had it right the whole time. The problem was Internet Explorer the WHOLE time.
It turns out to feed http on a different port, you only have to either add a LISTEN <port#> or change the standard port 80 to something else port <#> Even though I had done that it wasn't pulling up in IE for me. Well, I was speaking with another friend of mine and telling him all the different things I had tried. He asked me if I was actually typing in 'http://address' in the IE Address line. Turns out that IE doesn't ASSUME the 'http://' on any port except 80. So I went back in, made the changed to httpd.conf and then went to http://192.168.0.10:1124 and BANG, there it was. Called up a buddy of mine and had him try from the outside and BANG there it was. So thought I would follow up with all of you to 1: Thankyou and 2: Let you know about EVIL IE. ----- Original Message ----- From: "Jim Arnold" Sent: Saturday, November 16, 2002 11:42 AM Subject: Re: Can't seem to assign a different port for http (apache) > At 9:22 AM -0700 11/16/02, Totally Jayyness wrote: > Yeah, I tried that also, I just didnt' explain it > well. After the Listen 14 > or 1124 didn't work, I removed that line and did go > further down and changed > the > > Port 80 > > to > > Port 14 > > and then > > Port 1124 > > Stopped and restarted the httpd daemon each time. > Hmmm.... do I need to > reset a different daemon or another daemon maybe? > > Jay > > > > If you are going to use a non-standard port you will > also have to add that to the /etc/services file too. > For example, to use port 8080 instead of 80, add this > to the services file: > > http 8080/tcp > http 8080/udp > > and then change the port from 80 to 8080 in httpd.conf > and restart apace. > > HTH, > jim > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - Let the expert host your site > http://webhosting.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
