RE: Taint

2000-10-02 Thread Geoffrey Young
-Original Message- From: Herrington, Jack [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 12:59 PM To: '[EMAIL PROTECTED]' Subject: Taint A couple of questions about taint checking. 1) What is the default taint check setting? off 2) Does compiling mod_perl

RE: Taint

2000-10-02 Thread Geoffrey Young
no, the other compile time :) see camel 3rd ed chapter 18 for compile v run-time distinctions, esp p467 --Geoff -Original Message- From: Herrington, Jack [mailto:[EMAIL PROTECTED]] Sent: Monday, October 02, 2000 2:05 PM To: 'Vivek Khera' Cc: '[EMAIL PROTECTED]' Subject: RE: Taint

RE: Undefined subroutine error (only now and then)

2000-09-28 Thread Geoffrey Young
-Original Message- From: Paulo Narciso Filho [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 12:23 PM To: [EMAIL PROTECTED] Subject: Undefined subroutine error (only now and then) I'm using Apache and mod_perl to develop a dynamic web site. When I execute a

RE: Apache::Request-new() problem

2000-09-26 Thread Geoffrey Young
-Original Message- From: Herrington, Jack [mailto:[EMAIL PROTECTED]] Sent: Monday, September 25, 2000 10:36 PM To: [EMAIL PROTECTED] Subject: Apache::Request-new() problem I have the same problem as one of the previous reporters with Apache::Request-new(). The problem occurs

RE: Apache::Request-new() problem

2000-09-26 Thread Geoffrey Young
-Original Message- From: Herrington, Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 12:17 PM To: [EMAIL PROTECTED] Subject: RE: Apache::Request-new() problem well, if you don't have that, then you likely don't have Apache::Request or Apache::Cookie - they

RE: Scheduling an Apache child for termination/influence MaxRequestsPerChild counter

2000-09-26 Thread Geoffrey Young
-Original Message- From: Ime Smits [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 12:57 PM To: [EMAIL PROTECTED] Subject: Scheduling an Apache child for termination/influence MaxRequestsPerChild counter Hi, I wonder if it's possible to somehow alter Apache's

RE: PerlAddVar bug

2000-09-26 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 26, 2000 2:35 PM To: Geoffrey Young Cc: 'Eric Cholet'; Matt Sergeant; [EMAIL PROTECTED] Subject: RE: PerlAddVar bug On Thu, 6 Jul 2000, Geoffrey Young wrote: I guess my

RE: [slightly OT] cache refusal problem with IE, http headers

2000-09-25 Thread Geoffrey Young
I know this thread is rather lengthy, and took a few turns along the way, but I ran across this link the other day and thought it might be of use for everyone on the list - it's an official explanation of how IE handlers caching via headers. there's also a few links in it that are worth noting

RE: cvs commit: modperl/src/modules/perl mod_perl.h perl_config.c

2000-09-25 Thread Geoffrey Young
pardon my being away, but does this mean that the earlier (possible) fix Apache::ModuleConfig-get($r, __PACKAGE__) was not the cause of the error, or that it was and the __PACKAGE__ part is not necessary now? I was wondering whether to fix my calls for people who weren't up to cvs speed...

RE: does notes() work with custom_response()?

2000-09-14 Thread Geoffrey Young
try this: --- Yours.pmThu Sep 14 08:04:00 2000 +++ Mine.pm Thu Sep 14 08:02:49 2000 @@ -57,8 +57,8 @@ { my $r = shift; - my $notes = $r-notes; - my $pnotes = $r-pnotes; + my $notes = $r-prev-notes || $r-notes; + my $pnotes = $r-prev-pnotes ||

RE: does notes() work with custom_response()?

2000-09-14 Thread Geoffrey Young
-Original Message- From: brian d foy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 14, 2000 9:09 AM To: [EMAIL PROTECTED] Subject: RE: does notes() work with custom_response()? On Thu, 14 Sep 2000, Geoffrey Young wrote: i was using: - my $notes = $r

RE: does notes() work with custom_response()?

2000-09-14 Thread Geoffrey Young
-Original Message- From: brian d foy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 14, 2000 9:58 AM To: [EMAIL PROTECTED] Subject: RE: does notes() work with custom_response()? On Thu, 14 Sep 2000, Geoffrey Young wrote: remember that custom_response() is a tie

RE: mod_perl IfModule directives?

2000-09-12 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 12, 2000 9:02 AM To: [EMAIL PROTECTED] Subject: mod_perl IfModule directives? I know this isn't in mod_perl yet, so take this as a feature request :-) What I'd like to see is a

RE: mod_perl IfModule directives?

2000-09-12 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 12, 2000 9:21 AM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: RE: mod_perl IfModule directives? On Tue, 12 Sep 2000, Geoffrey Young wrote: cool idea... is Perl

RE: Memory leak hell...

2000-09-11 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 2:54 PM To: Matt Sergeant Cc: [EMAIL PROTECTED] Subject: Re: Memory leak hell... [snip] look for xsubs in those modules you're using that are calling new{SV,AV,HV,RV} or

RE: Apache crashes with Apache::DBI

2000-09-05 Thread Geoffrey Young
-Original Message- From: Pires Claudio [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 10:12 AM To: modperl Subject: Apache crashes with Apache::DBI Hi, I have problems to load Apache DBI. I added the PerlModule Apache::DBI into httpd.conf and when I restarted

RE: cvs commit: modperl/src/modules/perl mod_perl.c

2000-09-01 Thread Geoffrey Young
the mod_perl.c update is causing conficts with the set_handlers patch... the patch works, albit with lots of fuzz, but make yields: mod_perl.c: In function `perl_run_stacked_handlers': mod_perl.c:1342: parse error before `register' make[3]: *** [mod_perl.o] Error 1 make[2]: *** [all] Error 1

RE: PerlAuthenHandler invalid command

2000-08-29 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 3:45 PM To: Geoffrey Young Cc: 'Frank Plunkett'; [EMAIL PROTECTED] Subject: RE: PerlAuthenHandler invalid command On Mon, 28 Aug 2000, Geoffrey Young wrote: build mod_perl

RE: PerlAuthenHandler invalid command

2000-08-29 Thread Geoffrey Young
/install.html#How_can_I_tell_whether_mod_perl_ HTH --Geoff -Original Message- From: Geoffrey Young [EMAIL PROTECTED] To: 'Frank Plunkett' [EMAIL PROTECTED]; [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, August 28, 2000 3:40 PM Subject: RE: PerlAuthenHandler invalid command

[ANNOUNCE] Apache-Dispatch-0.06

2000-08-29 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-Dispatch-0.06.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Dispatch-0.06.tar.gz size: 7452 bytes md5: 1546415d4d9aa380567b961d395827d6 DESCRIPTION Apache::Dispatch translates $r-uri into a class and

RE: Can't Locate Apache::File

2000-08-29 Thread Geoffrey Young
did you build mod_perl with EVERYTHING=1 or PERL_FILE_API=1? HTH --Geoff -Original Message- From: David E. Wheeler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 29, 2000 1:56 PM To: [EMAIL PROTECTED] Subject: Can't Locate Apache::File Hi All, I've just installed the

RE: PerlAuthenHandler invalid command

2000-08-28 Thread Geoffrey Young
build mod_perl with perl Makefile.PL EVERTHING=1 or PERL_AUTHEN=1 HTH --Geoff -Original Message- From: Frank Plunkett [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 3:31 PM To: [EMAIL PROTECTED] Subject: PerlAuthenHandler invalid command Hi modperites,

RE: push_handlers (was: PerlCleanupHandler vs register_cleanup)

2000-08-24 Thread Geoffrey Young
a quick test showed the handlers to be FIFO, so I would expect you to get moda modb modc d e HTH --Geoff -Original Message- From: Paul G. Weiss [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 2:38 PM To: 'Stas Bekman' Cc: modperl Subject: push_handlers (was:

RE: modperl newbie: question about unable to load File.pm

2000-08-24 Thread Geoffrey Young
make sure that you enabled Apache::File when you built mod_perl, ie perl Makefile.PL EVERYTHING=1 or perl Makefile.PL PERL_FILE_API=1 HTH --Geoff -Original Message- From: Hoffman , Geoffrey [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 3:40 PM To: modperl Subject:

RE: anon CVS of modperl hangs?

2000-08-23 Thread Geoffrey Young
doesn't work for me... cvsup seems to be up, though --Geoff -Original Message- From: Jens-Uwe Mager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 2:54 PM To: [EMAIL PROTECTED] Subject: anon CVS of modperl hangs? I am trying to do an anon cvs update of modperl

RE: anon CVS of modperl hangs?

2000-08-23 Thread Geoffrey Young
doesn't work for me... cvsup seems to be up, though --Geoff -Original Message- From: Jens-Uwe Mager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 2:54 PM To: [EMAIL PROTECTED] Subject: anon CVS of modperl hangs? I am trying to do an anon cvs update of modperl

RE: $r-get_handlers bug/oversight?

2000-08-22 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 6:41 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: $r-get_handlers bug/oversight? On Wed, 16 Aug 2000, Geoffrey Young wrote: ack... so the alias only goes one

RE: :Oracle problem in conjunction with Apache.

2000-08-22 Thread Geoffrey Young
there are a number of threads on this and the modperl list that address the issue: http://marc.theaimsgroup.com/?l=apache-modperlm=96461467121206w=2 or http://marc.theaimsgroup.com/?l=apache-modperlm=96682673408989w=2 or

RE: Producing an error page

2000-08-21 Thread Geoffrey Young
http://perl.apache.org/guide/snippets.html#Redirecting_Errors_to_the_Client HTH --Geoff -Original Message- From: Jay Strauss [mailto:[EMAIL PROTECTED]] Sent: Monday, August 21, 2000 9:56 AM To: [EMAIL PROTECTED] Subject: Producing an error page Hi, I'm asking this again,

RE: $r-get_handlers bug/oversight?

2000-08-16 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 15, 2000 11:22 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: $r-get_handlers bug/oversight? On Tue, 25 Apr 2000, Geoffrey Young wrote: Hi all... I've

RE: canned footers

2000-08-16 Thread Geoffrey Young
-Original Message- From: Alex Menendez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 16, 2000 2:07 PM To: [EMAIL PROTECTED] Cc: The MODPERL Subject: Re: canned footers Your right. this works great for html! Unfortunately, however, Apache sandwich really does not work

RE: DB persistence

2000-08-16 Thread Geoffrey Young
-Original Message- From: Mark D Wolinski [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 16, 2000 2:32 PM To: [EMAIL PROTECTED] Subject: RE: DB persistence If I have mod_perl installed, will CGI's not running under mod_perl benefit from Apache::DBI as well if they

RE: $r-notes with slashes

2000-08-14 Thread Geoffrey Young
-Original Message- From: Andrew Fuqua [mailto:[EMAIL PROTECTED]] Sent: Monday, August 14, 2000 12:44 PM To: [EMAIL PROTECTED] Subject: $r-notes with slashes I'm trying to pass a path name with slashes as the value of a note, and when I try to retrieve the note from another

RE: Apache::Reload

2000-08-11 Thread Geoffrey Young
you may have missed the conversation yesterday on modperl-dev, but just to recap... it just came up that Apache::Symbol::undef_functions really isn't needed any more. That is, 5.004+ avoids the manditory 'subroutine redefined' warnings and makes then not-manditory. Thus local $^W stops the

RE: parsing SSI in cgi scripts?

2000-08-11 Thread Geoffrey Young
check out Apache::Filter + Apache::SSI - both on CPAN --Geoff -Original Message- From: Vladislav Safronov [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 11:59 AM To: [EMAIL PROTECTED] Subject: parsing SSI in cgi scripts? Hi, Is there way for processing SSI

RE: Apache::DBI using 'reauthenticate' instead of caching

2000-08-11 Thread Geoffrey Young
very interesting. I might suggest a config option to toggle the functionality within Apache::DBI instead of a new module entirely. Or maybe including it as another module within the Apache::DBI distribution. I don't know how everyone else feels, but all the stuff in the Apache:: namespace

RE: RequestNotes passing arrays

2000-08-10 Thread Geoffrey Young
-Original Message- From: Steven Wren [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 10, 2000 2:39 AM To: [EMAIL PROTECTED] Subject: RequestNotes passing arrays Hello Geoffrey I am not sure if u want people writing to u directly about RequestNotes, so tell me to bugger

RE: custom server string

2000-08-09 Thread Geoffrey Young
-Original Message- From: Dave Moore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 5:55 PM To: [EMAIL PROTECTED] Subject: custom server string i need to change the outgoing Server header on all requests to our site. dont ask why I would want to do that. i have

RE: custom server string

2000-08-09 Thread Geoffrey Young
-Original Message- From: Vivek Khera [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 10:43 AM To: [EMAIL PROTECTED] Subject: Re: custom server string "DM" == Dave Moore [EMAIL PROTECTED] writes: DM i need to change the outgoing Server header on all requests

[ANNOUNCE] Apache-Dispatch-0.04

2000-08-08 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-Dispatch-0.04.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Dispatch-0.04.tar.gz size: 6903 bytes md5: 42e7d4c530b60b9096ad2750eab2f81a Changes: 0.04 8.8.2000 - fixed bug to allow null

RE: [ANNOUNCE] Apache::Dispatch-0.03

2000-08-08 Thread Geoffrey Young
-Original Message- From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 08, 2000 12:52 PM To: [EMAIL PROTECTED] Subject: Re: [ANNOUNCE] Apache::Dispatch-0.03 [snip] Yep, that's one weird bit of syntax. I just needed this recently to write a test.pl, and

RE: problem with DBD::Oracle and so

2000-08-07 Thread Geoffrey Young
if you are running DBD-Oracle 1.04 or later and 1.03 was working ok, check out this thread... http://marc.theaimsgroup.com/?l=apache-modperlm=96461467121206w=2 specifically http://marc.theaimsgroup.com/?l=apache-modperlm=96461680225138w=2 which worked for me... HTH --Geoff -Original

RE: [ANNOUNCE] Apache::Dispatch-0.03

2000-08-07 Thread Geoffrey Young
for anyone who is interested (apparently not many :) I ran a quick "hello world" LWP::Simple based benchmark using Apache::Registry (with RegistryLoader), a normal PerlHandler, and Apache::Dispatch... Benchmark: timing 5000 iterations of dispatch, handler, registry... dispatch: 108 wallclock

RE: [ANNOUNCE] Apache::Dispatch-0.03

2000-08-07 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 8:57 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: [ANNOUNCE] Apache::Dispatch-0.03 On Mon, 7 Aug 2000, Geoffrey Young wrote: for anyone who is interested

RE: [ANNOUNCE] Apache::Dispatch-0.03

2000-08-07 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 9:29 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: [ANNOUNCE] Apache::Dispatch-0.03 On Mon, 7 Aug 2000, Geoffrey Young wrote: Does Dispatch stat() the module

RE: [ANNOUNCE] Apache::Dispatch-0.03

2000-08-07 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 9:45 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: [ANNOUNCE] Apache::Dispatch-0.03 so, you are desiring a StatINC like feature within Dispatch itself? sounds

RE: [ANNOUNCE] Apache::Dispatch-0.03

2000-08-07 Thread Geoffrey Young
ok, here's a pre-PAN http://morpheus.laserlink.net/~gyoung/modules/Apache-Dispatch-0.04.tar.gz I borrowed some code from Apache::StatINC to add a single module reload. Unfortunately, this doesn't cover inherited circumstances, although I don't know how important that is going to be to

[ANNOUNCE] Apache::Dispatch-0.03

2000-08-04 Thread Geoffrey Young
, PERL_HANDLER=1, and maybe other hooks to function properly. FEATURES/BUGS No known bugs or unexpected features at this time... SEE ALSO perl(1), mod_perl(1), Apache(3) AUTHOR Geoffrey Young [EMAIL PROTECTED] COPYRIGHT Copyright 2000 Geoffrey Young - all rights reserved. This library

RE: Apache::RefererBlock and ModuleConfig problem?

2000-08-03 Thread Geoffrey Young
, Geoffrey Young wrote: you need to specify EVERYTHING=1 or PERL_DIRECTIVE_HANDLERS=1 to enable Apache::ModuleConfig, ie perl Makefile.PL EVERYTHING=1 make etc... Which raises an interesting question... Is there any way for Makefile.PL to determin if a particular option

RE: [ANNOUNCE] Apache::Dispatch-0.02

2000-08-02 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 9:46 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: [ANNOUNCE] Apache::Dispatch-0.02 You're gonna hate me for this... Can you add pre and post methods

[ANNOUNCE] Apache::Dispatch-0.02

2000-08-01 Thread Geoffrey Young
or features at this time... SEE ALSO perl(1), mod_perl(1), Apache(3) AUTHOR Geoffrey Young [EMAIL PROTECTED] COPYRIGHT Copyright 2000 Geoffrey Young - all rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

RE: [ANNOUNCE] Apache::Dispatch-0.02

2000-08-01 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 01, 2000 9:46 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: [ANNOUNCE] Apache::Dispatch-0.02 You're gonna hate me for this... Can you add pre and post methods

RE: [ANNOUNCE] Apache::Dispatch

2000-07-31 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 29, 2000 6:16 AM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: [ANNOUNCE] Apache::Dispatch On Fri, 28 Jul 2000, Geoffrey Young wrote: hi Matt... I can't access my normal

RE: [ANNOUNCE] Apache::Dispatch

2000-07-31 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 10:35 AM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: RE: [ANNOUNCE] Apache::Dispatch On Mon, 31 Jul 2000, Geoffrey Young wrote: I'll remove Foolish (the name was a dead

[ANNOUNCE] Apache::Dispatch

2000-07-28 Thread Geoffrey Young
will allow Custom::Filter-handler() and Custom-filter(), but deny Customer:: methods. I think DistpatchAllow has the proper behavior, but DispatchDeny may need to be changed. Input is welcome. SEE ALSO perl(1), mod_perl(1), Apache(3), Apache::ModuleConfig(3) AUTHOR Geoffrey Young [EMAIL PROTECTED

Re: [ANNOUNCE] Apache::Dispatch

2000-07-28 Thread Geoffrey Young
hi Matt... I can't access my normal email from home, so forgive the non-quoting of your message... :) the way I set it up, when running in DispatchMode = Safe (the default, which I didn't mention in the docs), you wouldn't be able to call /File/Find/find without explitily allowing File or

RE: Patch not accepted?

2000-07-27 Thread Geoffrey Young
-Original Message- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 2:38 PM To: modperl Subject: Patch not accepted? Hi all, I sent a patch for Apache::test a week or so ago. I got no responses, so I'm here to advocate again for its incorporation.

RE: lookup_uri() / lookup_file() behavior

2000-07-27 Thread Geoffrey Young
-Original Message- From: Christian Gilmore [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 12:34 PM To: Modperl Mailing List (E-mail) Subject: lookup_uri() / lookup_file() behavior I'm trying to determine what the proper behavior for lookup_uri() / lookup_file()

RE: lookup_uri() / lookup_file() behavior

2000-07-27 Thread Geoffrey Young
-Original Message- From: Christian Gilmore [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 3:46 PM To: 'Geoffrey Young'; 'Modperl Mailing List (E-mail)' Subject: RE: lookup_uri() / lookup_file() behavior sounds right - if you're wondering whether using push

RE: DBD-Oracle and mod_perl

2000-07-26 Thread Geoffrey Young
-Original Message- From: Tommy Wareing [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 8:55 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: Re: DBD-Oracle and mod_perl On Wed, Jul 26, 2000 at 08:27:06AM -0400, Geoffrey Young wrote: hi

RE: DBD-Oracle and mod_perl

2000-07-26 Thread Geoffrey Young
-Original Message- From: aaron [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 26, 2000 8:48 AM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: DBD-Oracle and mod_perl at a time earlier than now, Geoffrey Young wrote: hi everyone... I was just wondering

DBD-Oracle and mod_perl

2000-07-26 Thread Geoffrey Young
hi everyone... I was just wondering if anyone has been able to get the newer releases of DBD-Oracle to work under mod_perl? that is, using DBD-Oracle 1.04, 1.05, and 1.06, under perl 5.005 (RH6.0 standard) and DBI-1.14 I get consistently non-working results, but only when running under

RE: Severe problem with $r-log_error

2000-07-11 Thread Geoffrey Young
did you compile mod_perl with EVERYTHING=1 or PERL_LOG_API=1 --Geoff -Original Message- From: Axel Wagner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 11:30 AM To: [EMAIL PROTECTED] Subject: Severe problem with $r-log_error Hi, I have a serious problem with the

RE: PerlSetupEnv is evil

2000-07-10 Thread Geoffrey Young
-Original Message- From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 5:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: PerlSetupEnv is evil [snip] It also turns out that specifying "PerlSetupEnv Off" outside of any Directory

RE: Interfacing from Apache to Access

2000-07-10 Thread Geoffrey Young
look into DBI and DBD::ODBC on CPAN (http://www.perl.com/CPAN-local/modules/by-module/) from the DBI mailing list, I gather lots of folks use DBD::ODBC for perl-MSAccess connectivity... HTH --Geoff -Original Message- From: Lorenzo Gordon [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Apache::ASP and post-POST redirect

2000-07-07 Thread Geoffrey Young
-Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 12:46 PM To: Dmitry Beransky Cc: [EMAIL PROTECTED]; Ken Williams Subject: Re: Apache::ASP and post-POST redirect I bet its an ASP-Apache::Filter issue, because in general there

PerlAddVar bug

2000-07-06 Thread Geoffrey Young
Sorry to bring up PerlAddVar again, but this time I have a legitimate bug. It stems from what I reported last time about items in Apache::Table not being visible outside a Location directives: that is, given: Alias /test /usr/local/apache/test # this outside value of foo doesn't get seen!

RE: What is *.xs file?

2000-07-06 Thread Geoffrey Young
-Original Message- From: James G Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 11:20 AM To: Sam Xie Cc: [EMAIL PROTECTED] Subject: Re: What is *.xs file? Sam Xie [EMAIL PROTECTED] wrote: Umm this list is for perl as a module in apache not modules for

RE: PerlAddVar bug

2000-07-06 Thread Geoffrey Young
-Original Message- From: Eric Cholet [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 1:47 PM To: Matt Sergeant; Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: PerlAddVar bug On Thu, 6 Jul 2000, Geoffrey Young wrote: Sorry to bring up PerlAddVar again

RE: can't properly append to file from mod_perl script

2000-07-05 Thread Geoffrey Young
Are you setting PerlWarn On and checking for errors? I get these when compiling your script under RegistryLoader: Variable "$results_file" will not stay shared at /usr/local/apache/perl-bin/test.cgi line 29. Variable "$entry" will not stay shared at /usr/local/apache/perl-bin/test.cgi line 31.

RE: error DBI with quote

2000-07-05 Thread Geoffrey Young
this more properly belongs on the DBI list, but see page 122 of the cheetah book: "Bind values are passed to the database seperately from the SQL statement, so there's no need to 'wrap up' the value in SQL quoting rules." thus, no need to call quote()... HTH --Geoff -Original

RE: Browser Sniffing

2000-06-30 Thread Geoffrey Young
-Original Message- From: Edwin Pratomo [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 29, 2000 10:06 PM To: [EMAIL PROTECTED] Subject: Re: Browser Sniffing Ask Bjoern Hansen wrote: On Thu, 29 Jun 2000, Drew Taylor wrote: I'm hoping it's been done already, because the

RE: Session Cookies:cant retrieve value

2000-06-30 Thread Geoffrey Young
-Original Message- From: darren chamberlain [mailto:[EMAIL PROTECTED]] Sent: Friday, June 30, 2000 8:48 AM To: Steven Wren Cc: [EMAIL PROTECTED] Subject: Re: Session Cookies:cant retrieve value [snip] Try setting the cookie in an early phase of the request

RE: Session Cookies:cant retrieve value

2000-06-30 Thread Geoffrey Young
-Original Message- From: darren chamberlain [mailto:[EMAIL PROTECTED]] Sent: Friday, June 30, 2000 9:29 AM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: Session Cookies:cant retrieve value Geoffrey Young ([EMAIL PROTECTED]) said something to this effect

RE: can't properly append to file from mod_perl script

2000-06-29 Thread Geoffrey Young
you might want to 'use strict' and see what pops up :) additionally, you might want to read up on mod_perl_traps.pod and http://perl.apache.org/guide/porting.html specifically http://perl.apache.org/guide/porting.html#Exposing_Apache_Registry_secret HTH --Geoff -Original Message-

RE: Apache::Upload ?

2000-06-29 Thread Geoffrey Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 5:46 PM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: Apache::Upload ? Geoffrey Young wrote: the documentation in Apache::Request is pretty complete. I've only

RE: Upgrade

2000-06-29 Thread Geoffrey Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 4:45 PM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: RE: Upgrade Looks like I'm going to have to recompile the works. I've downloaded http://www.perl.com/CPAN/src

[new module] Apache::Regex

2000-06-28 Thread Geoffrey Young
Hi all... I posted to the list a little while ago a simple regular expression PerlHandler implementation. I've cleaned it up since then and thought I might post it to CPAN if there is any interest. I was thinking of Apache::Regex as the release name. I know it's a basic module, and

RE: Upgrade

2000-06-28 Thread Geoffrey Young
as long as you have mod_so compiled into apache, you should be able to add mod_perl as a DSO. you can check with httpd -l the advice you will get the most from this list is to recompile apache with a static mod_perl and forget DSO, but DSO stability is reported to have improved of late so it

RE: Apache::Upload ?

2000-06-28 Thread Geoffrey Young
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2000 3:31 PM To: Geoffrey Young Cc: 'Casey Bristow'; [EMAIL PROTECTED] Subject: Re: Apache::Upload ? i to need an upload solution to get Apache::Request::upload in i just cpan'd it down as install Bundle::Apache

RE: mod_perl install

2000-06-27 Thread Geoffrey Young
you may want to see http://perl.apache.org/guide/install.html specifically http://perl.apache.org/guide/install.html#APACHE_PREFIX HTH --Geoff -Original Message- From: Michael L. Stokes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 27, 2000 11:46 AM To: [EMAIL PROTECTED]

RE: Totally annoyed at IE ( Cookie oddity )

2000-06-23 Thread Geoffrey Young
I just tried the following registry script with NS4.7 and IE5 (both win) and it worked just fine... #!/usr/bin/perl use strict; my $r = shift; $r-err_headers_out-add('Set-cookie' = 'cookie1=value1; domain=.laserlink.net'); $r-err_headers_out-add('Set-cookie' = 'cookie2=value2;

is PerlAddVar working?

2000-06-23 Thread Geoffrey Young
hi all... I've been trying all morning to access PerlAddVar variables as expected (see http://marc.theaimsgroup.com/?l=apache-modperlm=95718409824646w=2 and forward) I'm not sure if anyone tested Doug's patch (http://marc.theaimsgroup.com/?l=apache-modperlm=95742001627308w=2) or

RE: Simple program _setting_ REMOTE_ADDR - SOLUTION

2000-06-23 Thread Geoffrey Young
-Original Message- From: Dan Rench [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 12:33 PM To: Steve van der Burg Cc: [EMAIL PROTECTED] Subject: Re: Simple program _setting_ REMOTE_ADDR - SOLUTION On Fri, 23 Jun 2000, Steve van der Burg wrote: Taking your

RE: stripping CRLF on the way out?

2000-06-22 Thread Geoffrey Young
I wrote a quick handler that implements a regex as a PerlHandler maybe this will help to strip out comments: (oh, and if anyone would like to see this as an official module, I can clean it up and release it - I didn't really think there would be much interest in it when I wrote it...) package

RE: stripping CRLF on the way out?

2000-06-22 Thread Geoffrey Young
-Original Message- From: Paul Lindner [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 10:53 AM To: Geoffrey Young Cc: 'Dave DeMaagd'; [EMAIL PROTECTED] Subject: Re: stripping CRLF on the way out? Try running HTML::Clean on your template, instead of using CPU for every

RE: Apache::DBI

2000-06-21 Thread Geoffrey Young
-Original Message- From: Eric Jain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2000 1:30 PM To: Mod_Perl Subject: Apache::DBI Is it be possible to modify Apache::DBI in sich a way that only database connections specified in a PerlRequired startup.pl with

RE: err_headers_out Q

2000-06-19 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Friday, June 09, 2000 1:21 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: err_headers_out Q On Fri, 2 Jun 2000, Geoffrey Young wrote: hi all... this simple script: #!/usr/bin

[Advocacy] apachetoday.com

2000-06-07 Thread Geoffrey Young
apachetoday.com was launched sometime last week (I think), and today features Stas and mod_perl on the front page :) --Geoff

RE: Apache::ASP

2000-06-07 Thread Geoffrey Young
well, I don't use Apache::ASP, but a quick glance of the README yielded the apropriate instructions you are looking for... :) --Geoff -Original Message- From: Clement Law [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 07, 2000 1:54 PM To: [EMAIL PROTECTED] Subject: Apache::ASP

RE: Apache::Dispatch

2000-06-06 Thread Geoffrey Young
-Original Message- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 12:38 AM To: Christopher Lee Cc: [EMAIL PROTECTED] Subject: Re: Apache::Dispatch [EMAIL PROTECTED] (Christopher Lee) wrote: There's a real live working example if anybody wants it,

RE: $r-register_cleanup limits?

2000-06-06 Thread Geoffrey Young
-Original Message- From: Jim Woodgate [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 9:48 AM To: [EMAIL PROTECTED] Subject: $r-register_cleanup limits? In a module I'm using register_cleanup so the client doesn't need to wait for me to do a bunch of work. It

RE: NEWBIE: appending to page content

2000-06-06 Thread Geoffrey Young
-Original Message- From: Jim Sproull [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 11:00 AM To: [EMAIL PROTECTED] Subject: NEWBIE: appending to page content I'm relatively new to mod_perl and have been fighting with a relatively simple task: appending data to all

RE: [benchmark] DBI/preload (was Re: [RFC] improving memory mapping thru code exercising)

2000-06-06 Thread Geoffrey Young
-Original Message- From: Ken Miller [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 12:13 PM To: [EMAIL PROTECTED] Subject: RE: [benchmark] DBI/preload (was Re: [RFC] improving memory mapping thru code exercising) At 11:10 AM 6/6/00 -0400, Geoffrey Young wrote

RE: NEWBIE: appending to page content

2000-06-06 Thread Geoffrey Young
-Original Message- From: Jim Sproull [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 1:53 PM To: [EMAIL PROTECTED] Subject: RE: NEWBIE: appending to page content Thanks to Geoff Young for pointing me in the right direction towards Apache::SimpleReplace. I have

RE: NEWBIE: appending to page content

2000-06-06 Thread Geoffrey Young
-Original Message- From: Jim Sproull [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 2:09 PM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: RE: NEWBIE: appending to page content [snip] Hi again Geoff. Thanks for the quick answer. I actually tried adding

RE: NEWBIE: appending to page content

2000-06-06 Thread Geoffrey Young
-Original Message- From: Jim Sproull [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 2:35 PM To: Geoffrey Young Subject: RE: NEWBIE: appending to page content -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06

RE: [RFC: performance] Preloading Perl Modules at Server Startup

2000-06-05 Thread Geoffrey Young
-Original Message- From: Vivek Khera [mailto:[EMAIL PROTECTED]] Sent: Monday, June 05, 2000 10:09 AM To: mod_perl list Subject: Re: [RFC: performance] Preloading Perl Modules at Server Startup "SB" == Stas Bekman [EMAIL PROTECTED] writes: SB But an even better approach is

RE: [RFC: performance] Preloading Perl Modules at Server Startup

2000-06-05 Thread Geoffrey Young
[snip] Also, I'd recommend using libapreq's Apache::Request if you don't need the content generating parts of CGI.pm... which leads to an enhancement I'd like to see Doug add to libapreq's functionality: Currently, you need to do a call like this if you're using Apache::Request

RE: [RFC: performance] Preloading Perl Modules at Server Startup

2000-06-05 Thread Geoffrey Young
-Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Monday, June 05, 2000 10:30 AM To: 'Vivek Khera'; mod_perl list Subject: RE: [RFC: performance] Preloading Perl Modules at Server Startup [snip] Also, I'd recommend using libapreq's Apache

<    3   4   5   6   7   8   9   >