Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Chris Winters
* Randy Kobes ([EMAIL PROTECTED]) [010304 23:59]: > Sorry about that - I forgot that the libapreq development version > required the addition of hvrv2table in the mod_perl build > that isn't there by default. The file > http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-1.25_1.3.19-libapreq.ppd >

Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Randy Kobes
On Sun, 4 Mar 2001, Chris Winters wrote: > * Randy Kobes ([EMAIL PROTECTED]) [010304 19:05]: > > >I've placed at > > http://theoryx5.uwinnipeg.ca/ppmpackages/libapreq-dev.ppd > > a ppm package of (the development version of) libapreq - this was > > built against mod_perl-1.25/apache_1.3

Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Chris Winters
* Randy Kobes ([EMAIL PROTECTED]) [010304 19:05]: > Hi, > This is probably due to an incompatibility between > apache/mod_perl versions - note also that, as of mod_perl-1.25, > the mod_perl dll that is placed in your /Apache/modules > directory is now named mod_perl.so, to agree with the new

push_handlers question

2001-03-04 Thread Mike Cameron
I am trying to sub class Apache::AuthCookieURL and would like to use $r->push_handlers(PerlAuthenHandler => My::Class->authenticate); the push_handler is set in a handler called from httpd.conf on the PerlInitHandler phase but the authenticate routine does not seem to be getting the apache request

Re: Authentication handlers

2001-03-04 Thread Erdmut Pfeifer
On Mon, Mar 05, 2001 at 10:28:15AM +1100, Sisyphus wrote: > > > - Original Message - > From: Pierre Phaneuf <[EMAIL PROTECTED]> > To: modperl <[EMAIL PROTECTED]> > Sent: Monday, March 05, 2001 9:29 AM > Subject: Re: Authentication handlers > > > > Cees Hek wrote: > > > > > So instead o

Re: Apache::ASP Sessions + mod_ssl + ParanoidSessions

2001-03-04 Thread Joshua Chamas
Eric Bellotti wrote: > > Is it possible that when "paranoid sessions" are enabled in Apache::ASP > under mod_ssl, sessions get occasionally dropped? Not a big deal though. =) > Not likely, but if a paranoid sessions security check fails, you'll get a "[security] hacker guessed ..." warning in

Re: win32 mod_perl, libapreq questions

2001-03-04 Thread Randy Kobes
On Sat, 3 Mar 2001, Chris Winters wrote: > First: big thanks to Randy Kobes for making the mod_perl PPMs > available. This is a huge help to getting mod_perl running on Win32. > > I've installed the mod_perl 1.25 + Apache 1.3.19 PPM without a > problem, and the mod_perl stuff runs fine. (It's lo

Re: Authentication handlers

2001-03-04 Thread Cees Hek
On Sun, 4 Mar 2001, Pierre Phaneuf wrote: > Good one! The only bad thing I see is that the realm is visible in the > dialog box the user see, isn't it? Seeing a random string might be a bit > unsettling for the user, but there is no technical reason for it not to > work. Well, since the only req

Re: Authentication handlers

2001-03-04 Thread Sisyphus
- Original Message - From: Pierre Phaneuf <[EMAIL PROTECTED]> To: modperl <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 9:29 AM Subject: Re: Authentication handlers > Cees Hek wrote: > > > So instead of storing a y/n in the database, store a unique string that is > > used as the rea

Re: Authentication handlers

2001-03-04 Thread Pierre Phaneuf
Cees Hek wrote: > So instead of storing a y/n in the database, store a unique string that is > used as the realm, and clear it when they log out. Now everytime you send > the Authenitication required header, send the unique realm for this user > that you stored in the database, and if it doesn't

Re: Authentication handlers

2001-03-04 Thread Cees Hek
On Sat, 3 Mar 2001, Kiran Kumar.M wrote: > hi , i'm using mod_perl authentication handler, where the user's > credentials are checked against a database and in the database i have > a flag which tells the login status (y|n), but aftr the user logs out > the status is changed to n , my problem is

Re: Modifying $r->uri

2001-03-04 Thread Pierre Phaneuf
Nikolaus Rath wrote: > I want to modify $r->uri in a Handler. Is the PerlTransHandler hook > early enough? I think the handler must be called before the Location > Sections in the apache config are used to build the dir_config struct. Yes, I think PerlTransHandler is early enough (that's why you

rmem_max and wmem_max

2001-03-04 Thread Eric Kolve
I noticed in the modperl guide (http://perl.apache.org/guide/scenario.html#Buffering_Feature), they recommend setting rmem_max to a size such that you will buffer all pages sent from modperl to a proxy in proxy-accelerator mode. What I am wondering is, what effect if any does the wmem_max setting