Re: mod_auth_referer

2002-05-03 Thread dirkx
On Fri, 3 May 2002, Rose, Billy wrote: > Here is my initial beta release of the mod_auth_referer module. I'll be > hosting it on my site soon as a 3rd party module. Any comments are welcome. Some comments: - You may want to use ap_set_flag_slot and XtOffsetOf to reduc

mod_auth_referer

2002-05-03 Thread Rose, Billy
Here is my initial beta release of the mod_auth_referer module. I'll be hosting it on my site soon as a 3rd party module. Any comments are welcome. Billy Rose [EMAIL PROTECTED] mod_auth_referer.c Description: Binary data

RE: mod_auth_referer

2002-05-01 Thread Rose, Billy
:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 3:23 PM > To: '[EMAIL PROTECTED]' > Subject: RE: mod_auth_referer > > > On Wed, 1 May 2002, Rose, Billy wrote: > > > Therein lies the beauty of the configure script. IMHO an > (average) admin > > wou

RE: mod_auth_referer

2002-05-01 Thread Joshua Slive
On Wed, 1 May 2002, Rose, Billy wrote: > Therein lies the beauty of the configure script. IMHO an (average) admin > would rather add a few simple readable directives as opposed to learning a > pseudo programming technique in the config file. Not all admins are power > users, but rather some poor

RE: mod_auth_referer

2002-05-01 Thread Rose, Billy
there for the power users so they can tweak the server until it talks to them in their dreams. Billy Rose [EMAIL PROTECTED] > -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 2:30 PM > To: '[EMAIL PROTECTED]' >

Re: mod_auth_referer

2002-05-01 Thread Justin Erenkrantz
On Wed, May 01, 2002 at 12:29:35PM -0700, Joshua Slive wrote: > I won't veto the addition of your module, but I also won't support it. > People around here probably know already I have a bias towards general > purpose directives that allow one set of code to do multiple things, > rather than addin

RE: mod_auth_referer

2002-05-01 Thread Joshua Slive
On Wed, 1 May 2002, Rose, Billy wrote: > Performance, and functional separation. No environment variables are > created/referenced. It is obvious to a web admin (average Joe) what > mod_auth_referer does, but not so obvious what SetEnvIf does in relation to > specific needs.

RE: mod_auth_referer

2002-05-01 Thread Rose, Billy
Performance, and functional separation. No environment variables are created/referenced. It is obvious to a web admin (average Joe) what mod_auth_referer does, but not so obvious what SetEnvIf does in relation to specific needs. This makes a specific function a component with separation of logic

Re: mod_auth_referer

2002-05-01 Thread Joshua Slive
On Wed, 1 May 2002, Rose, Billy wrote: > Could someone please take a look at this module and see if it would benefit > Apache 2? It authenticates based on HTTP referer. It doesn't authenticate > requests ending in "/" as that is for the indexing to decide on. Also, any > pointers are warmly welc

mod_auth_referer

2002-05-01 Thread Rose, Billy
Could someone please take a look at this module and see if it would benefit Apache 2? It authenticates based on HTTP referer. It doesn't authenticate requests ending in "/" as that is for the indexing to decide on. Also, any pointers are warmly welcome. .conf file directives: AuthReferer [on|o