Sorry the title, but I don't know how to name this question.
I'm on a dedicated server on ubuntu 11.04. It runs with plesk 10.3. I change the listen port of apache 80 -> 8008
When I go into my domain : http://www.bobcat.pro, the site doesn't work. If I go on http://www.bobcat.pro:8008 ... it doesn't work.
If I take a file like an image, or a script like :
doesn't work
- http://www.bobcat.pro/info.php
- http://www.bobcat.pro/img/logo_mail.jpg
- http://www.bobcat.pro/mails/fr/account.html
works
- http://www.bobcat.pro:8008/info.php
- http://www.bobcat.pro:8008/img/logo_mail.jpg
- http://www.bobcat.pro:8008/mails/fr/account.html
Question : How can I tell "http://www.bobcat.pro -> http://www.bobcat.pro:8008?
With rule nat? (iptables?)
Sincerely