[otrs] Password protecting OTRS (via apache config) - apache 2.2 -> 2.4

2015-04-12 Thread henka
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

Re: [otrs] Password protecting OTRS (via apache config) - apache 2.2 -> 2.4

2015-04-12 Thread Will Sheldon
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