1st: How to change ports on your server? 2nd: Where can you see your server logs? Noobie questions for sure, but would like to know. Thanks
Try changing the Port directive in the apache config file: http://httpd.apache.org/docs/1.3/mod/core.html#port Also look at BindAddress and Listen: http://httpd.apache.org/docs/1.3/mod/core.html#bindaddress http://httpd.apache.org/docs/1.3/mod/core.html#listen You can listen on more than one port if you want using the Listen directive. I think it depends on your system. On Debian the logs are at /var/log/apache/access.log . Just google "<your system type> apache access log path" without the quotes.