Cacti: “Error: Web Basic Authentication”

Error: Web Basic Authentication configured, but no username was passed from the web server. Please make sure you have authentication enabled on the web server.

SI te sale esto en el cacti tienes 2 soluciones posibles, 1 cambiar el modo de validación o bien corregir el error.

Para la primera opción puedes hacer:

update settings set value = ‘1’ where name = ‘auth_method’;

La otra opción es sustituir “$_SERVER[“PHP_AUTH_USER”]” por “$_SERVER[“REMOTE_USER”] en las lineas 36 y 37 del archivo auth_login.php.

This entry was posted in Monitorizar and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *