[new module] Apache::Dispatch

2000-06-05 Thread Geoffrey Young
hi all... I'm not sure if some you remember the idea Vivek and Matt had about creating a handler that mapped, say, http://localhost/Foo/doit to Foo-doit() anyway, the relevant part of the thread, including some code, can be seen here:

RE: [new module] Apache::Dispatch

2000-06-05 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, June 05, 2000 12:19 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]'; 'Vivek Khera'; 'Matt Sergeant' Subject: Re: [new module] Apache::Dispatch On Mon, 5 Jun 2000, Geoffrey Young wrote: hi all

RE: [new module] Apache::Dispatch

2000-06-05 Thread Geoffrey Young
-Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Monday, June 05, 2000 12:25 PM To: Stas Bekman Cc: Geoffrey Young; '[EMAIL PROTECTED]'; 'Vivek Khera' Subject: Re: [new module] Apache::Dispatch On Mon, 5 Jun 2000, Stas Bekman wrote: On Mon, 5 Jun

err_headers_out Q

2000-06-02 Thread Geoffrey Young
hi all... this simple script: #!/usr/bin/perl my $r = shift; $r-err_headers_out-add('Set-Cookie' = "name=error"); warn "pre headers_out: " . $r-headers_out-get('Set-Cookie'); $r-send_http_header('text/plain'); warn "post headers_out: " . $r-headers_out-get('Set-Cookie'); print "done";

RE: Segmetation Fault problem

2000-06-02 Thread Geoffrey Young
are you both using the default RPM from redhat? IIRC, if you check the archives, you'll find similar reports for users of the RPM. Generally, RedHat RPMs use mod_perl as a DSO, and it seems mod_perl's DSO received lots of DSO upgrading/tuning after 1.21. I'd suggest rolling your own mod_perl

RE: Segmetation Fault problem

2000-06-02 Thread Geoffrey Young
-Original Message- From: Hughes, Ralph [mailto:[EMAIL PROTECTED]] Sent: Friday, June 02, 2000 1:57 PM To: Geoffrey Young; 'Michael Todd Glazier'; ModPerl Subject: RE: Segmetation Fault problem Nope! I didn't trust the RPM configuration so I built Apache, and mod_perl from source

RE: elusive, disappearing notes?

2000-05-31 Thread Geoffrey Young
I've seen this before and always thought to attribute it to mod_dir creating a new request to properly map / to /index.html since any notes set are for the lifetime of the request only, the new request (representing /index.html) would/should have no notes... this makes sense in my head, but my

push_handlers weirdness...

2000-05-31 Thread Geoffrey Young
hi all... I'm not sure if this is related to some of the get/set handler strangeness that I have been seeing lately (as I try to do some weird stacked handler acrobatics), or if it's the result of some closure thing that I really shouldn't be doing... package Test::Test; use

RE: ques on error msg

