[quote author=Stix link=board=4;threadid=6251;start=0#59193 date=1044293894]
I'm not at all an apache guru, but i think when you use any port other than 80 you have to supply the port number to the url.[/quote]
Actually, NO. It's in Apache's set up config file, httpd.conf. There is a line specifying what port Apache need to listen to other than the default.
So, look for this line in your /etc/apache/httpd.conf file.
Code:
Listen your.ip.address
Listen 80
Then modify 80 to read 8080 and restart apache. All should be fine.
Bookmarks