Re: Where is mod_access??

2003-11-27 Thread Sergey A. Lipnevich
http://httpd.apache.org/docs-2.1/howto/auth.html They've substantially changed the AAA (authentication and authorization API or something?) interfaces and implementation, configuration also is a little different. Good luck! Christopher Jastram wrote: Okay, I'm really feeling stupid here. Wher

Re: mod_dav_lock and Adobe Framemaker was Re: Where is mod_access??

2003-11-26 Thread Christopher Jastram
Justin Erenkrantz wrote: --On Wednesday, November 26, 2003 15:51:23 -0500 Christopher Jastram <[EMAIL PROTECTED]> wrote: My boss found subversion+webdav, and wants it implemented for use with Adobe FrameMaker. So, I need dav_lock (without it, framemaker can load from dav, but cannot checkin or

Re: Where is mod_access??

2003-11-26 Thread William A. Rowe, Jr.
At 02:51 PM 11/26/2003, Christopher Jastram wrote: >I checked nagoya, there doesn't seem to be any way to submit bug reports (and >patches) for httpd2.1. Do I submit it under 2.0 or post to the list? I've reclassed HEAD as 2.0-HEAD (since we can't know) and added a new category 2.1-HEAD. Hope

mod_dav_lock and Adobe Framemaker was Re: Where is mod_access??

2003-11-26 Thread Justin Erenkrantz
--On Wednesday, November 26, 2003 15:51:23 -0500 Christopher Jastram <[EMAIL PROTECTED]> wrote: My boss found subversion+webdav, and wants it implemented for use with Adobe FrameMaker. So, I need dav_lock (without it, framemaker can load from dav, but cannot checkin or checkout). FWIW, that comb

Re: Where is mod_access??

2003-11-26 Thread Aaron Bannert
On Wed, Nov 26, 2003 at 03:51:23PM -0500, Christopher Jastram wrote: > My boss found subversion+webdav, and wants it implemented for use with > Adobe FrameMaker. So, I need dav_lock (without it, framemaker can load > from dav, but cannot checkin or checkout). Cool! > I checked nagoya, there do

Re: Where is mod_access??

2003-11-26 Thread Christopher Jastram
William A. Rowe, Jr. wrote: At 01:53 PM 11/26/2003, Christopher Jastram wrote: Okay, I'm really feeling stupid here. Where in the world is mod_access? httpd can't run because it chokes on the Order directive, which comes from mod_access. So where is it? I'm working on a clean (I hope) check

Re: Where is mod_access??

2003-11-26 Thread Christopher Jastram
Ouch! :) I'm just getting into this project -- I hadn't quite gotten that far (or rather, I didn't think of it...) Thanks! Chris Cliff Woolley wrote: On Wed, 26 Nov 2003, Christopher Jastram wrote: Where in the world is mod_access? httpd can't run because it chokes on the Order directive

Re: Where is mod_access??

2003-11-26 Thread William A. Rowe, Jr.
At 01:53 PM 11/26/2003, Christopher Jastram wrote: >Okay, I'm really feeling stupid here. > >Where in the world is mod_access? httpd can't run because it chokes on the Order >directive, which comes from mod_access. So where is it? > >I'm working on a clean (I hope) checkout of httpd-2.1 (cvs co

Re: Where is mod_access??

2003-11-26 Thread Cliff Woolley
On Wed, 26 Nov 2003, Christopher Jastram wrote: > Where in the world is mod_access? httpd can't run because it chokes on > the Order directive, which comes from mod_access. So where is it? No such thing anymore. :-) The auth stuff has been completely refactored in 2.1: [EMAIL PROTECTED]:/roo

Where is mod_access??

2003-11-26 Thread Christopher Jastram
Okay, I'm really feeling stupid here. Where in the world is mod_access? httpd can't run because it chokes on the Order directive, which comes from mod_access. So where is it? I'm working on a clean (I hope) checkout of httpd-2.1 (cvs co httpd-2.1 httpd-2.0). I can't find mod_access.c anywher