RE: Help with Limit in Perl

2001-01-08 Thread Geoffrey Young
-Original Message- From: James G Smith [mailto:[EMAIL PROTECTED]] Sent: Monday, January 01, 2001 1:21 PM To: Scott Alexander Cc: [EMAIL PROTECTED] Subject: Re: Help with Limit in Perl Ahh... Now we get into the interesting bits of mod_perl. There is a way to change

Re: Help with Limit in Perl

2001-01-01 Thread Scott Alexander
I finally got it to work like it should. Syntax I found in the archives even written by dougm was wrong. But after reading http://perl.apache.org/guide/config.html it was written correctly. My final question is: Is it possible to have the name of the REMOTE_USER in the httpd.conf file?

Re: Help with Limit in Perl

2001-01-01 Thread James G Smith
"Scott Alexander" [EMAIL PROTECTED] wrote: My final question is: Is it possible to have the name of the REMOTE_USER in the httpd.conf file? Short answer: no. Long answer: Since the httpd.conf file is read only at startup (or other well defined times, such as a HUP signal), which REMOTE_USER

Re: Help with Limit in Perl

2001-01-01 Thread Scott Alexander
On 1 Jan 2001, at 11:40, James G Smith wrote: Thanks for the answer. I'm no mod_perl or apache guru but I had a feeling it didn't make sense. I'm trying to use a Apache::AuthAnyModDav to authenticate for mod_dav. I already have a Apache::AuthAny for normal authentication which works fine.

Re: Help with Limit in Perl

2001-01-01 Thread James G Smith
"Scott Alexander" [EMAIL PROTECTED] wrote: On 1 Jan 2001, at 11:40, James G Smith wrote: Thanks for the answer. I'm no mod_perl or apache guru but I had a feeling it didn't make sense. I'm trying to use a Apache::AuthAnyModDav to authenticate for mod_dav. I already have a Apache::AuthAny for

Help with Limit in Perl

2000-12-31 Thread Scott Alexander
Hi, I've looked thru the archives and suggestions posted earlier do not help. My code is at the moment like this: Perl #!perl $Location {"/users/supervisor"} = { DAV = "On", AllowOverride = "None", Options = "None", AuthName = "Test", AuthType = "Basic", Auth_MySQL_Password_Table =