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.

Happy new millenium

2001-01-01 Thread yow
Happy new millenium to all [EMAIL PROTECTED] dwellers! Have a year full of features, and few bugs. Have a year with alot of code and no management. Have a year with lots of happy clever users. have a happy new year and a wonderful new Millenium! Pavel

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

searchable site

2001-01-01 Thread Yung Kwong Wing
Hi, I was wondering...does anyone know of any links on using Perl to make a searchable site just like the site in "www.apache.org" or "www.apache.org". Does making a searchable site involve a lot of things? Thanks. Peter

Re: searchable site

2001-01-01 Thread Paul J. Lucas
On Mon, 1 Jan 2001, Bill Moseley wrote: Apache.org uses SWISH-E, if I remember correctly. http://sunsite.berkeley.edu/SWISH-E/ Although getting off-topic, SWISH++ is significantly faster: http://homepage.mac.com/pauljlucas/software/swish/ The CPAN modules will

Re: searchable site

2001-01-01 Thread Bill Moseley
At 07:08 PM 01/01/01 -0800, Paul J. Lucas wrote: SWISH++ can run as a multi-threaded daemon that listens on either a Unix-domain or TCP socket, hence also without forking. Which I would guess seems like a better use of resources than placing the SWISH-E code in each httpd child. I

Re: searchable site

2001-01-01 Thread Paul J. Lucas
On Mon, 1 Jan 2001, Bill Moseley wrote: BTW: http://homepage.mac.com/pauljlucas/software/swish/man/ seems broken. The documentation link (different from above) is now fixed: http://homepage.mac.com/pauljlucas/software/swish/documentation.html Thanks. (Apple, in their

PerlRun problem: can't find method uri

2001-01-01 Thread Jie Gao
Hi All, perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=solaris, osvers=2.7, archname=sun4-solaris uname='sunos groucho 5.7 generic_106541-12 sun4u sparc sunw,ultra-80 ' hint=recommended, useposix=true, d_sigaction=define

Re: PerlRun problem: can't find method uri

2001-01-01 Thread Ken Williams
[EMAIL PROTECTED] (Jie Gao) wrote: Using mod_perl-1.24_01. Error: [Tue Jan 2 16:02:37 2001] [error] Can't locate object method "uri" via package "Apache::PerlRun" at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache/PerlRun.pm line 212. Jie, Try this patch. Does it solve the problem?