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

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

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: 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 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 realm, and

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

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 loaded

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: 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 of storing a y/n in

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: 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

cvs commit: modperl-2.0/lib/Apache Build.pm ParseSource.pm

2001-03-04 Thread dougm
dougm 01/03/04 15:22:51 Modified:lib/Apache Build.pm ParseSource.pm Log: look in MP_INCLUDE_DIR when scanning source Apache::Build::AUTOLOAD for accessing MP_* data Revision ChangesPath 1.35 +15 -4 modperl-2.0/lib/Apache/Build.pm Index: Build.pm

cvs commit: modperl-2.0/lib/ModPerl ParseSource.pm

2001-03-04 Thread dougm
dougm 01/03/04 15:26:53 Added: lib/ModPerl ParseSource.pm Log: subclass of Apache::ParseSource for building ModPerl::FunctionTable Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/lib/Apache ParseSource.pm

2001-03-04 Thread dougm
dougm 01/03/04 16:04:55 Modified:lib/Apache ParseSource.pm Log: skip version.h (e.g. automake generated and not public) Revision ChangesPath 1.12 +2 -2 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/xs/APR/Lock - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:43:15 modperl-2.0/xs/APR/Lock - New directory

cvs commit: modperl-2.0/xs/APR/APR - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:43:12 modperl-2.0/xs/APR/APR - New directory

cvs commit: modperl-2.0/lib/ModPerl FunctionMap.pm

2001-03-04 Thread dougm
dougm 01/03/04 19:44:58 Added: lib/ModPerl FunctionMap.pm Log: module for mapping functions Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/FunctionMap.pm Index: FunctionMap.pm

cvs commit: modperl-2.0/lib/ModPerl TypeMap.pm

2001-03-04 Thread dougm
dougm 01/03/04 19:45:23 Added: lib/ModPerl TypeMap.pm Log: module for mapping types and data structures Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

cvs commit: modperl-2.0/lib/ModPerl StructureMap.pm

2001-03-04 Thread dougm
dougm 01/03/04 19:45:47 Added: lib/ModPerl StructureMap.pm Log: module for mapping data structures Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/StructureMap.pm Index: StructureMap.pm

cvs commit: modperl-2.0/lib/ModPerl WrapXS.pm

2001-03-04 Thread dougm
dougm 01/03/04 19:47:33 Added: lib/ModPerl WrapXS.pm Log: module to generating the Makefile.PL, .pm and .xs for a module Revision ChangesPath 1.1 modperl-2.0/lib/ModPerl/WrapXS.pm Index: WrapXS.pm

cvs commit: modperl-2.0/xs modperl_xs_util.h

2001-03-04 Thread dougm
dougm 01/03/04 19:48:15 Added: xs modperl_xs_util.h Log: utilties for extensions Revision ChangesPath 1.1 modperl-2.0/xs/modperl_xs_util.h Index: modperl_xs_util.h ===

cvs commit: modperl-2.0/xs/maps apache_functions.map apache_structures.map apache_types.map

2001-03-04 Thread dougm
dougm 01/03/04 19:49:12 Added: xs/maps apache_functions.map apache_structures.map apache_types.map Log: the function/structure/type maps for apache Revision ChangesPath 1.1 modperl-2.0/xs/maps/apache_functions.map

cvs commit: modperl-2.0/xs/maps apr_functions.map apr_structures.map apr_types.map

2001-03-04 Thread dougm
dougm 01/03/04 19:49:21 Added: xs/maps apr_functions.map apr_structures.map apr_types.map Log: the function/structure/type maps for apr Revision ChangesPath 1.1 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map

cvs commit: modperl-2.0/xs/APR/UUID APR__UUID.h

2001-03-04 Thread dougm
dougm 01/03/04 19:53:29 Added: xs/APR/Base64 APR__Base64.h xs/APR/Brigade APR__Brigade.h xs/APR/Lib APR__Lib.h xs/APR/Lock APR__Lock.h xs/APR/Pool APR__Pool.h xs/APR/UUID APR__UUID.h Log: start of the

cvs commit: modperl-2.0/xs/Apache/RequestIO Apache__RequestIO.h

2001-03-04 Thread dougm
dougm 01/03/04 19:54:18 Added: xs/Apache/Filter Apache__Filter.h xs/Apache/RequestIO Apache__RequestIO.h Log: start of the wrapper functions for Apache Revision ChangesPath 1.1 modperl-2.0/xs/Apache/Filter/Apache__Filter.h Index:

cvs commit: modperl-2.0/util xs_generate.pl

2001-03-04 Thread dougm
dougm 01/03/04 19:55:08 Added: util xs_generate.pl Log: script to generate the xs code Revision ChangesPath 1.1 modperl-2.0/util/xs_generate.pl Index: xs_generate.pl ===

cvs commit: modperl-2.0/util xs_check.pl

2001-03-04 Thread dougm
dougm 01/03/04 19:55:56 Added: util xs_check.pl Log: script to check if things are lined up properly, whats missing, what doesnt exist, etc. Revision ChangesPath 1.1 modperl-2.0/util/xs_check.pl Index: xs_check.pl

cvs commit: modperl-2.0/util source_scan.pl

2001-03-04 Thread dougm
dougm 01/03/04 19:57:40 Modified:util source_scan.pl Log: specify Apache/APR prefixes to look for pass @ARGV to optionally specify apxs build the ModPerl::FunctionTable module Revision ChangesPath 1.3 +10 -1 modperl-2.0/util/source_scan.pl

cvs commit: modperl-2.0/xs/maps - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:42:11 modperl-2.0/xs/maps - New directory

cvs commit: modperl-2.0/xs Makefile.PL

2001-03-04 Thread dougm
dougm 01/03/04 20:02:02 Added: xs Makefile.PL Log: Makefile.PL Revision ChangesPath 1.1 modperl-2.0/xs/Makefile.PL Index: Makefile.PL === use ExtUtils::MakeMaker;

cvs commit: modperl-2.0/xs/APR - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:42:12 modperl-2.0/xs/APR - New directory

cvs commit: modperl-2.0/xs/Apache - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:42:12 modperl-2.0/xs/Apache - New directory

cvs commit: modperl-2.0/xs/APR/Brigade - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:43:12 modperl-2.0/xs/APR/Brigade - New directory

cvs commit: modperl-2.0/xs/APR/Lib - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:43:13 modperl-2.0/xs/APR/Lib - New directory

cvs commit: modperl-2.0/xs/APR/UUID - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:43:13 modperl-2.0/xs/APR/UUID - New directory

cvs commit: modperl-2.0/xs/APR/Base64 - New directory

2001-03-04 Thread dougm
dougm 01/03/04 19:43:14 modperl-2.0/xs/APR/Base64 - New directory