![]() |
Internal Server Error - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: Internal Server Error (/thread-385.html) |
Internal Server Error - systray - 04-16-2007 01:12 AM Hi, I sometimes got an error "Internal Server Error" after the Login-Page. (I would login and then I waited more than a minute) But the most time, I can login. I restarted apache2 but it doesn't matter. Loggs didn't say anything usable Cheers. RE: Internal Server Error - BeNe - 04-16-2007 04:38 AM Is your Machine OK ? High Server Load at this time ? Or full Memory ? RE: Internal Server Error - systray - 04-16-2007 04:53 AM BeNe Wrote:Is your Machine OK ? No, nothing at all. It's only 125 MB of RAM used. Load is near 0 Cheers. RE: Internal Server Error - adigit - 04-16-2007 08:28 PM I believe that there should be some clues in the logs, maybe you check again or post it here RE: Internal Server Error - ephigenie - 04-16-2007 09:10 PM mh perhaps you can shift the timeouts in your /etc/apache2/mods_available/fastcgi.conf a bit - so that php - processes may not be killed so fast. The settings are a bit aggressive - so on slow machines php may not be started fast enough if there's actually no process under the current user. I'd that on another VPS, too altough the server itself was fast - the io was a bit too slow. After i set it to : Code: FastCgiConfig -minProcesses 1 -maxProcesses 20 -singleThreshold 80 -killInterval 6000 -idle-timeout 4800 -pass-header HTTP_AUTHORIZATION |