I have a small personal site hosted on Unix (using a common hosting account).
My experience with Unix is limited (too bad). Recently I set up a httpd server running on port 8082 (not Apache - but an Apache server is already running on port 80 by default). It appears to be running (judging from the "ps" output).
I thought that I would be able to get web pages from this httpd server in the URL www.mysite.com:8082/test
... but I don't.
I don't know what is going wrong, and worse, I don't know what to look for! Maybe I am overlooking something trivial?
Any help will be very welcome!