Our ISPConfig3 is pingable and it's FTP is running fine. However the webpages are no longer accessible and even the web admin page is not accessible. What could went wrong? How do I check and restart the web services from the CLI?
When executing /etc/init.d/apache2 restart in ISPConfig CLI, there was an error message: /etc/apache2/sites-enabled/ftp.domain.com.vhost line39 invalid command FCGIWrapper After searching the web, I found that I need to install FCGI module. Not sure why this is required when previously it has been running fine. The command is: apt-get install libapache2-mod-fcgid /etc/init.d/apache2 force-reload Problem resolved.