Koozali.org: home of the SME Server

web server port address

gavin

web server port address
« on: June 07, 2001, 02:05:22 PM »
I was hoping someone out there could help me. I have just set up e-smith as a intranet web server in a school. Am I right in believing that the web server listens for requests on port 3128 and if this is so is it possible to change it to port 80. The reason why I need to do this is the IP address is being resolved upstream before it goes out to the world wide web.

Thanks in advance.

Gavin

Peter Hollandare

Re: web server port address
« Reply #1 on: June 07, 2001, 04:19:23 PM »
Gavin..

dont worry, it is allready set to port 80 (less you didnt change it).
Port 80 is default/standard port for http (apache), and you can easy test by
http://www.yoururl.com:80

Jules

Re: web server port address
« Reply #2 on: June 09, 2001, 12:46:02 AM »
Port 80 is indeed the default.
3128 is the port for squid proxy server which unless you set your clients up for proxy you wont need to bother with this
you should be able to see your web page (providing you created one) by just typing
http://www.yoururl.com or net or whatever.

J™