2000-05-30 Thread Geoffrey Young
-Original Message- From: amy [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 3:27 PM To: Geoffrey Young Subject: Re: ques on error msg Geoffrey Young wrote: -Original Message- From: amy [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 1:51 PM

RE: PerlSetupEnv bug?

2000-05-30 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Monday, May 29, 2000 8:21 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: PerlSetupEnv bug? I can't seem to get PerlSetupEnv to affect my perl-bin anyplace other than in the perl-bin

RE: PerlSetupEnv bug?

2000-05-30 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 8:14 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: RE: PerlSetupEnv bug? On Tue, 30 May 2000, Geoffrey Young wrote: -Original Message- From: Stas Bekman

RE: Sending multiple cookies per request

2000-05-26 Thread Geoffrey Young
-Original Message- From: Drew Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 10:44 AM To: modperl Subject: Sending multiple cookies per request I'm trying to set multiple cookies with $r-header_out('Set-Cookie' = $custCookie); I tried having 2 header_out calls

RE: ques on error msg

2000-05-26 Thread Geoffrey Young
-Original Message- From: amy [mailto:[EMAIL PROTECTED]] Sent: Friday, May 26, 2000 1:51 PM To: [EMAIL PROTECTED] Subject: ques on error msg every now and then I got some error messages in the file /logs/error_log, but everything works fine. ## first error Use of

RE: mod_perl, multiple virtual hosts, and DBI weirdness

2000-05-26 Thread Geoffrey Young
you should be able to debug this pretty well by doing some or all of the following: set $Apache::DBI::DEBUG=2 in startup.pl set PerlWarn On in httpd.conf use strict; run in httpd -X see http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it HTH --Geoff -Original

RE: Newbie: Apache::DBI Directive bug

2000-05-25 Thread Geoffrey Young
-Original Message- From: Nigel Hamilton [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 3:40 AM To: [EMAIL PROTECTED] Subject: Newbie: Apache::DBI Directive bug Hi, I've got a showstopper bug ... Whenever I place the directive to load Apache::DBI in

RE: PerlTransHandler question.

2000-05-23 Thread Geoffrey Young
time to pick up the Eagle book... check out http://www.modperl.com/ specifically http://www.modperl.com/book/chapters/ch7.html#The_URI_Translation_Phase HTH --Geoff -Original Message-From: Antonio Pascual [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 23, 2000 9:59 AMTo:

RE: unsubscribe instructions

2000-05-23 Thread Geoffrey Young
egads... http://perl.apache.org/#maillists -Original Message- From: Jon Wasserman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 23, 2000 1:12 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: unsubscribe instructions Yeah!!! ME TOO. How the heck do I unsubscribe. The

RE: PerlFreshRestart Question/Problem

2000-05-19 Thread Geoffrey Young
-Original Message- From: David Veatch [mailto:[EMAIL PROTECTED]] Sent: Friday, May 19, 2000 11:48 AM To: [EMAIL PROTECTED] Subject: PerlFreshRestart Question/Problem Greetings, [i sent this once, but think it got hung up at the mail server... my apologies if this already

RE: Want to work at a Game company?

2000-05-18 Thread Geoffrey Young
-Original Message- From: Graf, Chris [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 1:09 PM To: [EMAIL PROTECTED] Subject: RE: Want to work at a Game company? This was the default posting from HR. I should have thrown in the mod_perl requirement when sending to this

RE: Confusion on Apache::DBI

2000-05-18 Thread Geoffrey Young
-Original Message- From: Niral Trivedi [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 1:11 PM To: '[EMAIL PROTECTED]' Subject: Confusion on Apache::DBI All, Sorry if this question sounds stupid.. but I am new to mod_perl and Apache::DBI.. I have successfully

RE: Want to work at a Game company?

2000-05-18 Thread Geoffrey Young
-Original Message- From: Buddy Lee Haystack [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 1:23 PM To: Graf, Chris Cc: [EMAIL PROTECTED] Subject: Re: Want to work at a Game company? I don't think an apology is in order. According to Jason's reply, you did the right

RE: Confusion on Apache::DBI

2000-05-18 Thread Geoffrey Young
-Original Message- From: Niral Trivedi [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 3:15 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: Confusion on Apache::DBI Thanks Geoff, You were right... I was using "DBI:mysql:DBNAME::localhost"

RE: Confusion on Apache::DBI

2000-05-18 Thread Geoffrey Young
-Original Message- From: Niral Trivedi [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 18, 2000 3:57 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: Confusion on Apache::DBI Geoff, I know, once child dies, db handle goes out of scope and DBI cleans up

RE: Apache::DBI and autocommit

2000-05-17 Thread Geoffrey Young
-Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 10:32 PM To: William Deegan Cc: [EMAIL PROTECTED] Subject: Re: Apache::DBI and autocommit On Tue, 16 May 2000, William Deegan wrote: If autocommit is not set and a script exits

RE: Setting authentication via a PerlInitHandler?

2000-05-17 Thread Geoffrey Young
you definitely do want to pass the coderef to push_handlers... ok, maybe I get what's going on... PerlAuthenHandler will only be called if AuthName, AuthType, and require directives are set in httpd.conf (or at least, so I gather from the docs). also from the docs, all three of those

RE: getting the hostname from a TransHandler

2000-05-17 Thread Geoffrey Young
-Original Message- From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 2:52 PM To: [EMAIL PROTECTED] Subject: getting the hostname from a TransHandler Hi, I need to get the "Host:" header sent by the client, from a TransHandler. Should I be

RE: getting the hostname from a TransHandler

2000-05-17 Thread Geoffrey Young
-Original Message- From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 17, 2000 3:22 PM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: getting the hostname from a TransHandler On Wed, May 17, 2000 at 03:15:01PM -0400, Geoffrey Young wrote: I don't

RE: CGI::Delete for Apache::Request

2000-05-16 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 16, 2000 2:27 AM To: Geoffrey Young Cc: Michael Blakeley; [EMAIL PROTECTED] Subject: RE: CGI::Delete for Apache::Request +=item parms thanks. the reason i've been holding off though

RE: Header Sending Bug?

2000-05-15 Thread Geoffrey Young
-Original Message- From: Jeff Beard [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 14, 2000 11:42 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Header Sending Bug? I don't see a problem with this but maybe I'm missing your point. :) well, if his point was that

RE: CGI::Delete for Apache::Request

2000-05-15 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 2:02 PM To: Michael Blakeley Cc: [EMAIL PROTECTED] Subject: Re: CGI::Delete for Apache::Request On Sat, 6 May 2000, Michael Blakeley wrote: I've been migrating some code off of

RE: Best approach for loading several modules

2000-05-11 Thread Geoffrey Young
-Original Message- From: Martin Wood [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 10:38 AM To: [EMAIL PROTECTED] Subject: Re: Best approach for loading several modules Thanks for the replies so far all - things are already becoming clearer. If you add a

RE: Virtual servers mixing up required scripts

2000-05-11 Thread Geoffrey Young
-Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 12:26 PM To: [EMAIL PROTECTED] Subject: Re: Virtual servers mixing up "require"d scripts Hi there, On Thu, 11 May 2000, Uri Bernstein wrote: Hi, In order to provide a

RE: Registry error

2000-05-10 Thread Geoffrey Young
see http://perl.apache.org/guide/troubleshooting.html#Can_t_undef_active_subrout ine for a bit of help... a scouring of the archives also suggests that Apache::SIG has problems with 5.005 (http://forum.swarthmore.edu/epigone/modperl/sniwhoxzer/3.0.5.32.19980805091 [EMAIL PROTECTED]) but that

RE: Wierd error log entry:

2000-05-10 Thread Geoffrey Young
for what it's worth, I've seen that on my development box too - I usually just do a stop and start instead of relying on StatINC when the error is frequent... --Geoff -Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 10, 2000 7:56 AM To: [EMAIL

RE: Newbie Question -

2000-05-09 Thread Geoffrey Young
-Original Message- From: Drew Taylor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 09, 2000 9:08 AM To: Peter Haworth Cc: [EMAIL PROTECTED] Subject: Re: Newbie Question - Peter Haworth wrote: Drew Taylor wrote: What I would really like is a module which subclasses

RE: Newbie Question -

2000-05-08 Thread Geoffrey Young
-Original Message- From: Doug MacEachern [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 6:22 PM To: Geoffrey Young Cc: 'Pierre J. Nicolas'; [EMAIL PROTECTED] Subject: RE: Newbie Question - mod_perl overrides the perl print() function - print()ing to STDOUT

[ANNOUNCE] Apache::RequestNotes_0.04

2000-05-05 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-RequestNotes_0.04.tar.g z has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-RequestNotes_0.04.tar.gz size: 4579 bytes md5: cafae76db41baf1b109316a0987bf170 Apache::RequestNotes now supports file uploads...

RE: [Q ]Differences between RequestNotes and Request ?

2000-05-05 Thread Geoffrey Young
-Original Message-From: Thierry-Michel Barral [mailto:[EMAIL PROTECTED]]Sent: Friday, May 05, 2000 9:29 AMTo: [EMAIL PROTECTED]Subject: [Q ]Differences between RequestNotes and Request ? Hi there, sorry for this "beginner question". no bother - RequestNotes is

RE: Newbie Question

2000-05-05 Thread Geoffrey Young
you'll find a great many questions answered in the mod_perl guide... http://perl.apache.org/guide/troubleshooting.html#Undefined_subroutine_Apach e_RO --Geoff -Original Message- From: Pierre J. Nicolas [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 10:15 AM To: [EMAIL

RE: Apache does not like Perl

2000-05-05 Thread Geoffrey Young
-Original Message- From: Todd Strand [mailto:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 12:59 PM To: [EMAIL PROTECTED] Subject: Apache does not like Perl Amici, I created my httpd (Apache 1.3.12) using the mod_perl 1.23 install process. The system used to have

RE: Apache::DBI

2000-05-03 Thread Geoffrey Young
-Original Message- From: Jim Serio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 10:02 AM To: [EMAIL PROTECTED] Subject: Apache::DBI I'm not sure if this is even a problem but it's always been on my mind. I use Apache::DBI and I have a general module that handles

RE: Why does $r-print() dereference its arguments?

2000-05-03 Thread Geoffrey Young
interesing behavior - print behaves the same way... however, when you concat the reference to another scalar things work right... $r-print($foo.\$foo); yields: fooSCALAR(0xXWHOOPSX) --Geoff -Original Message- From: Jeffrey W. Baker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May

RE: Why does $r-print() dereference its arguments?

2000-05-03 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 2:07 PM To: Geoffrey Young Cc: mod_perl list Subject: RE: Why does $r-print() dereference its arguments? On Wed, 3 May 2000, Geoffrey Young wrote: interesing behavior - print

RE: Why does $r-print() dereference its arguments?

2000-05-03 Thread Geoffrey Young
-Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 03, 2000 2:23 PM To: Geoffrey Young Cc: mod_perl list Subject: RE: Why does $r-print() dereference its arguments? -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED

RE: $r-get_handlers bug/oversight? (possible fix)

2000-05-02 Thread Geoffrey Young
--Geoff -Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 4:32 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: $r-get_handlers bug/oversight? hi again... I'm having lots of problems with the get_handlers method

RE: where to find info on the Apache request object

2000-05-01 Thread Geoffrey Young
-Original Message- From: Sam Carleton [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 30, 2000 2:08 PM To: mod_perl Subject: Re: where to find info on the Apache request object Jeff Beard wrote: Or read chapter 9 in the Eagle book. --Jeff At 10:43 AM 4/30/00,

RE: Strange mod_perl output problem - Followup

2000-05-01 Thread Geoffrey Young
-Original Message- From: Hughes, Ralph [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 9:33 AM To: ModPerl Subject: Strange mod_perl output problem - Followup OK, After further investigation, it seems that Oraperl/DBI/DBD, eew... Oraperl is way outdated, and basically

RE: sticky variables...

2000-05-01 Thread Geoffrey Young
see http://perl.apache.org/guide/porting.html#Exposing_Apache_Registry_secret and http://perl.apache.org/guide/porting.html#Sometimes_it_Works_Sometimes_it HTH --Geoff -Original Message- From: Andrew Dubry [mailto:[EMAIL PROTECTED]] Sent: Monday, May 01, 2000 2:35 PM To:

RE: $r-get_handlers bug/oversight?

2000-05-01 Thread Geoffrey Young
e an issue for code references - if I push My::Logger instead of a subroutine, all is fine... Am I using push_handlers incorrectly, or is get_handlers mucked up (or can nobody reproduce this)? --Geoff On Tue, 25 Apr 2000, Geoffrey Young wrote: Hi all... I've noticed that get_hand

RE: how to rewrite to a POST

2000-04-27 Thread Geoffrey Young
-Original Message- From: Ken Y. Clark [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2000 9:06 AM To: [EMAIL PROTECTED] Subject: Re: how to rewrite to a POST On Wed, 26 Apr 2000, David Hajoglou wrote: so, is it possible to take a GET request and rewrite the uri

RequestNotes and file uploads [was how to rewrite to a POST ]

2000-04-27 Thread Geoffrey Young
I was looking at Apache::Request file uploads again. IIRC, I decided to prohibit file uploads early on in RequestNotes because at that time RequestNotes was parsing the request and storing it in a hash and putting that in pnotes and some suggested that blindly storing files in memory was a bad

[new module development] Apache::Ping

2000-04-27 Thread Geoffrey Young
hi all... well, this isn't a new module quite yet... I've been toying with the idea of a module that does automatic server monitoring. I know there must be programs out there that do this, and the guide has some examples, but I was interested in creating a module add-in that would take

RE: $r-set_handlers behavior?

2000-04-26 Thread Geoffrey Young
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 11:17 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: $r-set_handlers behavior? On Wed, 26 Apr 2000, Geoffrey Young wrote: good morning... I'm a bit confused about $r-set_handlers and $r-push_handlers behavior

RE: make test doesn´t work...

2000-04-26 Thread Geoffrey Young
if you are compiling a fresh installation, you might want to consider an upgrade... current versions are apache 1.3.12 and mod_perl 1.23 --Geoff -Original Message- From: FEITO Nazareno [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 26, 2000 3:10 PM To: [EMAIL PROTECTED] Subject:

[ANNOUNCE] Apache-RequestNotes_0.03

2000-04-19 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-RequestNotes_0.03.tar.g z has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-RequestNotes_0.03.tar.gz size: 3662 bytes md5: abdd6047af7a4bdcb10e042adbdc9714 Changes: 0.03 4.19.2000 - only add COOKIES

[ANNOUNCE] Apache-DebugInfo_0.04

2000-04-19 Thread Geoffrey Young
The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-DebugInfo_0.04.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-DebugInfo_0.04.tar.gz size: 6380 bytes md5: d0de31070ef2b954f7632a57b384acf4 Changes: 0.04 4.19.2000 - fixed bug in constructor

RE: Perl Section...

2000-04-19 Thread Geoffrey Young
-Original Message- From: Bryan J. Opfer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 3:27 PM To: Modperl List Subject: Perl Section... Anyone know what this error would mean: DBI handle cleared whilst still active at

RE: Httpd process growing

2000-04-14 Thread Geoffrey Young
check out http://perl.apache.org/guide/performance.html for some guidance HTH --Geoff -Original Message-From: Dimas Kotvan [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 13, 2000 7:09 PMTo: [EMAIL PROTECTED]Subject: Httpd process growing Hello All! I'm

RE: Apache::RegistryLoader side effect

2000-04-13 Thread Geoffrey Young
this problem with Apache::Registry is well documented in the archives - I really didn't test it to see if it affected RegistryLoader as well, but it sounds the same... try using the currentcvs version - it should have the problem licked. If you don't want to use a development version, try

RE: Apache::RegistryLoader side effect

2000-04-13 Thread Geoffrey Young
: Eric Hastings [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 13, 2000 2:17 PMTo: 'Geoffrey Young'; '[EMAIL PROTECTED]'Subject: RE: Apache::RegistryLoader side effect I preload Apache::Registry, replacing RegistryLoader, and it works indentically. Interesting. Can you point me

RE: everything seems to be installed ok....

2000-04-12 Thread Geoffrey Young
http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ let the Guide be your guide :) --Geoff -Original Message- From: James Gosnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 8:04 AM To: [EMAIL PROTECTED] Subject: everything seems to be

RE: everything seems to be installed ok....

2000-04-12 Thread Geoffrey Young
-Original Message- From: James Gosnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 8:53 AM To: [EMAIL PROTECTED] Subject: Re: everything seems to be installed ok I meant mod_perl.c. in Location well, I don't really understand what that means... of course,

RE: Newbie help - mod_perl use

2000-04-10 Thread Geoffrey Young
http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ :) --Geoff -Original Message- From: Ron Beck [mailto:[EMAIL PROTECTED]] Sent: Monday, April 10, 2000 1:28 PM To: modperl Subject: Newbie help - mod_perl use Hello all, I have built Apache 1.3.12 and

RE: $r-args troubles...

2000-04-07 Thread Geoffrey Young
you are calling Apache::Request-new incorrectly - see the docs :) -Original Message- From: Jason Murphy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 2:07 PM To: [EMAIL PROTECTED] Subject: $r-args troubles... Dear Mod_Perl'lers I hate to bug the list with this

RE: What phase am I in

2000-04-07 Thread Geoffrey Young
of note, 1.21_01 introduced $r-notes('PERL_CUR_HOOK'), but why that was introduced when there is current_callback() I don't know (it's not in Changes as far as I can see) --Geoff -Original Message- From: Simon Rosenthal [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 2:03 PM

RE: [ANNOUNCE] Apache::DebugInfo_0.02

2000-04-05 Thread Geoffrey Young
-Original Message- From: Ken Williams [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 5:42 PM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: [ANNOUNCE] Apache::DebugInfo_0.02 [EMAIL PROTECTED] (Geoffrey Young) wrote: sorry for the inconvienence (but probably

[ANNOUNCE] Apache::DebugInfo_0.02

2000-04-04 Thread Geoffrey Young
oops, there was a pretty major bug in the first release that required an IP list in order to get any output (whoops)... sorry for the inconvienence (but probably nobody is using it anyway :) To make up for it, pnotes now supports complex data structures via Data::Dumper --Geoff The URL

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
well, there has been some NameWithVirtualHost work going on to solve a related problem - perhaps the behavior you used to see is changing due to that? at any rate, check out the new RegistryLoader docs - you can now compile scripts with the vhost stuff in them: $r-handler($uri, $filename,

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
To: Geoffrey Young; [EMAIL PROTECTED] Subject: Re: modperl 1.22 and NameWithVirtualHost not working properly But, I don't want the virtual host information included. ALL of my scripts on this web server are GLOBAL and in order to save memory I only want to have one copy loaded and shared

RE: modperl 1.22 and NameWithVirtualHost not working properly

2000-04-04 Thread Geoffrey Young
: Jason Terry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 04, 2000 12:55 PM To: Geoffrey Young; [EMAIL PROTECTED] Subject: Re: modperl 1.22 and NameWithVirtualHost not working properly Yes, I am preloading it. Below is my entire startup.pl none of the script load globally and please note

[ANNOUNCE] Apache::DebugInfo

2000-04-03 Thread Geoffrey Young
), Apache(3), Apache::Table(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: how to debug why apachedbi doesn't work?

2000-04-03 Thread Geoffrey Young
did you try setting Apache::DBI::DEBUG=1 and Apache::AuthDBI::DEBUG=1 in your startup.pl this will enable verbose output in your error_log HTH --Geoff -Original Message- From: Adam Gotheridge [mailto:[EMAIL PROTECTED]] Sent: Monday, April 03, 2000 10:35 AM To: [EMAIL PROTECTED]

Apache::Filter headers

2000-04-03 Thread Geoffrey Young
Ken - I was trying to figure out (via the archives and docs) why Apache::Filter was dumping $r-send_http_header after releasing STDOUT back to Apache? I'm asking because I'm seeing double headers in the following scenario (both with PerlSendHeaders Off) Filter A - runs ok Filter B -

RE: Segmentation Fault: RedHat 6.[01] / Apache 1.3.12 / mod_perl 1.22 / perl 5.005_03 / IE 5

2000-03-31 Thread Geoffrey Young
"GY" == Geoffrey Young [EMAIL PROTECTED] writes: GY PerlFreshRestart causes a great many problems, most for indeterminate GY reasons, but its behavior is at least documented I'm curious, now with the new code in 1.22 that dl_unloads all of the perl XS modules and with the p

RE: Function Sequence Error

2000-03-31 Thread Geoffrey Young
this belongs on the DBI user's list: see http://www.symbolstone.org/technology/perl/DBI/ for info on subscribing and archives... -Original Message- From: Charles Day [mailto:[EMAIL PROTECTED]] Sent: Friday, March 31, 2000 10:39 AM To: '[EMAIL PROTECTED]' Subject: Function Sequence

RE: [new module] proposal Apache::DebugHeaders

2000-03-31 Thread Geoffrey Young
-Original Message- From: Graham Barr [mailto:[EMAIL PROTECTED]] Sent: Friday, March 31, 2000 3:12 AM To: Geoffrey Young Cc: 'Ask Bjoern Hansen'; '[EMAIL PROTECTED]'; 'Stas Bekman'; 'darren chamberlain'; '[EMAIL PROTECTED]' Subject: Re: [new module] proposal Apache::DebugHeaders

RE: Segmentation Fault: RedHat 6.[01] / Apache 1.3.12 / mod_perl 1.22 / perl 5.005_03 / IE 5

2000-03-30 Thread Geoffrey Young
Title: Segmentation Fault: RedHat 6.[01] / Apache 1.3.12 / mod_perl 1.22 / perl 5.005_03 / IE 5 I'm not really the expert in this, but you might want to try removing PerlFreshRestart and Apache::StatINC from your config and see if that helps... HTH --Geoff -Original Message-From:

RE: Segmentation Fault: RedHat 6.[01] / Apache 1.3.12 / mod_perl 1.22 / perl 5.005_03 / IE 5

2000-03-30 Thread Geoffrey Young
and it seems to be working fine now. Fortunately I don't need this option, so this won't be a problem, however it is curious that it was causing segfaults. Thanks for the help... -Robert -Original Message-From: Geoffrey Young [mailto:[EMAIL PROTECTED]]Sent: Thursday

RE: [new module] proposal Apache::DebugHeaders

2000-03-30 Thread Geoffrey Young
-- # wrap up... #- $log-info("Exiting Apache::DebugInfo::pid") if $Apache::DebugInfo::DEBUG; # return declined so that Apache::DebugInfo doesn't short circuit # Perl*Handlers that stop the chain af

RE: [new module] proposal Apache::DebugHeaders

2000-03-29 Thread Geoffrey Young
actually, http://perl.apache.org/src/apache-modlist.html recommends h2xs -AX -n Apache::YourPackageName what's the -C option - it isn't in my perldoc h2xs? --Geoff -Original Message- From: Matt Sergeant [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 4:40 AM To:

RE: [new module] proposal Apache::DebugHeaders

2000-03-29 Thread Geoffrey Young
-Original Message- From: Ask Bjoern Hansen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 29, 2000 6:30 AM To: Geoffrey Young Cc: '[EMAIL PROTECTED]' Subject: Re: [new module] proposal Apache::DebugHeaders On Tue, 28 Mar 2000, Geoffrey Young wrote: ok, this isn't all

retrieving LogLevel?

2000-03-28 Thread Geoffrey Young
hi all... I've hunted around and can't find a method that retrieves the LogLevel directive setting. Is there one? If not, is there a record somewhere that can make this available, maybe through Apache::Server? thanks --Geoff

[new module] proposal Apache::DebugHeaders

2000-03-28 Thread Geoffrey Young
, PERL_LOG_API=1, PERL_STACKED_HANDLERS=1, and maybe other hooks to function properly. =head1 FEATURES/BUGS No known bugs or unexpected features at this time. =head1 SEE ALSO perl(1), mod_perl(1), Apache(3), Apache::Table(3) =head1 AUTHOR Geoffrey Young [EMAIL PROTECTED] =head1 COPYRIGH

RE: [Rare Modules] Apache::RegistryNG

2000-02-04 Thread Geoffrey Young
Simon - I'm not seeing the behavior you document after running a few tests... can you provide a specific RewriteRule and other relevant info? while mod_rewrite kinda has it own rules of play, the documentation says that the latest phase it touches is the Fixup phase, which, it explains, is

RE: No Status From Server

2000-02-02 Thread Geoffrey Young
are you using PerlSendHeader On in your httpd.conf? maybe that will help? --Geoff -Original Message- From: Jim Serio [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 02, 2000 2:18 PM To: [EMAIL PROTECTED] Subject: No Status From Server I'm setting up a local

RE: No Status From Server

2000-02-02 Thread Geoffrey Young
true... I was thinking that your header might not be complete and it was the header, not the status code, that was causing the problem. I assumed your browser was seeing the script output ok... Hmmm... -Original Message- From: Jim Serio [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: PerlRequire problems

2000-02-01 Thread Geoffrey Young
see http://perl.apache.org/guide/install.html#How_can_I_tell_whether_mod_perl_ this and other parts of the guide should be able to help you track down the error more... if not, then provide some details and we'll see what we can do... HTH --Geoff -Original Message- From: J. Horner

Apache::URI troubles

2000-01-31 Thread Geoffrey Young
hi all... I found the below discussion in the archives... while Doug's suggestion helps fill in some of the missing uri info, I still am having trouble isolating $uri-user and $uri-password, and $uri-hostinfo in a PerlTransHandler... that is, given: http://foo:[EMAIL PROTECTED] I can't

RE: help me under those Apache::DBI log info.

2000-01-27 Thread Geoffrey Young
try using DBI-trace(2,"/tmp/dbitrace.log"); $Apache::DBI::DEBUG = 2; in your startup script... Apache::DBI will only reuse $dbh handles when the connect string matches exactly, including all the various options, so make sure your Apache::DBI-connect_on_init and script DBI-connect strings

RE: help me under those Apache::DBI log info.

2000-01-27 Thread Geoffrey Young
well, I am not a MySQL user (Oracle instead) so I don't understand why 6 connections would be opened for 1 script. However, to make sure we are on the same page... 1) debug in single server mode - I'm sure you realize that Apache::DBI creates one connection per httpd child, not just one

RE: make test

2000-01-24 Thread Geoffrey Young
try editing /mod_perl-1.21/t/TEST line 83 give your server more time by increasing the sleep time that will probably help... --Geoff -Original Message- From: Ilan Bar-On [mailto:[EMAIL PROTECTED]] Sent: Monday, January 24, 2000 12:11 PM To: [EMAIL PROTECTED] Subject: make test

RE: mod_rewrite and Apache::Cookie

2000-01-20 Thread Geoffrey Young
for anyone interested... I wrote a PerlTransHandler and removed mod_rewrite and am seeing the same problem as outlined below... can anyone verify this? --Geoff -Original Message- From: Geoffrey Young Sent: Wednesday, January 19, 2000 9:27 AM To: '[EMAIL PROTECTED]' Subject

mod_rewrite and Apache::Cookie

2000-01-19 Thread Geoffrey Young
hi all.. I've noticed that using mod_rewrite with Apache::Cookie exhibits odd behavior... scenario: foo.cgi uses Apache::Cookie to set a cookie mod_rewite writes all requests for index.html to /perl-bin/foo.cgi problem: access to /perl-bin/foo.cgi sets the cookie

Apache::DBI time bug?

1999-12-30 Thread Geoffrey Young
Just something minor... I use DBI for both content and log handlers. When using debug level 2 I noticed that the the default perl time method is not precise enough between request phases - that if I could not connect in the PerlHandler phase, Apache::DBI did not ping the database for the

RE: Apache::Registry doesn't always use correct package for cache

1999-12-20 Thread Geoffrey Young
Try pre-loading Apache::Registry with a PerlModule directive and see http://forum.swarthmore.edu/epigone/modperl/swayflangclix post from a few weeks ago --Geoff -Original Message- From: Doug Stevenson [mailto:[EMAIL PROTECTED]] Sent: Friday, December 17, 1999 5:10 PM To: [EMAIL

RE: again - more then one PerlTransHandler

1999-12-15 Thread Geoffrey Young
well, you are missing something :) p 73: "Apache will walk through the registered uri_translate handlers until one returns a status other than DECLINED." thus I suspect that SimpleTranslation::handler is returning OK, so your request never gets to FancyTranslation::handler HTH --Geoff

<    4   5   6   7   8   9