How to configure mod_perl to get Connection.so, Connection.bs and so on...

2002-04-27 Thread sagar
Hi I have installed apache-1.3.12, openssl-0.9.5a and apache-1.3.12+ssl- 1.40 and configured mod_perl-1.26 on freeBSD 4.1 with apache by giving the following: %perl Makefile.PL APACHE_SRC=../apache_1.3.12/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/usr/local/apache The following

Re: cvs commit: modperl-docs/tmpl/custom/html download_linkpage_toc_section

2002-04-27 Thread Stas Bekman
Per Einar Ellefsen wrote: At 19:59 27.04.2002, Stas Bekman wrote: Don't misunderstand: when i said TOC I meant the list of links on the front page etc. have you checked the front page on perl.apache.org? These lists aren't generated with ul but with various dl inside a div class=toc. I

mod_bandwith like mechanism implemented in modperl?

2002-04-27 Thread Andrew McNaughton
Has anyone implemented a bandwidth limiting mechanism in mod_perl? I'd like a little more policy control than mod_bandwidth offers, with progressive limiting of high bandwidth users, but not limiting the rate of service to smaller users. Is there a general framework around that I could use as

Mod_perl, handler problem with httpd.conf

2002-04-27 Thread Ward W. Vuillemot
With the special apache and apreqlib for Mac OS X to get mod_perl, mod_ssl support, has anyone had problems with PerlHandler. In particular, my httpd.conf includes Location /floeApp SetHandler perl-script PerlHandler floeApp PerlSendHeader On /Location But, apachectl configtest tells me

problems on OS X

2002-04-27 Thread Ken Williams
Hi, I used to be able to compile mod_perl pretty easily on Mac OS X, but now for some reason (upgrades of modules? OS upgrades?) I'm having a lot of trouble getting past 'make test'. Here's what happens (no matter whether I compile statically with just EVERYTHING=1, or as a DSO as per

Re: problems on OS X

2002-04-27 Thread Ken Williams
On Sunday, April 28, 2002, at 12:41 PM, Ken Williams wrote: I used to be able to compile mod_perl pretty easily on Mac OS X, but now for some reason (upgrades of modules? OS upgrades?) I'm having a lot of trouble getting past 'make test'. Here's what happens (no matter whether I compile

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Ken Williams wrote: Hi, I used to be able to compile mod_perl pretty easily on Mac OS X, but now for some reason (upgrades of modules? OS upgrades?) I'm having a lot of trouble getting past 'make test'. Here's what happens (no matter whether I compile statically with just

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Stas Bekman wrote: Ken Williams wrote: ... Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pmFri Sep 14 17:09:10 2001 @@ -89,7

Re: problems on OS X

2002-04-27 Thread Ken Williams
On Sunday, April 28, 2002, at 01:47 PM, Stas Bekman wrote: Ken, CWD.pm, has always suffered from taint problems. This problem has been fixed in the bleadperl, try this patch: --- /tmp/Cwd.pm Sun Apr 28 11:44:38 2002 +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pm Fri Sep 14 17:09:10