proxy block list module?

2001-10-05 Thread Mark Tiramani
I was looking for an Apache module to handle access control via URL/regex that reads a list of rules from file. I find it hard to believe no-one has done this yet so appologies in advance if I just didn't search properly. I tried searching all the usual sources but came up blank so I adapted

webDAV server in mod_perl?

2001-10-05 Thread tim fulcher
Hi I'm arriving at the conclusion that a few of the things I'm trying to do in my application are basically pseudo webDAV type actions such as PROPFIND PROPATCH, but currently all handled on the server side via Perl PHP. I'm looking to see whether I could move to a proper webDAV type solution

Re: webDAV server in mod_perl?

2001-10-05 Thread Robin Berjon
On Friday 05 October 2001 13:03, tim fulcher wrote: Frankly I'm surprised no one seems to have attempted a Perl server side webDAV implementation by now :-) I've been thinking about it for a while, but haven't had the time to get down and have a close look at the details. A completely

Setting Perl-stuff inside Perl section

2001-10-05 Thread raptor
hi, How can I set in perl section, say : PerlModule Blah.pm PerlSetVar XXX On PerlSetVar YYY Off and similar... $VirtualHost{address} = { PerlModule = 'Blah.pm', PerlSetVar = { XXX = 'On', YYY = 'Off' } }; !!?! Thanx = iVAN [EMAIL PROTECTED] =

Re: webDAV server in mod_perl?

2001-10-05 Thread Craig McLane
There was some talk on the mod_perl dev list a week or so ago by Gerald Richter of using some of the XS auto generation functionality in mod_perl 2.0 to wrap mod_dav inside perl. Here is work he has done posted to the web_dav list:

Re: Setting Perl-stuff inside Perl section

2001-10-05 Thread Scott Lanning
On Fri, 5 Oct 2001, raptor wrote: How can I set in perl section, say : PerlModule Blah.pm PerlSetVar XXX On PerlSetVar YYY Off perl @PerlModule = qw(Blah); # add others to the list push @PerlSetVar, [ XXX = 'On' ]; push @PerlSetVar, [ YYY = 'Off' ]; /perl There's good examples in the eagle

Re: Setting Perl-stuff inside Perl section

2001-10-05 Thread Perrin Harkins
@PerlModule = qw(Blah); # add others to the list Might as well just say use Blah;, I think. - Perrin

RE: Setting Perl-stuff inside Perl section

2001-10-05 Thread Geoffrey Young
-Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 2:26 PM To: Scott Lanning; [EMAIL PROTECTED] Subject: Re: Setting Perl-stuff inside Perl section @PerlModule = qw(Blah); # add others to the list Might as well just say use

Re: [patch] overriding per directory PerlSetEnv (including bugreport)

2001-10-05 Thread YAMAMOTO Kengo
Thank you responding. On Thu, 4 Oct 2001 13:48:19 -0400, Robert Landrum [EMAIL PROTECTED] wrote: Couldn't you do the same thing by reversing the ordering of your Directory entries... On Thu, 04 Oct 2001 10:43:31 -0700, ___cliff rayman___ [EMAIL PROTECTED] wrote: i don't think it is supposed

backticks in mod_perl

2001-10-05 Thread EXP
Hi Simple question, it seems that the backticks won't work as expected in mod_perl scripts. Is there some module like Apache::SubProcess to read the output of a command into an array? (my @out = `command`;) I am sure the answer is somewhere out there, but I couldn't find it. thx. BYe! EXP

Re: [patch] overriding per directory PerlSetEnv (including bugreport)

2001-10-05 Thread ___cliff rayman___
much more well understood this time. thank you. the developers monitor this list - so if your patch has merit, i'm sure they will either commit it or something similar. YAMAMOTO Kengo wrote: Thank you responding. On Thu, 4 Oct 2001 13:48:19 -0400, Robert Landrum [EMAIL PROTECTED] wrote:

Re: backticks in mod_perl

2001-10-05 Thread Brian Reichert
On Fri, Oct 05, 2001 at 10:51:49PM +0200, EXP wrote: Hi Simple question, it seems that the backticks won't work as expected in mod_perl scripts. 'As expected'? What does that mean? Is there some module like Apache::SubProcess to read the output of a command into an array? What's

ANNOUNCE: Apache::RedirectDBI 0.02

2001-10-05 Thread George Sanderson
I needed a module that would allow users' to login (authenticate) using a single HREF link and then be redirected to their individual web site (URL). I searched CPAN and found Apache::RedirectDBI. It was very close to what I needed, so I modified it so that it would read a URL field from the

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-10-05 Thread dougm
dougm 01/10/05 16:38:56 Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.15 +5 -1

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

2001-10-05 Thread dougm
dougm 01/10/05 16:39:32 Modified:xs/maps apache_structures.map Log: request_rec.content_language no longer exists Revision ChangesPath 1.10 +0 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map

cvs commit: modperl-2.0/t/hooks authen.t

2001-10-05 Thread dougm
dougm 01/10/05 17:05:59 Modified:t/hooks authen.t Log: s/ok/sok/g so we can run individual tests Revision ChangesPath 1.4 +13 -5 modperl-2.0/t/hooks/authen.t Index: authen.t === RCS

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-10-05 Thread dougm
dougm 01/10/05 18:03:28 Modified:lib/Apache compat.pm src/modules/perl modperl_util.c modperl_util.h t/response/TestAPI module.pm todo api.txt xs/Apache/Module Apache__Module.h xs/maps