Here's a strange situation ... A few days ago, I could not connect to ISPconfig (https://www.xyz.de:81/ ) (from tha same pc !!) I assumed that there was a conflict between ISPconfig and some Ubuntu updates ... I reinstalled ISPconfig 2 (2.2.40) and the connection reestablished before restart ... when I restarted the Server, the connection was lost again !!! Any Suggestions ? Any ideas (where or what to search for) ? Thanks /Petros
Try to start ispconfig: /etc/init.d/ispconfig_server start If that works, then ispconfig is most likely not configured to sratt at boot time. You can configure that by runnning: update-rc.d ispconfig_server defaults
hmmm ... It worked ... I thought that ispconfig server was already working (all sites worked OK) I run update-rc.d ispconfig_server defaults and ir replied : update-rc.d: warning: /etc/init.d/ispconfig_server missing LSB information update-rc.d: see <http://wiki.debian.org/LSBInitScripts> System start/stop links for /etc/init.d/ispconfig_server already exist. What is LSB information ? /P.
The ispconfig server is the one on port 81 and not the webserver for the websites. Thats ok. This are informations about the start oder of applications during boot process.