I got cacti up and running on Linux (RH/Fedora derivative) and using Firefox and Midori I can login and use cacti perfectly ok. When I use Chrome or Chromium, I get a http 403 forbidden error.
The chrome browser is: Version 26.0.1410.63
The chromium browser is: Version 25.0.1364.160 Ubuntu 10.04 (25.0.1364.160-0ubuntu0.10.04.1)
The server side:
Code: Select all
$ uname -a
Linux dougal 2.6.32-131.0.15.el6.x86_64 #1 SMP Fri May 20 15:04:03 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
$ php -v
PHP 5.3.3 (cli) (built: Feb 22 2013 13:05:52)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
$ apachectl -v
Server version: Apache/2.2.15 (Unix)
Server built: May 21 2011 00:57:51
$ mysql -v
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2548
Server version: 5.1.69 Source distribution
I have a feeling its more a browser related problem than server side.