I am having the multi webnode environment and trying to setup the browser authentication for the following URL https://www.artifactuprising.com/cards-temp/ in my apache config but it was not working
Config was,
<Location /cards-temp>
AuthType Basic
AuthName "Authentication Required"
AuthUserFile /etc/httpd/conf.d/auth
Require valid-user
</Location>
I was used the same config on multiweb node but don't have litespeed web server there but it was working fine https://www.scaledownapp.com/test1. so is there any specific config updates needed to make this work on litespeed web servers.
FYI, i am using apache with litespeed serer.
Config was,
<Location /cards-temp>
AuthType Basic
AuthName "Authentication Required"
AuthUserFile /etc/httpd/conf.d/auth
Require valid-user
</Location>
I was used the same config on multiweb node but don't have litespeed web server there but it was working fine https://www.scaledownapp.com/test1. so is there any specific config updates needed to make this work on litespeed web servers.
FYI, i am using apache with litespeed serer.