[ANNOUNCE] Config::LDAP

2001-09-27 Thread James G Smith
The uploaded file Config-LDAP-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JS/JSMITH/Config-LDAP-0.01.tar.gz size: 6725 bytes md5: aa8ba7d25e8e059fe9b71ddbdb668550 Nothing too mod_perly, but LDAP and websites do seem to go together at times. This module will try

RE: Backticks as fast as XS

2001-09-27 Thread Matt Sergeant
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] i'm guessing part of the difference in your code is due to fprintf having a pre-allocated buffer, whereas the SV's SvPVX has not been pre-allocated and gets realloc-ed each time you call sv_catpv. have a look

Modules

2001-09-27 Thread Recendez, Ray
How do I check if StackedHandlers, MethodHandlers, Authen, and Authz are compiled in? Thanks, Ray

[OT] clp.moderated, was- Re: Backticks as fast as XS

2001-09-27 Thread Joe Schaefer
Matt Sergeant [EMAIL PROTECTED] writes: -Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] i'm guessing part of the difference in your code is due to fprintf having a pre-allocated buffer, whereas the SV's SvPVX has not been pre-allocated and gets

Re: Restricting cpu time for mod_perl scripts? AND Reevaluating perl scripts under mod_perl.

2001-09-27 Thread Perrin Harkins
I am currently using Apache::Resource to limit the maximum amount of ram the apache childs are allowed to use. It would be better to use Apache::SizeLimit for that. It's more flexible and allows requests to complete before shutting down the process. Apache::Resource is more useful as a safety

Re: Modules

2001-09-27 Thread darren chamberlain
Recendez, Ray [EMAIL PROTECTED] said something to this effect on 09/27/2001: How do I check if StackedHandlers, MethodHandlers, Authen, and Authz are compiled in? httpd -L | grep '^Perl' (darren) -- If NT is your answer, you don't understand the question.

ANNOUNCE: Apache::OpenIndex

2001-09-27 Thread George Sanderson
Apache::OpenIndex (OpenIndex-1.00.tar.gz) was uploaded to CPAN on 14Sep2001 and is currently released. This was my first module. I enjoyed journey. OpenIndex provides a file manager for an Apache modperl web site using a web browser. It is a extensive rewrite of the Apache::AutoIndex module

Re: ANNOUNCE: Apache::OpenIndex

2001-09-27 Thread Wim Kerkhoff
Hmm, Nice work! George Sanderson wrote: Apache::OpenIndex (OpenIndex-1.00.tar.gz) was uploaded to CPAN on 14Sep2001 and is currently released. This was my first module. I enjoyed journey. OpenIndex provides a file manager for an Apache modperl web site using a web browser. It is a

Re: ANNOUNCE: Apache::OpenIndex

2001-09-27 Thread Rasoul Hajikhani
George Sanderson wrote: Apache::OpenIndex (OpenIndex-1.00.tar.gz) was uploaded to CPAN on 14Sep2001 and is currently released. This was my first module. I enjoyed journey. OpenIndex provides a file manager for an Apache modperl web site using a web browser. It is a extensive rewrite of

Re: ANNOUNCE: Apache::OpenIndex

2001-09-27 Thread Medi Montaseri
What is an application of such technologyI think Apache provides such directory listing itself...but what can you do with this I don't know what features your module has but if it can be trained to read a configuration file (a manifest) per directory, then I can see this technology

cvs commit: modperl-2.0/src/modules/perl modperl_cmd.h

2001-09-27 Thread dougm
dougm 01/09/27 08:28:51 Modified:src/modules/perl modperl_cmd.h Log: add MP_CMD_{SRV,DIR}_FLAG macros Revision ChangesPath 1.7 +8 -0 modperl-2.0/src/modules/perl/modperl_cmd.h Index: modperl_cmd.h

cvs commit: modperl-2.0/src/modules/perl modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h

2001-09-27 Thread dougm
dougm 01/09/27 16:31:36 Modified:src/modules/perl modperl_config.c modperl_env.c modperl_env.h modperl_options.c modperl_types.h Log: whoops. only meant to commit mod_perl.c, backing out half-way finish changes that should not have been committed

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h

2001-09-27 Thread dougm
dougm 01/09/27 08:46:21 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlTaintCheck directive for backwards compat Revision ChangesPath 1.73 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c

cvs commit: modperl-2.0/t/response/TestModules cgi.pm

2001-09-27 Thread dougm
dougm 01/09/27 08:50:37 Modified:src/modules/perl modperl_cmd.c modperl_cmd.h t/response/TestModules cgi.pm Log: s/dummy/mconfig/g; s/on/flag_on/g Revision ChangesPath 1.8 +5 -5 modperl-2.0/src/modules/perl/modperl_cmd.c Index:

cvs commit: modperl-2.0/t/response/TestModules cgi.pm

2001-09-27 Thread dougm
dougm 01/09/27 08:52:09 Modified:t/response/TestModules cgi.pm Log: whoops; lame -T test was not supposed to be committed Revision ChangesPath 1.7 +0 -2 modperl-2.0/t/response/TestModules/cgi.pm Index: cgi.pm

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

2001-09-27 Thread stas
stas01/09/27 09:03:49 Modified:lib/Apache ParseSource.pm Log: - add the apr_table constants Revision ChangesPath 1.29 +1 -0 modperl-2.0/lib/Apache/ParseSource.pm Index: ParseSource.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h modperl_types.h

2001-09-27 Thread dougm
dougm 01/09/27 12:04:39 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_types.h Log: integrate modperl_perl_global module Revision ChangesPath 1.69 +1 -1 modperl-2.0/lib/ModPerl/Code.pm Index: Code.pm

cvs commit: modperl-2.0/src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h

2001-09-27 Thread dougm
dougm 01/09/27 12:35:34 Modified:src/modules/perl mod_perl.c modperl_cmd.c modperl_cmd.h Log: add PerlSendHeader directive for backwards compat Revision ChangesPath 1.76 +2 -0 modperl-2.0/src/modules/perl/mod_perl.c Index: mod_perl.c