Impossible to access web interface installation page [SOLVED]
Moderators: Developers, Moderators
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Impossible to access web interface installation page [SOLVED]
Hi,
It's the first time i have to install CACTI.
I'have followed all the setps from the cacti installation manual but at the end i can't access to the web interface installation page.
Instead of the installation page, i have the config.php file displayed
i have read lot of topics about web interface access issues but none like mine.
I'm using centos7 and mariadb 5.5.68
This is what i have in the browser instead of the web interface page:
***********************************************************************************
o?php t /* +-------------------------------------------------------------------------+ | Copyright (C) 2004-2020 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | | as published by the Free Software Foundation; either version 2 | | of the License, or (at your option) any later version. | | | | This program is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU General Public License for more details. | +-------------------------------------------------------------------------+ | Cacti: The Complete RRDtool-based Graphing Solution | +-------------------------------------------------------------------------+ | This code is designed, written, and maintained by the Cacti Group. See | | about.php and/or the AUTHORS file for specific developer information. | +-------------------------------------------------------------------------+ | http://www.cacti.net/ | +-------------------------------------------------------------------------+ */ /* * Make sure these values reflect your actual database/host/user/password */ $database_type = 'mysql'; $database_default = 'cacti'; $database_hostname = 'localhost'; $database_username = 'cactiuser'; $database_password = 'my_password'; $database_port = '3306'; $database_retries = 5; $database_ssl = false; $database_ssl_key = ''; $database_ssl_cert = ''; $database_ssl_ca = ''; $database_persist = false; /* * When the cacti server is a remote poller, then these entries point to * the main cacti server. Otherwise, these variables have no use and * must remain commented out. */ #$rdatabase_type = 'mysql'; #$rdatabase_default = 'cacti'; #$rdatabase_hostname = 'localhost'; #$rdatabase_username = 'cactiuser'; #$rdatabase_password = 'cactiuser'; #$rdatabase_port = '3306'; #$rdatabase_retries = 5; #$rdatabase_ssl = false; #$rdatabase_ssl_key = ''; #$rdatabase_ssl_cert = ''; #$rdatabase_ssl_ca = ''; /* * The poller_id of this system. set to `1` for the main cacti web server. * Otherwise, you this value should be the poller_id for the remote poller. */ $poller_id = 1; r /* * Set the $url_path to point to the default URL of your cacti install. * For exmaple if your cacti install as at `https://serverip/cacti/` this * would be set to `/cacti/`. */ $url_path = '/cacti/'; /* * Default session name - session name must contain alpha characters */ $cacti_session_name = 'Cacti'; /* * Default Cookie domain - The cookie domain to be used for Cacti */ //$cacti_cookie_domain = 'cacti.net'; /* * Save sessions to a database for load balancing */ $cacti_db_session = false; /* * Disable log rotation settings for packagers */ $disable_log_rotation = false; /* * Optional parameters to define scripts and resource paths. These * variables become important when using remote poller installs when the * scripts and resource files are not in the main Cacti web server path. */ //$scripts_path = '/var/www/html/cacti/scripts'; //$resource_path = '/var/www/html/cacti/resource/'; /* * Optional parameter to define a data input whitelist command string. This * whitelist file will help protect cacti from unauthorized changes to Cacti * data input command string. */ //$input_whitelist = '/usr/local/etc/cacti/input_whitelist.json'; /* * Optional parameter to give explicit path to PHP */ //$php_path = '/bin/php'; /* * Optional parameter to disable the PHP SNMP extension. If not set, defaults * to class_exists('SNMP'). */ //$php_snmp_support = false; /* * Optional parameter to define the path of the csrf_secret.php path. This * variable is for packagers who wish to specify an alternate location of * the CRSF secret file. */ //$path_csrf_secret = '/usr/share/cacti/resource/csrf-secret.php'; /* * The following are optional variables for debugging low level system * functions that are generally only used by Cacti Developers to help * identify potential issues in commonly used functions * * To use them, uncomment and the equivalent field will be set in the * $config variable allowing for instant on but still allowing the * ability to fine turn and turn them off. */ /* * Debug the read_config_option program flow */ # define('DEBUG_READ_CONFIG_OPTION', true); /* * Automatically suppress the DEBUG_READ_CONFIG_OPTION */ # define('DEBUG_READ_CONFIG_OPTION_DB_OPEN', true); /* * Always write the SQL command to the cacti log file */ # define('DEBUG_SQL_CMD', true); /* * Debug the flow of calls to the db_xxx functions that * are defined in lib/database.php */ # define('DEBUG_SQL_FLOW', true); System log file is not available for writing, please enable write access Log: /var/www/html/cacti/log/cacti.log
***********************************************************
Any idea why i'm not able to have the web interface installation page?
I'm a beginner on using Linux and i'm really lost, id don"t understand why i have this.
Thanks for your help.
It's the first time i have to install CACTI.
I'have followed all the setps from the cacti installation manual but at the end i can't access to the web interface installation page.
Instead of the installation page, i have the config.php file displayed
i have read lot of topics about web interface access issues but none like mine.
I'm using centos7 and mariadb 5.5.68
This is what i have in the browser instead of the web interface page:
***********************************************************************************
o?php t /* +-------------------------------------------------------------------------+ | Copyright (C) 2004-2020 The Cacti Group | | | | This program is free software; you can redistribute it and/or | | modify it under the terms of the GNU General Public License | | as published by the Free Software Foundation; either version 2 | | of the License, or (at your option) any later version. | | | | This program is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU General Public License for more details. | +-------------------------------------------------------------------------+ | Cacti: The Complete RRDtool-based Graphing Solution | +-------------------------------------------------------------------------+ | This code is designed, written, and maintained by the Cacti Group. See | | about.php and/or the AUTHORS file for specific developer information. | +-------------------------------------------------------------------------+ | http://www.cacti.net/ | +-------------------------------------------------------------------------+ */ /* * Make sure these values reflect your actual database/host/user/password */ $database_type = 'mysql'; $database_default = 'cacti'; $database_hostname = 'localhost'; $database_username = 'cactiuser'; $database_password = 'my_password'; $database_port = '3306'; $database_retries = 5; $database_ssl = false; $database_ssl_key = ''; $database_ssl_cert = ''; $database_ssl_ca = ''; $database_persist = false; /* * When the cacti server is a remote poller, then these entries point to * the main cacti server. Otherwise, these variables have no use and * must remain commented out. */ #$rdatabase_type = 'mysql'; #$rdatabase_default = 'cacti'; #$rdatabase_hostname = 'localhost'; #$rdatabase_username = 'cactiuser'; #$rdatabase_password = 'cactiuser'; #$rdatabase_port = '3306'; #$rdatabase_retries = 5; #$rdatabase_ssl = false; #$rdatabase_ssl_key = ''; #$rdatabase_ssl_cert = ''; #$rdatabase_ssl_ca = ''; /* * The poller_id of this system. set to `1` for the main cacti web server. * Otherwise, you this value should be the poller_id for the remote poller. */ $poller_id = 1; r /* * Set the $url_path to point to the default URL of your cacti install. * For exmaple if your cacti install as at `https://serverip/cacti/` this * would be set to `/cacti/`. */ $url_path = '/cacti/'; /* * Default session name - session name must contain alpha characters */ $cacti_session_name = 'Cacti'; /* * Default Cookie domain - The cookie domain to be used for Cacti */ //$cacti_cookie_domain = 'cacti.net'; /* * Save sessions to a database for load balancing */ $cacti_db_session = false; /* * Disable log rotation settings for packagers */ $disable_log_rotation = false; /* * Optional parameters to define scripts and resource paths. These * variables become important when using remote poller installs when the * scripts and resource files are not in the main Cacti web server path. */ //$scripts_path = '/var/www/html/cacti/scripts'; //$resource_path = '/var/www/html/cacti/resource/'; /* * Optional parameter to define a data input whitelist command string. This * whitelist file will help protect cacti from unauthorized changes to Cacti * data input command string. */ //$input_whitelist = '/usr/local/etc/cacti/input_whitelist.json'; /* * Optional parameter to give explicit path to PHP */ //$php_path = '/bin/php'; /* * Optional parameter to disable the PHP SNMP extension. If not set, defaults * to class_exists('SNMP'). */ //$php_snmp_support = false; /* * Optional parameter to define the path of the csrf_secret.php path. This * variable is for packagers who wish to specify an alternate location of * the CRSF secret file. */ //$path_csrf_secret = '/usr/share/cacti/resource/csrf-secret.php'; /* * The following are optional variables for debugging low level system * functions that are generally only used by Cacti Developers to help * identify potential issues in commonly used functions * * To use them, uncomment and the equivalent field will be set in the * $config variable allowing for instant on but still allowing the * ability to fine turn and turn them off. */ /* * Debug the read_config_option program flow */ # define('DEBUG_READ_CONFIG_OPTION', true); /* * Automatically suppress the DEBUG_READ_CONFIG_OPTION */ # define('DEBUG_READ_CONFIG_OPTION_DB_OPEN', true); /* * Always write the SQL command to the cacti log file */ # define('DEBUG_SQL_CMD', true); /* * Debug the flow of calls to the db_xxx functions that * are defined in lib/database.php */ # define('DEBUG_SQL_FLOW', true); System log file is not available for writing, please enable write access Log: /var/www/html/cacti/log/cacti.log
***********************************************************
Any idea why i'm not able to have the web interface installation page?
I'm a beginner on using Linux and i'm really lost, id don"t understand why i have this.
Thanks for your help.
Last edited by darkness4773 on Wed Nov 03, 2021 11:01 am, edited 1 time in total.
Re: Impossible to access web interface installation page
Wrong server configuration. Install/configure php
Let the Cacti grow!
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Re: Impossible to access web interface installation page
@macan, thank you for your reply.
I'm sorry, i'm a real beginner in Linux and Cacti.
Can you tell me where to find this file "Install/configure php"?
are you talking about /var/www/html/cacti/cacti-1.2.18/include/config.php?
I'm sorry, i'm a real beginner in Linux and Cacti.
Can you tell me where to find this file "Install/configure php"?
are you talking about /var/www/html/cacti/cacti-1.2.18/include/config.php?
Re: Impossible to access web interface installation page
It's not a file, he was telling you to install and then configure PHP. There are about a billion guides on the internet on how to do that via Google, even several with Cacti as the example.
permission to access /cacti/
could you help me ? Thanks (htpp://myip/cacti) for installation
error.....
Forbidden
You don't have permission to access /cacti/ on this server.
Panda
error.....
Forbidden
You don't have permission to access /cacti/ on this server.
Panda
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Re: Impossible to access web interface installation page
hello,
PHP is installed and configured has asked in the installation manual :https://docs.cacti.net/Install-Under-CentOS_LAMP.md
First, there was wrong information in the config file, i had messages saying wrong path and wrong credentials
After reading several topics, i have amended the config file and now, i have no more message about path and credentials.
so, i don't understand what's is wrong now.
PHP is installed and configured has asked in the installation manual :https://docs.cacti.net/Install-Under-CentOS_LAMP.md
First, there was wrong information in the config file, i had messages saying wrong path and wrong credentials
After reading several topics, i have amended the config file and now, i have no more message about path and credentials.
so, i don't understand what's is wrong now.
- camerabob
- Cacti User
- Posts: 386
- Joined: Fri Feb 10, 2017 2:45 pm
- Location: Long Island, New York, USA
- Contact:
Re: Impossible to access web interface installation page
What is it doing at this point?
Prod: Cacti 1.2.15 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Re: Impossible to access web interface installation page
Hi,
I'm still at the same point.
I'm still at the same point.
- camerabob
- Cacti User
- Posts: 386
- Joined: Fri Feb 10, 2017 2:45 pm
- Location: Long Island, New York, USA
- Contact:
Re: Impossible to access web interface installation page
The opening URL should be "http://<servername>/cacti". Is that what you're trying?
Prod: Cacti 1.2.15 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Re: Impossible to access web interface installation page
hi camerabob,
yes, this is what i'm trying.
yes, this is what i'm trying.
- camerabob
- Cacti User
- Posts: 386
- Joined: Fri Feb 10, 2017 2:45 pm
- Location: Long Island, New York, USA
- Contact:
Re: Impossible to access web interface installation page
What are the contents of your cacti.conf file located in /etc/cron.d/cacti.conf? Should look something like this:
[root@cb-cacti conf.d]# cat cacti.conf
#
# Cacti: An rrd based graphing tool
#
# For security reasons, the Cacti web interface is accessible only to
# localhost in the default configuration. If you want to allow other clients
# to access your Cacti installation, change the httpd ACLs below.
# For example:
# On httpd 2.4, change "Require host localhost" to "Require all granted".
# On httpd 2.2, change "Allow from localhost" to "Allow from all".
Alias /cacti /usr/share/cacti
<Directory /usr/share/cacti/>
<IfModule mod_authz_core.c>
# httpd 2.4
# Changed the below from 'Require host localhost'
Require all granted
</IfModule>
# <IfModule !mod_authz_core.c>
# httpd 2.2
# Order deny,allow
# Deny from all
# Allow from localhost
# </IfModule>
</Directory>
<Directory /usr/share/cacti/install>
# mod_security overrides.
# Uncomment these if you use mod_security.
# allow POST of application/x-www-form-urlencoded during install
#SecRuleRemoveById 960010
# permit the specification of the rrdtool paths during install
#SecRuleRemoveById 900011
</Directory>
# These sections marked "Require all denied" (or "Deny from all")
# should not be modified.
# These are in place in order to harden Cacti.
<Directory /usr/share/cacti/log>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
<Directory /usr/share/cacti/rra>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
[root@cb-cacti conf.d]# cat cacti.conf
#
# Cacti: An rrd based graphing tool
#
# For security reasons, the Cacti web interface is accessible only to
# localhost in the default configuration. If you want to allow other clients
# to access your Cacti installation, change the httpd ACLs below.
# For example:
# On httpd 2.4, change "Require host localhost" to "Require all granted".
# On httpd 2.2, change "Allow from localhost" to "Allow from all".
Alias /cacti /usr/share/cacti
<Directory /usr/share/cacti/>
<IfModule mod_authz_core.c>
# httpd 2.4
# Changed the below from 'Require host localhost'
Require all granted
</IfModule>
# <IfModule !mod_authz_core.c>
# httpd 2.2
# Order deny,allow
# Deny from all
# Allow from localhost
# </IfModule>
</Directory>
<Directory /usr/share/cacti/install>
# mod_security overrides.
# Uncomment these if you use mod_security.
# allow POST of application/x-www-form-urlencoded during install
#SecRuleRemoveById 960010
# permit the specification of the rrdtool paths during install
#SecRuleRemoveById 900011
</Directory>
# These sections marked "Require all denied" (or "Deny from all")
# should not be modified.
# These are in place in order to harden Cacti.
<Directory /usr/share/cacti/log>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
<Directory /usr/share/cacti/rra>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
Prod: Cacti 1.2.15 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Re: Impossible to access web interface installation page
Hi,
mycacti.conf is located in /etc/httpd/conf.d
#Cacti: An RRDtool based graphing web application
#
# For security reasons, the Cacti web interface is accessible only to
# localhost in the default configuration. If you want to allow other clients
# to access your Cacti installation, change the httpd ACLs below.
# For example:
# On httpd 2.4, change "Require host localhost" to "Require all granted".
# On httpd 2.2, change "Allow from localhost" to "Allow from all".
<VirtualHost *:443>
LogLevel warn
ServerName cacti.mydomain
ServerAdmin admin@mydomain
DocumentRoot "/var/www/html/cacti"
Alias /cacti /var/www/html/cacti
<Directory /var/www/html/cacti/>
<IfModule mod_authz_core.c>
# httpd 2.4
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
# httpd 2.2
Order deny,allow
Deny from all
Allow from all
</IfModule>
</Directory>
<Directory /var/www/html/cacti/install>
# mod_security overrides.
# Uncomment these if you use mod_security.
# allow POST of application/x-www-form-urlencoded during install
#SecRuleRemoveById 960010
# permit the specification of the RRDtool paths during install
#SecRuleRemoveById 900011
</Directory>
# These sections marked "Require all denied" (or "Deny from all")
# should not be modified.
# These are in place in order to harden Cacti.
<Directory /var/www/html/cacti/log>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
<Directory /var/www/html/cacti/rra>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
</VirtualHost>
~
~
"cacti.conf" [readonly] 68L, 2163C
mycacti.conf is located in /etc/httpd/conf.d
#Cacti: An RRDtool based graphing web application
#
# For security reasons, the Cacti web interface is accessible only to
# localhost in the default configuration. If you want to allow other clients
# to access your Cacti installation, change the httpd ACLs below.
# For example:
# On httpd 2.4, change "Require host localhost" to "Require all granted".
# On httpd 2.2, change "Allow from localhost" to "Allow from all".
<VirtualHost *:443>
LogLevel warn
ServerName cacti.mydomain
ServerAdmin admin@mydomain
DocumentRoot "/var/www/html/cacti"
Alias /cacti /var/www/html/cacti
<Directory /var/www/html/cacti/>
<IfModule mod_authz_core.c>
# httpd 2.4
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
# httpd 2.2
Order deny,allow
Deny from all
Allow from all
</IfModule>
</Directory>
<Directory /var/www/html/cacti/install>
# mod_security overrides.
# Uncomment these if you use mod_security.
# allow POST of application/x-www-form-urlencoded during install
#SecRuleRemoveById 960010
# permit the specification of the RRDtool paths during install
#SecRuleRemoveById 900011
</Directory>
# These sections marked "Require all denied" (or "Deny from all")
# should not be modified.
# These are in place in order to harden Cacti.
<Directory /var/www/html/cacti/log>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
<Directory /var/www/html/cacti/rra>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Directory>
</VirtualHost>
~
~
"cacti.conf" [readonly] 68L, 2163C
- camerabob
- Cacti User
- Posts: 386
- Joined: Fri Feb 10, 2017 2:45 pm
- Location: Long Island, New York, USA
- Contact:
Re: Impossible to access web interface installation page
Your virtual host setting is asking for port 443. Have you tried accessing "https://<servername>/cacti"?
Prod: Cacti 1.2.15 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
-
- Posts: 18
- Joined: Tue Sep 21, 2021 5:24 am
Re: Impossible to access web interface installation page
hi,
When i try https://<servername>/cacti , i have the error:" this site can't be reached - ERR_CONNECTION_REFUSED
When i try https://<servername>/cacti , i have the error:" this site can't be reached - ERR_CONNECTION_REFUSED
- camerabob
- Cacti User
- Posts: 386
- Joined: Fri Feb 10, 2017 2:45 pm
- Location: Long Island, New York, USA
- Contact:
Re: Impossible to access web interface installation page
This looks like more of an Apache issue than cacti.
Prod: Cacti 1.2.15 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Maint @ 1.2
Monitor @ 2.3.6
Thold @ 1.2.4
Temp: Cacti 1.2.3 @ CentOS Linux release 7.9.2009 (Core) & PHP 5.4.16-48.el7
Flowview @ 2.1
Mactrack @ 4.2
Maint @ 1.2
Monitor @ 2.3.6
Router Configs @ 1.3.4
Syslog Monitoring @ 2.1
Thold @ 1.2.4
Who is online
Users browsing this forum: No registered users and 0 guests