Re: [mp2.0.1] bug in RegistryLoader.pm

2005-07-18 Thread Geoffrey Young
> suggested patch: > [EMAIL PROTECTED] > /usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi/ModPerl# diff -u > RegistryLoader.pm.org RegistryLoader.pm > --- RegistryLoader.pm.org 2005-07-17 22:38:55.0 +0200 > +++ RegistryLoader.pm 2005-07-18 23:27:36.0 +0200 > @@ -153,

Re: .htaccess question

2005-07-18 Thread Kevin A. McGrail
Thanks. I've read that paragraph before and never interpreted it that way until you pointed it out. As best I can tell, this is the correct syntax for the pseudocode I posted previously. From 5 minutes of testing, it looks like what we needed. AuthName "Private Site: Unauthorized Access Prohibi

Re: .htaccess question

2005-07-18 Thread Geoffrey Young
Kevin A. McGrail wrote: > Not sure really. > > I'm trying to make sure that this is the case in pseudocode. > > Deny from everyone unless: > > 1. From intranet without a password > -or- > 2. Anywhere else with a password and valid-user using ApacheDBI right. that's exactly what Satisfy is fo

Re: Am I running mod perl 2?

2005-07-18 Thread Geoffrey Young
Shane De Jager wrote: > Hi, > > I have just recently moved form regular CGI to mod perl 2. After > configuring am am not 100% sure am am actually running mod_perl. I did a > CGI the CGI test shown in "Practical Mod_Perl". According to it the > GATEWAY_INTERFACE variable should say CGI-Perl/1.1 b

Re: .htaccess question

2005-07-18 Thread Kevin A. McGrail
Not sure really. I'm trying to make sure that this is the case in pseudocode. Deny from everyone unless: 1. From intranet without a password -or- 2. Anywhere else with a password and valid-user using ApacheDBI Regards, KAM > > Satisfy Any > Allow from 192.168.2.10 > PerlAuthenHa

[mp2.0.1] bug in RegistryLoader.pm

2005-07-18 Thread Bengt-Arne Fjellner
-8<-- Start Bug Report 8<-- 1. Problem Description: RegistryLoader dies (in warn) at loading unless Apache2::Compat is loaded 2. Used Components and their Configuration: *** mod_perl version 2.01 *** using /usr/lib/perl5/site_perl/5.8.5/i586-linux-t

Re: .htaccess question

2005-07-18 Thread Geoffrey Young
Philip M. Gollucci wrote: > Kevin A. McGrail wrote: > >> :-) Already read that but I can probably add this as a feature to Apache >> AuthDBI. Something like AutoLogin or AllowIntranet or something with >> an IP >> range that will be matched for and then "meet" the required valid-user >> require

Re: .htaccess question

2005-07-18 Thread Philip M. Gollucci
Kevin A. McGrail wrote: :-) Already read that but I can probably add this as a feature to Apache AuthDBI. Something like AutoLogin or AllowIntranet or something with an IP range that will be matched for and then "meet" the required valid-user requirement. I can't think of a good one, but I w

Re: Apache config

2005-07-18 Thread Perrin Harkins
Tom Schindl wrote: Isn't he talking about mp2 "But alas modperl 1.x no such luck" - Perrin

Am I running mod perl 2?

2005-07-18 Thread Shane De Jager
Hi, I have just recently moved form regular CGI to mod perl 2. After configuring am am not 100% sure am am actually running mod_perl. I did a CGI the CGI test shown in "Practical Mod_Perl". According to it the GATEWAY_INTERFACE variable should say CGI-Perl/1.1 but mine says CGI/1.1. What confus

Re: Apache config

2005-07-18 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Perrin Harkins schrieb: > Jacob Jarick wrote: > >> The installation documents are pretty good but I cant help but be >> frustrated when there is no example of the lines to add to httpd.conf . >> I Have managed to configure mod_perl 2.0 with apache, t

Re: Threaded perl messages

2005-07-18 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Neil Gunton schrieb: > Hi all, > > I am currently using Embperl 1.3.6, with Apache 1.3.33 and mod_perl 1.29 > on a new install of Debian Sarge. Previously this was running on Debian > Woody without issues, but there appears to be a new threaded versio