Re: Shroud+ Perl obfuscator....

2002-12-23 Thread Jean-Michel Hiver
I just want to go on the record to say that I consider your action personally offensive and ethically questionable. I agree with the 'ethically questionable' part. Copyright laws should be enough to protect your source. As far as I'm concerned if you encrypt your source it's because you want to

RE: web link broken when access cgi-bin

2002-12-23 Thread Narins, Josh
It's some sort of troll or microsoft-funded distraction-bot. it's being a complete lame on debian-user (same eric lin) -Original Message- From: eric lin [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 1:41 AM To: [EMAIL PROTECTED] Subject: web link broken when access cgi-bin

Database Pooling

2002-12-23 Thread Michael Teter
Howdy. I'm very new to mod_perl, so if this question makes no sense, say so :) My understanding is that database access via mod_perl is pooled, but only per-httpd. So if I had 10 active httpds running, I would have 10x(number of connections per pool). In contrast, my Java/JSP/Servlet solution

Re: mod_perl 2 and problems w/ ErrorDocument Directive

2002-12-23 Thread Terra Info
Thanks for the help. Below is all the info you requested. I have also attached the test script (code below for those attachement challenged, et al;) and an example can be seen at http://dev.terranovum.com/some-bad-link/. To see what it should be doing call it directly at

my little stupid script

2002-12-23 Thread max . calvo
Howdy; I am in the beginning stages to get mod_perl in my head. This is my second script after the Hello There script. I am trying ot get my little stupid script to work. What I am trying ot do is fairly simple; I thought. I am just trying to get the server to print the numbers from 1 to 10.

Re: my little stupid script

2002-12-23 Thread darren chamberlain
* [EMAIL PROTECTED] [EMAIL PROTECTED] [2002-12-23 14:31]: I am in the beginning stages to get mod_perl in my head. This is my second script after the Hello There script. I am trying ot get my little stupid script to work. What I am trying ot do is fairly simple; I thought. I am just trying

Re: my little stupid script

2002-12-23 Thread Honza Pazdziora
On Mon, Dec 23, 2002 at 02:34:52PM -0500, darren chamberlain wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [2002-12-23 14:31]: I am in the beginning stages to get mod_perl in my head. This is my second script after the Hello There script. I am trying ot get my little stupid script to work.

Re: Database Pooling

2002-12-23 Thread Jean-Michel Hiver
My understanding is that database access via mod_perl is pooled, but only per-httpd. So if I had 10 active httpds running, I would have 10x(number of connections per pool). Not necessarily, that would be your MAXIMUM number of simultaneous connections, unless you connect to all the

Re: Database Pooling

2002-12-23 Thread Kenny Smith
Not necessarily, that would be your MAXIMUM number of simultaneous connections, unless you connect to all the datababases when a children is spawn (which would be pretty dull methinks, I prefer lazy algorithms). Well, it's going to be a pretty strange environment that doesn't have a database

Re: my little stupid script

2002-12-23 Thread max . calvo
Honza Pazdziora writes: On Mon, Dec 23, 2002 at 02:34:52PM -0500, darren chamberlain wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [2002-12-23 14:31]: I am in the beginning stages to get mod_perl in my head. This is my second script after the Hello There script. I am trying ot get my little

Re: Database Pooling

2002-12-23 Thread perrin
My understanding is that database access via mod_perl is pooled, but only per-httpd. So if I had 10 active httpds running, I would have 10x(number of connections per pool). The number of connection per pool (it's really just a cache) is normally one, so you have one per process. You would

Re: mod_perl 2 and problems w/ ErrorDocument Directive

2002-12-23 Thread Terra Info
PS: I forgot to let you know if it works on MP1. I do not have that installed on any machines so if someone out there on the list could check that out and post back I would appreciate it. Everything you need is below. Tom Terra Info wrote: Thanks for the help. Below is all the info you

Installed OK, but fails immediately on tests

2002-12-23 Thread Nigel Gilbert
I have run 'perl Makefile.PL' and 'make' without error, following the mod_perl installation instructions, but when I run make test, the server is shown as 'failing to start' and the test sequence aborts. Further investigation shows that httpd has started successfully and the problem is

Re: Database Pooling

2002-12-23 Thread Stas Bekman
Jean-Michel Hiver wrote: [...] * I _think_ that mod_perl 2 on Apache 2 might solve your problem since it's threaded (list, am I right here? I'm still working on mp1 for the most part) Eventually, yes. __ Stas Bekman

Re: Installed OK, but fails immediately on tests

2002-12-23 Thread Stas Bekman
Nigel Gilbert wrote: I have run 'perl Makefile.PL' and 'make' without error, following the mod_perl installation instructions, but when I run make test, the server is shown as 'failing to start' and the test sequence aborts. Further investigation shows that httpd has started successfully

Re: mod_perl 2 and problems w/ ErrorDocument Directive

2002-12-23 Thread Stas Bekman
Terra Info wrote: PS: I forgot to let you know if it works on MP1. I do not have that installed on any machines so if someone out there on the list could check that out and post back I would appreciate it. Everything you need is below. Here is the fix, I've messed up this part while porting.

Re: mod_proxy_add_forward weirdness: is it me or is it the code?

2002-12-23 Thread George Valpak
Solving my own problem so y'all don't have to :) - Looks like in my front end server, i need a rewrite rule like this: RewriteRule ^/(.*.cgi)$ http://localhost:8000/$1 [proxy] - then, in the backend server, I made the servename= localhost : ServerName localhost - then, for each

Re: Database Pooling

2002-12-23 Thread Gunther Birznieks
If I recall correctly, Jeffrey Baker (author of Apache::Session) wrote an extremely lucid and well thought out argument about why the way mod_perl pools connections is just as well as Java in reality. Try searching for his name in the mod_perl list archives.. I think he wrote this over a year

cvs commit: modperl-2.0/ModPerl-Registry/t/conf extra.conf.in

2002-12-23 Thread stas
stas2002/12/23 17:51:40 Modified:ModPerl-Registry/lib/ModPerl RegistryCooker.pm ModPerl-Registry/t/conf extra.conf.in Added: ModPerl-Registry/t 404.t ModPerl-Registry/t/cgi-bin 404.pl Log: fix the handling of the return status in