So I just did a new ISPConfig on Ubuntu 10.04 and (after I fixed the password), I noticed that under Services, the Web-server and BIND-Server shows offline: Web-Server: Offline FTP-Server: Online SMTP-Server: Online POP3-Server: Online BIND-Server: Offline mySQL-Server: Online But it is clearly serving websites and at the command line: Code: root@main:/# /etc/init.d/apache2 status Apache is running (pid 3582). root@main:/# /etc/init.d/bind9 restart * Stopping domain name service... bind9 [ OK ] * Starting domain name service... bind9 [ OK ] root@main:/# /etc/init.d/bind9 status * could not access PID file for bind9 root@main:/# netstat -tap | grep www tcp 0 0 *:www *:* LISTEN 3582/apache2 root@main:/etc/apache2# httpd -t httpd: bad user name ${APACHE_RUN_USER} So what's going on?
Sometimes there's a delay in updating the Monitoring details. Does it still show these services as offline?
Yes, still offline. What about the: root@main:/etc/apache2# httpd -t httpd: bad user name ${APACHE_RUN_USER}
I apologize; I get a bit rusty between webserver deployments. Code: root@main:~# netstat -tap | grep apache tcp 0 0 *:www *:* LISTEN 1405/apache2 tcp 0 0 *:https *:* LISTEN 1405/apache2 root@main:~# netstat -tap | grep http tcp 0 0 *:81 *:* LISTEN 1365/ispconfig_http tcp 0 0 *:https *:* LISTEN 1405/apache2 root@main:~#
Code: 127.0.0.1 localhost.localdomain 24.156.37.146 main.azwebdesigns.com main # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters