RE: Easy Newbie mod_perl installation question

2001-03-08 Thread John Walker
layouts seem to be defined in: ../apache_1.3.x/config.layout John -Original Message- From: Andy Emmerich [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 2:48 AM To: [EMAIL PROTECTED] Subject: Easy Newbie mod_perl installation question When mod_perl's Makefile builds

RE: Make test hangs on httpdconf

2001-03-08 Thread John Walker
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 10:08 AM To: John Walker Cc: '[EMAIL PROTECTED]' Subject: RE: Make test hangs on httpdconf Actually, it seems I've screwed things up worse than that. [...] try to run the test

RE: Make test hangs on httpdconf

2001-03-06 Thread John Walker
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, March 05, 2001 11:28 PM To: John Walker Cc: '[EMAIL PROTECTED]' Subject: Re: Make test hangs on httpdconf On Mon, 5 Mar 2001, John Walker wrote: Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian

Make test hangs on httpdconf

2001-03-05 Thread John Walker
Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian) I have been following the guide, and I wasn't too successful with the CPAN method, so I tried the "A Summary of a Basic mod_perl Installation" method. I didn't notice any error during the configuration or the make step. The tests stall at

UN-Authenticating users?

2000-02-14 Thread John Walker
I'm writing some stuff with CGI under mod perl. The users have to authenticate prior to even getting to the script... However, some of my users have more than one login with separate privlidges... (provided by the script). I want them to be able to log out and then log back in as someone else,

I give up... I'm just going to follow the instructions....

2000-01-27 Thread John Walker
y when I rpm -e perl. Are there optimizations I can perform to make a better/faster binary using the compiling tools in 6.1? Thanks AGAIN for all the help and patience, John Walker

httpsd with my content handler immediately dumps core- likely causes?

2000-01-26 Thread John Walker
(aparently including masocisim G) I am trying to write my own handler. Thanks, John Walker

Bad server, Bad server, down boy! (was RE: Hey, that ain't tainted, is it?)

2000-01-11 Thread John Walker
be OK, right? One other thought, I run this under regular cgi with "#!/usr/bin/perl -wT" (also under mod_perl). Shouldn't that warn of taint problems? (Even if PerlTaintCheck is off?) And if so, then this isn't really a tainting problem, so why does PerlTaintCheck effect operation of t

RE: Bad server, Bad server, down boy! (was RE: Hey, that ain't taint ed, is it?)

2000-01-11 Thread John Walker
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 11, 2000 11:28 AM To: John Walker Cc: '[EMAIL PROTECTED]' Subject: Re: Bad server, Bad server, down boy! (was RE: Hey, that ain't taint ed, is it?) [...] I think it's your perl, try to rebuild

Hey, that ain't tainted, is it?

2000-01-10 Thread John Walker
user name is getting execed, evaled, or supplied to a system call. Can anyone explain this to my pea brain? Also, What would I have to do with the parameter value to make mod_perl think I had "untainted" the value? John Walker _ Special Projects Manager, JSW4.

RE: Hey, that ain't tainted, is it?

2000-01-10 Thread John Walker
an [mailto:[EMAIL PROTECTED]] Sent: Monday, January 10, 2000 4:34 PM To: John Walker Cc: '[EMAIL PROTECTED]' Subject: Re: Hey, that ain't tainted, is it? % perldoc perlsec -- is what you are looking for. it's all there... [...]

Cryptic errors -simple Apache::Registry script ??? (newbie)

2000-01-09 Thread John Walker
I've got a script (hello.pl from the Eagle book). It runs succesfully once and generates 500 errors. So I dig around and find this in the errors: [Sun Jan 9 15:26:38 2000] [error] Can't upgrade that kind of scalar at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/Registry.pm line 32. HMM.