0

Running cacti on CentOS 5.6. Every so often the browser hangs indefinitely (throbber spinning, no activity). The only (quick) way out (for the session) is restarting the webserver (kill the browser login again is actually longer in my setup).

All parameters are standard.

Advice, anyone?

Alien Life Form
  • 1,884
  • 1
  • 19
  • 27
  • have you checked your server logs? monitor what happens at the time when the server seems to hang and report back – JamesHalsall Nov 16 '11 at 13:46
  • As it turned out, the webserver (apache) wasn't complaining at all. However, it was configured (God knows why) with KeepAlive off. Turning it on solved the issue – Alien Life Form Nov 18 '11 at 08:35

1 Answers1

1

The webserver was configured with KeepAlive Off. Setting KeepAlive on solves the issue.

Alien Life Form
  • 1,884
  • 1
  • 19
  • 27