webserver down, cant find reasons - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: webserver down, cant find reasons (/thread-10528.html) |
webserver down, cant find reasons - peman - 04-25-2010 05:16 PM This morning our webserver was down for some reason. when surfing in to some webpage on the server or the admin controlpanel it showed "Internet Explorer cannot display the webpage", i tried to find the error logs, cant find them, which error logs am i supposed to read to see what´s happening with the server? I first tried to restart apache2, didnt work so I just rebooted the server and after that it was up and running again, this is the second time that it has happen but last time was a couple of months ago, i just wanna know whats going on. Help appriciated RE: webserver down, cant find reasons - dcreation - 04-25-2010 05:48 PM You can start with a: cat /var/log/syslog | grep apache and /var/log/apache2/users/default-error.log But, it is much more interesting why apache wont restart. If happens for the next time try to stop it first: /etc/init.d/apache2 stop Wait a second.. then look at the processes: ps aux | grep apache to verify it is really down. Then try to start it and copy and paste the error-message RE: webserver down, cant find reasons - peman - 04-25-2010 06:13 PM (04-25-2010 05:48 PM)dcreation Wrote: You can start with a: Hello and thank you for your reply Well, it gave me this: Quote:portal2:/home/martin# cat /var/log/syslog | grep apache Quote:portal2:/home/martin# cat /var/log/apache2/users/default-error.log Can this logs explain something? This mod_fcgid is antother problem i have, i think it is why every wordpress blogs recieves the Error 500 Internal Server Error! But i think i have to upgrade to Debian Lenny. Too bad i didnt check if apache was running. I will come back next time it happens with why apache wont start. Thank you RE: webserver down, cant find reasons - gOOvER - 04-26-2010 02:45 AM This is à Etch System. Please Upgrade to Lenny. Etch is tooooo old and are Not really good (and with 1.0.6 not longer) supported by ispCP RE: webserver down, cant find reasons - peman - 04-26-2010 08:11 PM Ok, no wonder then I have backups on everything and its on a vmware so it shouldnt be any problems to go back. Thanks! |