Greets,
I know this is more of an Apache question, but hopefully someone else
has experienced this and knows the answer.
We've been using OTRS on Apache 2.2 for many years, and we've had a
two-level login system using the following apache config in
otrs.sitename.com.conf which has worked wel
I believe you need:
Require valid-user
Here is a working basic auth block:
AuthUserFile /etc/foo.pass
AuthType Basic
Require valid-user
Will Sheldon
IT Manager
On April 12, 2015 at 1:59:36 PM, he...@cityweb.co.za (he...@cityweb.co.za)
wrote:
Greets,
I k