OK, let me try again: the problem started regardless of the amount of TimeOut (setting) or any other HTTPD setting the amount of RAM on the machine.
These settings worked perfectly fine (up until some unknown point): Timeout 60 KeepAliveTimeout 15 <IfModule prefork.c> StartServers 1 MinSpareServers 1 MaxSpareServers 1 ServerLimit 2 MaxClients 2 MaxRequestsPerChild 50 </IfModule> now, if I try to access the main page, it works fine, but when I try to access the Host Summary page I get "Gateway Time-out". only when I change the settings to a (much) bigger settings, like: Timeout 6000 KeepAliveTimeout 1500 <IfModule prefork.c> StartServers 10 MinSpareServers 10 MaxSpareServers 10 ServerLimit 20 MaxClients 20 MaxRequestsPerChild 500 </IfModule> it thinks for a long time, but eventually generates the page. was that clearer? MtK -----Original Message----- From: Les Mikesell [mailto:[email protected]] Sent: יום ד 09 אפריל 2014 19:54 To: General list for user discussion, questions and support Subject: Re: [BackupPC-users] Host Summary - slow generation On Wed, Apr 9, 2014 at 11:45 AM, MtK - SmartMtK <[email protected]> wrote: > 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. So it's a VM? Then you also have to consider the effects of anything else sharing resources. -- 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/
