for testing purposes I raised the RAM from 1024 to 2048 (although even 1024 was way to much), and set back to the original settings and even rebooted.
this is what happens: [Wed Apr 09 19:42:27 2014] [warn] [client X.X.X.X] Timeout waiting for output from CGI script /usr/share/BackupPC/sbin/BackupPC_Admin, referer: http:// X.X.X.Y/backuppc [Wed Apr 09 19:42:27 2014] [error] [client X.X.X.X] Script timed out before returning headers: BackupPC_Admin, referer: http:// X.X.X.Y/backuppc -----Original Message----- From: Les Mikesell [mailto:[email protected]] Sent: יום ד 09 אפריל 2014 19:13 To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Host Summary - slow generation On Wed, Apr 9, 2014 at 10:37 AM, MtK - SmartMtK <[email protected]> wrote: > Hey, > > I'm running version 3.3.0 and up until recent everything was working > fine and pretty fast. > I am not sure if something changed, but whenever I try to access the > Host Summary page, I receive a gateway timed out page. > > current settings: > > Timeout 60 > KeepAliveTimeout 15 > <IfModule prefork.c> > StartServers 10 > MinSpareServers 10 > MaxSpareServers 10 > ServerLimit 20 > MaxClients 20 > MaxRequestsPerChild 500 > </IfModule> > > I could probably set them a little bit lower, but still I can't figure > out why is it taking so long (also with current settings). Just a guess, but you might be short on RAM for these settings. Mod_perl can be a memory hog and doesn't maintain the shared pages from the fork() long because of the way perl reference-counts variables. -- Les Mikesell [email protected] ---------------------------------------------------------------------------- -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/ ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
