Since some time DirectAdmin (custombuild?) Apache config password protects the
http://127.0.0.1/server-status URL.
The username and password are re-configured every time
build rewrite_confs is run.
The current values are printed (in plain text) at the bottom of /etc/httpd/conf/extra/httpd-info.conf. Eg.
Code: Select all
#Authenticate using:
#Username: USERNAME_STRING
#Password: PASSWORD_STRING
The LDF load check calls the URL above but fails without authentication. It would be nice if, for DA installs, it could authenticate with the settings in httpd-info.conf?