Well, first I would see what the connection is like from the localhost. If the localhost is slow, than you can rule out FW ACL's. Check memory issues, if you are swapping heavily, then monit will suffer serious latency.
check monitrc config "monit -t" Make sure that all services you have configured for monit have the correct PATH setup to the application. One easy check aside from monit -t, is to backup your existing monitrc and create a very limited one and then test. make sure you have the latest monit release installed. I prefer compiling from source and not use existing binaries. I have had some issues with older binaries on RHEL 4. Probably other things to consider, but that is my immediate check list of the top of my head. It would be helpful to know what version of monit you are using and your OS, ram etc.. maybe even a quick 'free -m' to see memory usage as well. On 10/7/07, MosheC <[EMAIL PROTECTED]> wrote: > > The web pages from the monit httpd server take ages to load. > Apache pages or "simple server" programs load immediately. > > How can i debug this ? > > > -- > View this message in context: > http://www.nabble.com/Monit-httpd-server-very-slow-tf4584387.html#a13086301 > Sent from the monit-general mailing list archive at Nabble.com. > > > > -- > To unsubscribe: > http://lists.nongnu.org/mailman/listinfo/monit-general > -- Michael Steinfeld Linux Admin/Developer AIM: mikesteinfeld GTALK: [EMAIL PROTECTED] -- To unsubscribe: http://lists.nongnu.org/mailman/listinfo/monit-general
