cvs commit: modperl-2.0 Changes

2002-12-20 Thread stas
stas2002/12/20 18:26:02 Modified:src/modules/perl modperl_cmd.c .Changes Log: revert the last change, the file/linenumber of the error are already reported by httpd Revision ChangesPath 1.36 +2 -5

cvs commit: modperl-2.0 Changes

2002-12-20 Thread stas
stas2002/12/20 19:46:07 Modified:src/modules/perl modperl_cmd.c .Changes Log: under non-threaded perl need to check whether mod_perl is running, when modperl_vhost_is_running check is done. Revision ChangesPath 1.37 +1 -1

cvs commit: modperl-2.0/t/directive perlloadmodule3.t

2002-12-20 Thread stas
stas2002/12/20 19:47:18 Modified:t/directive perlloadmodule3.t Log: 1st subtest fails when lwp is not installed, need to investigate, make it TODO for now Revision ChangesPath 1.2 +2 -1 modperl-2.0/t/directive/perlloadmodule3.t Index:

Fw: OT - Santa uses PERL

2002-12-20 Thread Issac Goldstand
Title: OT - Santa uses PERL This came yesterday on the httpd-users list, and I haven't seen it on the mod_perl list yet (apologies if I just happened to not notice it). I thought that people might enjoy it. I'm sure one or two of you will want to flame me for it so I'd ask those people to do

mod_perl 2 and problems w/ ErrorDocument Directive

2002-12-20 Thread Terra Info
I have a script that provides custom error messages that I set up using the ErrorDocument directive (ie; ErrorDocument 400 /cgi-global/error.pl?error=400useXML=1). When run under typical mod_cgi all works as planned and it outputs the proper stuff. When run under mod_perl it outputs the same

[mp1] strange build problem with request_rec structure breaks API

2002-12-20 Thread David Harris
Hi, I have a most interesting problem. It seems as though mod_perl breaks API compatibility for apache by modifying the layout of the request_rec structure. Let me explain I maintain my own Red-Hat-based distribution of linux for my own internal use -- I take packages from Red Hat and

Re: Fw: OT - Santa uses PERL

2002-12-20 Thread Bill Moseley
At 11:17 AM 12/20/02 +0200, Issac Goldstand wrote: http://www.perl.com/pub/a/2002/12/18/hohoho.html>http://www.perl.com/pub/a/2002/12/18/hohoho.html That sounds a lot like Perrin's story. Didn't he save Christmas one year? -- Bill Moseley mailto:[EMAIL PROTECTED]

Re: Fw: OT - Santa uses PERL

2002-12-20 Thread Robert Landrum
On Fri, Dec 20, 2002 at 10:35:18AM -0800, Bill Moseley wrote: That sounds a lot like Perrin's story. Didn't he save Christmas one year? Indeed he did... and at etoys, no less... Perhaps Perrin is an elf. :) Rob

Re: Fw: OT - Santa uses PERL

2002-12-20 Thread Perrin Harkins
Robert Landrum wrote: On Fri, Dec 20, 2002 at 10:35:18AM -0800, Bill Moseley wrote: That sounds a lot like Perrin's story. Didn't he save Christmas one year? I wouldn't go that far. There were actually a lot of warehouse problems that led to disappointed customers, but I don't dwell on

libapreq-1.1 Release Candidate 2

2002-12-20 Thread Joe Schaefer
The apreq developers are planning a maintenance release of libapreq-1.1. This version does not include support for modperl-2, but it *could* address some outstanding problems in 1.0: * OS X support [1] * perl 5.8 segfaults related to file uploads [2] Please give the tarball at

Shroud+ Perl obfuscator....

2002-12-20 Thread Andrzej Jan Taramina
I extended Robert Jones' Perl Obfuscator, Shroud into what I am calling Shroud+. I needed it to protect some rather extensive scripts I have developed for Inventory and Image Gallery management on client web sites. It seems to work just fine with mp2 and my source code, so I thought I would

