I just installed centOS 5.3 on a fresh server and used http://www.howtoforge.com/perfect-server-centos-5.3-x86_64-ispconfig-3 I think I did every step, but when I visit http://mysite:8080 I only get default Apache2 Test Page. Any ideas? Thanks
Fixed! vi ispconfig.vhost #<VirtualHost _default_:8080> <VirtualHost server.thenameofmyserver.com:8080>
I tried this but in my case, Apache Test page still show up after apache restart. httpd: Could not reliably determine the server's fully qualified domain name, using *myip* for ServerName Please what to do?