Posts

Showing posts with the label httpd

authz_core:error

authz_core:error So the fix is to also remove the AuthType line from the .htaccess check inside any folder there should be .htaccess before the upgrade AuthType Basic AuthName “Restricted Area” AuthUserFile “/home/path” Needed after the upgrade Require valid-user << ——   required after the upgrade <<<<<<—   Require valid-user AuthType Basic AuthName “Restricted Area” AuthUserFile “/home/path”