Re: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-10-02 Thread Ezra Taylor
Eric: It doesn't show that the 401 is being used. I got straight to the page. On Wed, Oct 2, 2013 at 7:36 AM, Eric Covener wrote: > On Mon, Sep 30, 2013 at 2:12 AM, Ezra Taylor > wrote: > > Hello All: > > > >I've been banging on this issues for a couple of days now. I > > ha

Re: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-10-02 Thread Eric Covener
On Mon, Sep 30, 2013 at 2:12 AM, Ezra Taylor wrote: > Hello All: > >I've been banging on this issues for a couple of days now. I > have all modules installed and can't get AuthType Basic or AuthType Digest > to work. I even have a setup for LDAP that doesn't work. The same setup > w

Re: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-10-01 Thread Ezra Taylor
g > Subject: Re: [users@httpd] AuthType Digest or AuthType Basic not workin > in Apache 2.4.6 > > Hello Leo: > > Below is what I have. I used htdigest to create a file name > "somefile" and I specified the realm name realm. Note, I'm using a RHEL > clo

RE: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-10-01 Thread Leo Donahue - RDSA IT
From: Ezra Taylor [mailto:ezra.tay...@gmail.com] Sent: Tuesday, October 01, 2013 7:34 AM To: users@httpd.apache.org Subject: Re: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6 Hello Leo:      Below is what I have.  I used htdigest to create a file name "som

Re: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-10-01 Thread Ezra Taylor
opa.gov> wrote: > >From: Ezra Taylor [mailto:ezra.tay...@gmail.com ] > > >Subject: [users@httpd] AuthType Digest or AuthType Basic not workin in > Apache 2.4.6 > > > >I've been banging on this issues for a couple of days now. I have all > modules installed and can

RE: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-09-30 Thread Leo Donahue - RDSA IT
>From: Ezra Taylor [mailto:ezra.tay...@gmail.com] >Subject: [users@httpd] AuthType Digest or AuthType Basic not workin in Apache >2.4.6 > >I've been banging on this issues for a couple of days now. I have all modules >installed and can't get AuthType Basic or A

[users@httpd] AuthType Digest or AuthType Basic not workin in Apache 2.4.6

2013-09-29 Thread Ezra Taylor
Hello All: I've been banging on this issues for a couple of days now. I have all modules installed and can't get AuthType Basic or AuthType Digest to work. I even have a setup for LDAP that doesn't work. The same setup works as in Apache 2.2. Can you guys give me some pointers as to

Re: [users@httpd] AuthType Digest in 2.4?

2013-08-07 Thread Ben Reser
On Wed, Aug 7, 2013 at 6:20 AM, LuKreme wrote: > First, when we set this up ages ago-go, the way to go was > > AuthType digest > > And I rather suspect that is *nt* the recommended way to go with 2.4. Unless you're going to use SSL you probably still want to use Digest. -

[users@httpd] AuthType Digest in 2.4?

2013-08-07 Thread LuKreme
I had webDAV setup previously, but disabled it when transitioning to 2.4. Before I dive in and try to get it working again, I have a couple of questions. First, when we set this up ages ago-go, the way to go was AuthType digest And I rather suspect that is *nt* the recommended way to go with

Re: [users@httpd] AuthType Digest

2005-05-22 Thread Joshua Slive
On 5/22/05, Vicki Brown <[EMAIL PROTECTED]> wrote: > I'm using Apache 1.3.33 on FreeBSD 4.7. > I am trying to set up authenticated webdav. > I tried to make it work with AuthType Digest following syntax found at > http://www.gregwestin.com/webdav_for_ical.php > > > DAV On > AuthType Digest >

[users@httpd] AuthType Digest

2005-05-21 Thread Vicki Brown
I'm using Apache 1.3.33 on FreeBSD 4.7. I am trying to set up authenticated webdav. I can make this work with AuthType Basic DAV On AuthType Basic AuthName "Restricted" AuthUserFile /path/to/file Require user myuser Require valid-user I tried to make it work with A