problem accessing admin page I just finish installing 3.0.1.3 on a xen guest, the installation went well and finished completely. I followed those howto's http://www.howtoforge.com/ubuntu-8.04-server-install-xen-from-ubuntu-repositories-p2 http://www.howtoforge.com/perfect-server-ubuntu-8.10-ispconfig-3-p5 After every thing, i tried the web server and the "it works" display properly but when i tried to display http://server1.example.com:8080/ the page never come and freze there on transfert from server. I check the log file but nothing there. Any idea on where to go from here?
login page root@server:/home/user# netstat -tap Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost:10025 *:* LISTEN 4835/master tcp 0 0 *:mysql *:* LISTEN 3731/mysqld tcp 0 0 localhost:spamd *:* LISTEN 3796/spamd.pid tcp 0 0 *:webcache *:* LISTEN 4421/apache2 tcp 0 0 *:www *:* LISTEN 4421/apache2 tcp 0 0 *:ftp *:* LISTEN 4311/pure-ftpd (SER tcp 0 0 server:domain *:* LISTEN 4228/mydns tcp 0 0 server:domain *:* LISTEN 4228/mydns tcp 0 0 server.domain.com:domain *:* LISTEN 4228/mydns tcp 0 0 localhost:domain *:* LISTEN 4228/mydns tcp 0 0 server.domain.com:ssh *:* LISTEN 3621/sshd tcp 0 0 *:smtp *:* LISTEN 4835/master tcp 0 0 localhost:33979 localhost:ftp TIME_WAIT - tcp 0 0 localhost:55132 localhost:domain TIME_WAIT - tcp 0 0 localhost:36249 localhost:www TIME_WAIT - tcp 0 248 server.domain.com:ssh 0.0.0.0:53799 ESTABLISHED 11981/sshd: user tcp6 0 0 [::]:imaps [::]:* LISTEN 4185/couriertcpd tcp6 0 0 [::]op3s [::]:* LISTEN 4223/couriertcpd tcp6 0 0 [::]op3 [::]:* LISTEN 4201/couriertcpd tcp6 0 0 [::]:imap2 [::]:* LISTEN 4163/couriertcpd tcp6 0 0 [::]:ftp [::]:* LISTEN 4311/pure-ftpd (SER tcp6 0 0 ip6-localhost:domain [::]:* LISTEN 4228/mydns root@server:/home/user# I test the php info page and it's the same thing. The page starts to load, after 5 min it displays about 75% of the info and then nothing. The page freeze there. Thanks
Code: tcp 0 0 *:webcache *:* LISTEN 4421/apache2 Apache is listening on port 8080. Have you tried the IP address ( http://<IP>:8080/ ) instead of http://server1.example.com:8080/ ?
accessing admin page [solved] hi Falko, Yes i tried it with the ip:8080 and it was the same but after some weird behaviour on the network side i decided to reinstall the kernel from Hirano Takahito at http://www.il.is.s.u-tokyo.ac.jp/~hiranotaka and this time there was no problem accessing the admin page. Thanks a lot