Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Subject:   Help Please: getting around (blocked) port 80
Date:   2003-08-10 13:15:52
From:   anonymous2
You need to set up apache to listen on a different port. 8080 is a common choice for servers that do not have access to port 80.


Use the "Listen" directive in the httpd.conf file to cause the server to use a different IP address.


Listen 8080


Also, you'll want to investigate having your DynDNS provider redirect traffic on "www.mysite.com" to "www.mysite.com:8080". I know this is possible with Zoneedit (www.zoneedit.com). Not sure about other providers.