[Xymon] Apache ignoring .htaccess
    Bruce Ferrell 
    bferrell at baywinds.org
       
    Thu Sep 26 08:07:51 CEST 2019
    
    
  
On 9/25/19 9:47 PM, Trever Noggle wrote:
> Invalid command 'USERNAME:HASHED PASSWORD', perhaps misspelled or defined by a module not included in the server configuration 
OK, that tells me .htaccess isn't being ignored.  There may be a mis-configuration in the auth modules, but
Just for grins and giggles, move the existing password file to the side and recreate it with the htpasswd command.
Do NOT use htpasswd -c
unless you DO move the existing out of the way first
it will look something like this:
  htpasswd /usr/local/etc/apache/.htpasswd-users jsmith
    
    
More information about the Xymon
mailing list