Combining authen-handler with mod_auth

2003-07-05 Thread Martin Wickman
Hello The short version: How can I force my mod_perl Authen-handler to run after mod_auth and not before it? The long version: I have been trying to do some clever things using a combination of mod_auth with Authen-handlers in mod_perl2 (v1.99.07-1) and apache 2. The actual implementation is

Re: Combining authen-handler with mod_auth

2003-07-05 Thread Geoffrey Young
Martin Wickman wrote: Hello The short version: How can I force my mod_perl Authen-handler to run after mod_auth and not before it? in Apache 1.3 you could control this with CleanModuleList/AddModule, but those directives don't exist in 2.0. I think the only way to do it in 2.0 is to change

Re: Combining authen-handler with mod_auth

2003-07-05 Thread Martin Wickman
On Sat, Jul 05, 2003 at 02:28:09PM -0400, Geoffrey Young wrote: Martin Wickman wrote: Hello The short version: How can I force my mod_perl Authen-handler to run after mod_auth and not before it? in Apache 1.3 you could control this with CleanModuleList/AddModule, but those

segmentation fault under mod_perl+XML::XPath

2003-07-05 Thread Ruslan U. Zakirov
Hello. I've tried to use XML::XPath under mod_perl 1.27 and Apache 1.3.27, but got segmentation fault with this peace of code: use XML::XPath; my $mfname='/proj/optolink/html/.meta.xml'; my $xp = XML::XPath-new(filename = $mfname); my $ns = $xp-find('//[EMAIL PROTECTED]yes]');

Registry.pm

2003-07-05 Thread Roger Davenport
I've noticed that Registry.pm caches not only the handled program, but also any used modules. The pain is that we change modules quite often.. and when they go to production the cache won't recognize the change because it only stats the handled top module. Is there a solution other than

Re: Registry.pm

2003-07-05 Thread Ask Bjoern Hansen
On 3 Jul 2003, Roger Davenport wrote: [...] Is there a solution other than reloading the server? Does any one have patches to check used sub-modules? http://search.cpan.org/dist/Apache-Reload/Reload.pm http://search.cpan.org/dist/Apache-Reload/ - ask -- http://www.askbjoernhansen.com/ -

[win32] mod_perl 1 and ActivePerl 8xx

2003-07-05 Thread Randy Kobes
In the current mod_perl 1 cvs repository there's now a workaround that allows mod_perl 1 to compile against Win32 ActivePerl 8xx and Apache/1.3. I've put up a ppm package of this under http://theoryx5.uwinnipeg.ca/ppms/ which you can access by setting the repository within the ppm shell to