Re: [OT] Ideas for limiting form submissions

2002-12-20 Thread Daniel Koch
Check out Gimpy, which I believe is what Yahoo uses: http://www.captcha.net/captchas/gimpy/ http://www.captcha.net/ Narins, Josh wrote: Can GIMP be programmatically set up to warp/woof/weird-out an image? Yahoo's warped words works, I bet, since they use it. I'm referring to get getting an

install apache:asp in windows

2002-12-20 Thread Karthik
Sir, I want to run sum asp programsusing apache webserver 1.3 so i downloaded mod_perl-2.0-current.tar to have asp support on apache webserver. 1. Please tell me how to install.(in the website it is not clear) 2. Is there any change in config file. 3. then how to run an asp file. please

RE: install apache:asp in windows

2002-12-20 Thread Beau E. Cox
Hi - mod_perl 2.0 only works with Apache 2. You should use mod_perl 1 (current) to go with an Apache 1 server. Aloha = Beau. -Original Message-From: Karthik [mailto:[EMAIL PROTECTED]]Sent: Friday, December 20, 2002 10:20 AMTo: [EMAIL PROTECTED]Subject: install apache:asp

Re: install apache:asp in windows

2002-12-20 Thread Lai Zit Seng
You'd need Apache 2.0.x if you want mod_perl 2 (or 1.99 etc). If you want to run Apache 1.3.x, try mod_perl 1.27 instead. Regards, .lzs On Fri, 20 Dec 2002, Karthik wrote: Sir, I want to run sum asp programs using apache webserver 1.3 so i downloaded mod_perl-2.0-current.tar to have asp

Re: install apache:asp in windows

2002-12-20 Thread Stas Bekman
Karthik wrote: Sir, I want to run sum asp programs using apache webserver 1.3 so i downloaded mod_perl-2.0-current.tar to have asp support on apache webserver. 1. Please tell me how to install.(in the website it is not clear) What is it not clear? Could you please be more specific? What

Re: mod_perl 2 and problems w/ ErrorDocument Directive

2002-12-20 Thread Stas Bekman
Terra Info wrote: I have a script that provides custom error messages that I set up using the ErrorDocument directive (ie; ErrorDocument 400 /cgi-global/error.pl?error=400useXML=1). When run under typical mod_cgi all works as planned and it outputs the proper stuff. When run under mod_perl it

Re: Shroud+ Perl obfuscator....

2002-12-20 Thread Randal L. Schwartz
Andrzej == Andrzej Jan Taramina [EMAIL PROTECTED] writes: Andrzej I extended Robert Jones' Perl Obfuscator, Shroud into what I Andrzej am calling Shroud+. I needed it to protect some rather Andrzej extensive scripts I have developed for Inventory and Image Andrzej Gallery management on client

RE: Shroud+ Perl obfuscator....

2002-12-20 Thread Beau E. Cox
Even thought I am new to the Open Source Community I agree with Randal Schwartz. I find the idea of creating AND sharing much more enriching than the way things are done in the MS world where I have spent the bulk of my career. Maybe we should come up with UnShroud+. Beau E. Cox -Original

Re: Shroud+ Perl obfuscator....

2002-12-20 Thread kyle dawkins
Are you for real? Or is this some lame attempt at sarcasm? Andrzej posts to the list, SHARING some code he's written in case some people actually might use it, and he gets bitchslapped with some holier-than-thou rhetoric? Puh-leaze. Take your total bullshit somewhere else because you're

Re: Shroud+ Perl obfuscator....

2002-12-20 Thread Daniel Jacobowitz
On Sat, Dec 21, 2002 at 12:53:34AM -0500, kyle dawkins wrote: Are you for real? Or is this some lame attempt at sarcasm? Andrzej posts to the list, SHARING some code he's written in case some people actually might use it, and he gets bitchslapped with some holier-than-thou rhetoric?