RE: Updating $r->connection->aborted before $r->print() ?

2001-09-14 Thread Geoffrey Young
> -Original Message- > From: Joshua Chamas [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 14, 2001 3:21 PM > To: Mod Perl > Subject: Updating $r->connection->aborted before $r->print() ? > > > Hey, > > In my own experience it seems that I can only get > $r->connection->aborted u

RE: How to build apache/mod_perl/mod_ssl

2001-09-14 Thread Geoffrey Young
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 14, 2001 2:22 PM > To: [EMAIL PROTECTED] > Subject: How to build apache/mod_perl/mod_ssl > > > Hi, > > I have the sources of: > > apache 1.3.20 > openssl-0.9.6b > openssl-engine-0.9.6b

RE: Pre-announce Apache::ConfigParser

2001-09-12 Thread Geoffrey Young
I'll let the other module authors answer your API questions - I was merely starting the dialogue :) >Is it possible to remove CPAN modules when a common interface is built? yes, PAUSE has a delete interface, which removes them from the various CPAN mirrors. there is also an archive project goi

RE: Pre-announce Apache::ConfigParser

2001-09-12 Thread Geoffrey Young
>-Original Message- >From: Blair Zajac >To: [EMAIL PROTECTED] >Sent: 9/12/01 5:41 PM >Subject: Pre-announce Apache::ConfigParser > >Hello, > >This is a preannounce of Apache::ConfigParser. I wrote this to >allow programs separate from Apache to completely understand, >parse and manipul

RE: AxKit & Last-Modified header

2001-09-11 Thread Geoffrey Young
> -Original Message- > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 11, 2001 5:36 AM > To: 'Brian Wheeler'; [EMAIL PROTECTED] > Subject: RE: AxKit & Last-Modified header > > > > -Original Message- > > From: Brian Wheeler [mailto:[EMAIL PROTECTED]] >

RE: Internal request

2001-09-10 Thread Geoffrey Young
>-Original Message- >From: i. >To: mod_perl >Sent: 9/10/01 6:34 PM >Subject: Internal request > >*This message was transferred with a trial version of CommuniGate(tm) >Pro* >Is there a way to tell whether or not a request is local or not? >$ENV{REQUEST_URI} only gives the request after

[DIGEST] mod_perl digest 2001/09/08

2001-09-10 Thread Geoffrey Young
-- mod_perl digest August 26, 2001 - September 8, 2001 -- Recent happenings in the mod_perl world... Features

RE: sharing % across requests

2001-09-06 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 06, 2001 10:16 AM > To: 'Miroslav Madzarevic'; [EMAIL PROTECTED] > Subject: RE: sharing % across requests > > > > > > -Original Message

RE: sharing % across requests

2001-09-06 Thread Geoffrey Young
> -Original Message- > From: Miroslav Madzarevic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 06, 2001 10:02 AM > To: [EMAIL PROTECTED] > Subject: sharing % across requests > > > BlankWhat is the best way to share % across multiple requests ? it's called maintaining state -

RE: Shared memory caching revisited (was "it's supposed to SHARE it, not make more!")

2001-09-04 Thread Geoffrey Young
> What about my IPC::FsSharevars? I've once mentioned it on this list, > but I don't have the time to read all list mail, so maybe I've missed > some conclusions following the discussion from last time. I remember the post and went to find IPC::FsSharevars a while ago and was un-intrigued when

RE: internal redirect with byterange (was: "open downloaded file")

2001-08-30 Thread Geoffrey Young
> > accessing a file like this results in the access-log in: > > [30/Aug/2001:17:13:13 +0200] "GET > /files/sid00017/AR_1000A-TSS_report-TSS.PDF HTTP/1.1" 200 32768 > "https://ida.festbrueder.ch/site/files.pl?siteid=17"; "Mozilla/4.0 > (compatible; MSIE 5.01; Windows > > [30/Aug/2001:17:1

RE: Authen question

2001-08-29 Thread Geoffrey Young
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 2:25 PM > To: [EMAIL PROTECTED] > Subject: Authen question > > > Hello > > I want to know if there is a way to show a page or another to > some users > depending in their logins

[DIGEST] mod_perl digest 2001/08/25

2001-08-28 Thread Geoffrey Young
-- mod_perl digest August 19, 2001 - August 25, 2001 -- Recent happenings in the mod_perl world... Features

RE: How to handle the main parent exit

2001-08-28 Thread Geoffrey Young
> -Original Message- > From: Olivier Poitrey [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 8:08 AM > To: [EMAIL PROTECTED] > Subject: How to handle the main parent exit > > > Hello, > > I would like to know if it's possible to handle the Apache's > main parent > exit e

RE: open downloaded file

2001-08-27 Thread Geoffrey Young
> -Original Message- > From: Thomas Bach [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 27, 2001 8:45 AM > To: [EMAIL PROTECTED] > Subject: open downloaded file > > > hi list > > i've a handler which controlls access to dowonloadable files. > The proble i > have is now, that IE (

RE: questions on $r->lookup_uri

2001-08-26 Thread Geoffrey Young
>-Original Message- >From: princepawn >To: [EMAIL PROTECTED] >Sent: 8/26/01 1:29 PM >Subject: questions on $r->lookup_uri > > >1 - Why was no documentation for this method found in the manpage for >Apache::Request? Where should I have looked for docs on this? man Apache > > >2 - I did

RE: URI munging and Referer headers

2001-08-25 Thread Geoffrey Young
>I did some experimental work like this back when I first >implemented the cookiless session stuff for Apache::ASP, >and I found the same thing, that the meta refresh was really >the only way to go with redirecting offsite. This would >probably be the same for a javascript redirect too ( untest

RE: push_handlers

2001-08-24 Thread Geoffrey Young
> -Original Message- > From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 24, 2001 2:59 PM > To: [EMAIL PROTECTED] > Subject: push_handlers > > > Hello again, > The problem with push_handlers, I just realized, is that the > "PerlHandler" argument assumes that its

URI munging and Referer headers

2001-08-24 Thread Geoffrey Young
hi mungers... it there a more reliable way to not have your session id's show up in Referer headers than using a refresh tag? I've played around with various redirect methods, but both MSIE5 and Netscape4.7 hold on to the Referer from the original page and ignore the 302 page. seems like met

RE: push_handlers

2001-08-24 Thread Geoffrey Young
> -Original Message- > From: Adam Sussman [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 24, 2001 1:29 PM > To: 'Rasoul Hajikhani' > Cc: [EMAIL PROTECTED] > Subject: RE: push_handlers > > > > You should always have access to $r->args so long as you > haven't altered it > in anothe

RE: Problem with DBD::Oracle with mod_perl

2001-08-23 Thread Geoffrey Young
> >BT> By using the magic 6th arg ($connect_meth in the DBI::connect >source) to >BT> DBI::connect. In my DB wrapper I have a connect method that >internally calls > >Duh... the source! What a concept ;-) it's actually even documented (from DBI 1.18+ IIRC :) The "dbi_connect_method" attribute c

RE: Trouble with LWP::UserAgent respons header.

2001-08-23 Thread Geoffrey Young
> -Original Message- > From: Erik Andersson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 23, 2001 11:28 AM > To: [EMAIL PROTECTED] > Subject: Trouble with LWP::UserAgent respons header. > [snip] > > This confuses me a lot. I really want to access every > available data in the

RE: More problems with custom config directives (LONG)

2001-08-22 Thread Geoffrey Young
> Don't worry, it's all happening on an isolated development > server, I was > just wondering whether there are any resources that indicate > what things > might break when upgrading from 1.23 to 1.24. But if I can't get this > working soon time pressure will force me to use the > functional

RE: More problems with custom config directives (LONG)

2001-08-22 Thread Geoffrey Young
> -Original Message- > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 6:41 AM > To: 'Michael Styer'; Matt Sergeant > Cc: [EMAIL PROTECTED] > Subject: RE: More problems with custom config directives (LONG) > [snip] > > I'll look into it, but my sysadm

RE: More problems with custom config directives (LONG)

2001-08-22 Thread Geoffrey Young
> -Original Message- > From: Michael Styer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 22, 2001 6:12 AM > To: [EMAIL PROTECTED] > Subject: More problems with custom config directives (LONG) > > > Hi there, > > I'm another person in the short but persistent line of people > w

[DIGEST] mod_perl digest 2001/08/18

2001-08-20 Thread Geoffrey Young
-- mod_perl digest August 12, 2001 - August 18, 2001 -- Recent happenings in the mod_perl world... Features

RE: $r->handler() Issue

2001-08-18 Thread Geoffrey Young
> -Original Message- > From: David Wheeler [mailto:[EMAIL PROTECTED]] > Sent: Saturday, August 18, 2001 2:25 PM > To: [EMAIL PROTECTED] > Subject: $r->handler() Issue > > > Hey All, > > I've got a PerlTransHandler where I want to disable, under certain > circumstances (that is, whenev

RE: Querying Apache Configuration

2001-08-17 Thread Geoffrey Young
> -Original Message- > From: Lyle Brooks [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 17, 2001 2:39 PM > To: Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: Re: Querying Apache Configuration > > > It's kinda like writing mod_info as a mod_perl h

RE: help with $r->headers_in->do() method

2001-08-17 Thread Geoffrey Young
> -Original Message- > From: Michael Styer [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 17, 2001 1:05 PM > To: [EMAIL PROTECTED] > Subject: help with $r->headers_in->do() method > > > Hi there. > > I've got a question for the mod_perl world about the behavior of the > $r->heade

RE: Querying Apache Configuration

2001-08-17 Thread Geoffrey Young
> -Original Message- > From: Lyle Brooks [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 17, 2001 11:45 AM > To: [EMAIL PROTECTED] > Subject: Querying Apache Configuration > > > I've been studying Chapter 8 "Customizing the Apache Configuration > Process" in the Eagle book, and work

RE: Apache::Request

2001-08-15 Thread Geoffrey Young
>-Original Message- >From: Robin Berjon >To: [EMAIL PROTECTED] >Sent: 8/15/01 4:39 PM >Subject: Re: Apache::Request > >On Wednesday 15 August 2001 22:11, Rasoul Hajikhani wrote: >> I get the following error on >> my $i = Apache::Request->instance($r); >> >> Can't locate object method "ins

RE: Apache::Session not updating session

2001-08-14 Thread Geoffrey Young
> -Original Message- > From: Todd Finney [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 11:19 AM > To: [EMAIL PROTECTED] > Subject: Re: Apache::Session not updating session > > > At 11:07 AM 8/14/01, Jeffrey W. Baker wrote: > >On Tue, 14 Aug 2001, Todd Finney wrote: > > >

RE: bugfix in Apache::URI

2001-08-14 Thread Geoffrey Young
> -Original Message- > From: Vyacheslav Zamyatin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 4:15 AM > To: [EMAIL PROTECTED] > Subject: bugfix in Apache::URI > > > Hello all, > > > Here is a small patch that prevents crash in the following example. > > > $referer =

[DIGEST] mod_perl digest 2001/08/11

2001-08-13 Thread Geoffrey Young
-- mod_perl digest August 5, 2001 - August 11, 2001 -- Recent happenings in the mod_perl world... Features o

RE: Reloading handler modules

2001-08-09 Thread Geoffrey Young
> -Original Message- > From: willems Luc [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 09, 2001 8:57 AM > To: [EMAIL PROTECTED] > Subject: Reloading handler modules > > > > hello , > > I'm converting some scripts into Apache handler scripts > in my configuration i have so

RE: Apache::GzipChain & Apache::OutputChain

2001-08-08 Thread Geoffrey Young
> -Original Message- > From: Ricardas Cepas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 08, 2001 2:08 PM > To: [EMAIL PROTECTED] > Subject: Apache::GzipChain & Apache::OutputChain > > > Hi! > > What does this error messsage mean? > untie attempted while 1 inner refere

RE: Backing out a mod_perl install

2001-08-06 Thread Geoffrey Young
> -Original Message- > From: Bill Moseley [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 06, 2001 3:18 PM > To: [EMAIL PROTECTED] > Subject: Backing out a mod_perl install > > > I'm upgrading mod_perl on a Solaris 2.6 production machine. > Although a > little downtime on this mach

[DIGEST] mod_perl digest 2001/08/04

2001-08-06 Thread Geoffrey Young
-- mod_perl digest July 29, 2001 - August 4, 2001 -- Recent happenings in the mod_perl world... Features o

RE: compiling troubles on Solaris 8

2001-08-06 Thread Geoffrey Young
> -Original Message- > From: Alan Burlison [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 06, 2001 4:54 AM > To: Ged Haywood > Cc: Bryan McGuire; Paul Phillips; [EMAIL PROTECTED] > Subject: Re: compiling troubles on Solaris 8 > [snip] > > As an aside, Solaris 8 comes with prebuilt v

RE: Apache::DBI in startup.pl generating error

2001-08-04 Thread Geoffrey Young
> -Original Message- > From: Rob Bloodgood [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 2:31 PM > To: Gunther Birznieks > Cc: [EMAIL PROTECTED]; mod_perl > Subject: RE: Apache::DBI in startup.pl generating error [snip] > > Well, it should be documented "somewhere in th

RE: Apache::DBI in startup.pl generating error

2001-08-03 Thread Geoffrey Young
> -Original Message- > From: Rob Bloodgood [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 9:18 PM > To: Geoffrey Young > Cc: mod_perl > Subject: RE: Apache::DBI in startup.pl generating error > > basically, it's a bad programming practice n

RE: Apache::DBI in startup.pl generating error

2001-08-03 Thread Geoffrey Young
>Except that (and I have to check this to be ABSOLUTELY shure but) >PerlModule >Apache::DBI happens first, THEN startup.pl. only if you code it the way you did below, which isn't terribly portable. see http://perl.apache.org/guide/perl.html#use_require_do_INC_and basically, it's a bad programm

RE: Bug??

2001-08-01 Thread Geoffrey Young
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 10:50 AM > To: Geoffrey Young > Cc: Chris Rodgers; [EMAIL PROTECTED] > Subject: RE: Bug?? > [snip] > > > > of course, that won't work wi

RE: More stuff not working with conversion to modperl?

2001-08-01 Thread Geoffrey Young
> -Original Message- > From: John Buwa [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 5:03 AM > To: [EMAIL PROTECTED] > Subject: Re: More stuff not working with conversion to modperl? > > > This seemed to hit it on the head, i really dont understand > WHY this makes a >

RE: Bug??

2001-08-01 Thread Geoffrey Young
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 11:17 PM > To: Chris Rodgers > Cc: [EMAIL PROTECTED] > Subject: Re: Bug?? > > > On Tue, 31 Jul 2001, Chris Rodgers wrote: > > > Thanks for that. However, I've already seen this. The > p

RE: Apache::Reload???

2001-07-31 Thread Geoffrey Young
>-Original Message- >From: Kyle Oppenheim >To: [EMAIL PROTECTED] >Sent: 7/31/01 10:01 PM >Subject: RE: Apache::Reload??? >Apache::Reload works by performing a stat on every file in %INC and >calling >require for all the files that changed. It's quite possible that some >of >the files in

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:48 PM > To: Geoffrey Young; [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > Well, that works perfectly, but doesn't do anything :-). >

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 12:46 PM > To: 'Curtis Hawthorne'; [EMAIL PROTECTED] > Subject: RE: mod_perl/DBI problem > > yup, looks like mod_perl doesn't offer that to windows

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 12:24 PM > To: [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > That looks like that will do exactly what I need. I tried it > my code and it > caught the server timeout

RE: mod_perl/DBI problem

2001-07-31 Thread Geoffrey Young
> -Original Message- > From: Curtis Hawthorne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 10:47 AM > To: [EMAIL PROTECTED] > Subject: Re: mod_perl/DBI problem > > > Even when using Apache::DBI, I still have the same problem - > If it times out > once, it won't try again.

[DIGEST] mod_perl digest 2001/07/28

2001-07-30 Thread Geoffrey Young
-- mod_perl digest July 15, 2001 - July 28, 2001 -- Recent happenings in the mod_perl world... Features o

RE: [Problem] Can't return Content-type with SERVER_ERROR

2001-07-30 Thread Geoffrey Young
> -Original Message- > From: Paul Kulchenko [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 30, 2001 2:53 AM > To: Stas Bekman > Cc: [EMAIL PROTECTED] > Subject: Re: [Problem] Can't return Content-type with SERVER_ERROR > [snip] > > it's the same as to use err_headers_out as far as I

RE: Problem with arrayrefs in PSections

2001-07-27 Thread Geoffrey Young
without having an environment to test on or the Eagle book to reference... I seem to recall something in the Eagle book about arguments to Allow and Deny - that "from 10.3.4.1" is really a single argument and not two (in the TAKE2 sense), so maybe your approach is wrong and you need to make each

RE: [BUG] $r->subprocess_env() leaking to %ENV

2001-07-18 Thread Geoffrey Young
> -Original Message- > From: Roger Espel Llima [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 18, 2001 11:35 AM > To: [EMAIL PROTECTED] > Cc: Dominique Quatravaux > Subject: Re: [BUG] $r->subprocess_env() leaking to %ENV > > [snip] > Can't all these modules (your scripts, mod_ssl

[DIGEST] mod_perl digest 2001/07/14

2001-07-17 Thread Geoffrey Young
-- mod_perl digest July 8, 2001 - July 14, 2001 -- Recent happenings in the mod_perl world... Features o m

RE: sending multiple cookies with err_header_out()

2001-07-17 Thread Geoffrey Young
> -Original Message- > From: Chad Phillips [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 5:23 PM > To: mod perl > Subject: sending multiple cookies with err_header_out() > > > Hello, > > I am using Apache::AuthCookie. I need to be able to set 2 cookies. > Apache::AuthCook

RE: please post the URLs for your TPC talks

2001-07-17 Thread Geoffrey Young
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 1:38 AM > To: mod_perl list > Cc: Nathan Torkington > Subject: please post the URLs for your TPC talks > > > Folks, it'd be really nice to do some homework and read the conference > paper

RE: BOF?

2001-07-16 Thread Geoffrey Young
> -Original Message- > From: Gunther Birznieks [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 8:54 AM > To: Geoffrey Young; 'Ken Williams '; 'modperl ' > Subject: RE: BOF? [snip] > > If you like, I guess I could try organizing to ge

RE: BOF?

2001-07-14 Thread Geoffrey Young
>-Original Message- >From: Ken Williams >To: modperl >Sent: 7/14/01 11:48 AM >Subject: BOF? > >Yo, > >I just noticed that there's no mod_perl BOF listed at > http://conferences.oreillynet.com/cs/os2001/pub/10/bofs.html . >Is one scheduled? If not, let's get one together. I thought Gunt

RE: custom config directives

2001-07-14 Thread Geoffrey Young
it's actually really quite simple. just take a look at the several modules on CPAN that use it. Apache::Dispatch, Apache::RefererBlock, and Apache::Language all come to mind. for the names and meaning of the constants involved, check out http_config.h. other than that, there really isn't anoth

[DIGEST] mod_perl digest 2001/07/07

2001-07-11 Thread Geoffrey Young
-- mod_perl digest July 1, 2001 - July 7, 2001 -- Recent happenings in the mod_perl world... Features o mo

RE: detecting ssl

2001-07-10 Thread Geoffrey Young
> -Original Message- > From: Issac Goldstand [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 1:07 PM > To: Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: Re: detecting ssl > > > > > -Original Message- > > > From

RE: detecting ssl

2001-07-10 Thread Geoffrey Young
> -Original Message- > From: Issac Goldstand [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 10:44 AM > To: Geoffrey Young; 'João Pedro Gonçalves'; brian moseley > Cc: [EMAIL PROTECTED] > Subject: Re: detecting ssl > > > Not ne

RE: detecting ssl

2001-07-10 Thread Geoffrey Young
> -Original Message- > From: João Pedro Gonçalves [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 10, 2001 9:08 AM > To: brian moseley > Cc: [EMAIL PROTECTED] > Subject: Re: detecting ssl > > > This approach should be ok: > > my $s = $r->lookup_uri($r->uri); > my $ssl = $s->subproces

RE: Accessing server config during parent startup

2001-07-09 Thread Geoffrey Young
> -Original Message- > From: Robin Berjon [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 09, 2001 11:58 AM > To: [EMAIL PROTECTED] > Subject: Accessing server config during parent startup > > > Hi, > > I'm having trouble trying to access server config directives > during parent > s

RE: Apache::SimpleTemplate

2001-07-07 Thread Geoffrey Young
>-Original Message- >From: brian moseley >To: [EMAIL PROTECTED] >Sent: 7/7/01 5:34 PM >Subject: Re: Apache::SimpleTemplate > >On Sat, 7 Jul 2001 [EMAIL PROTECTED] wrote: > >> Text::Template probably is the most similar existing >> package, but it is not made for mod_perl. someone well-

RE: $r->finfo stability? [Was: lookup_uri() returns 200 when 404 expected]

2001-07-06 Thread Geoffrey Young
> -Original Message- > From: barries [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 06, 2001 10:15 AM > To: Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: Re: $r->finfo stability? [Was: lookup_uri() returns 200 when > 404 expected] > > > On Fri,

RE: $r->finfo stability? [Was: lookup_uri() returns 200 when 404 expected]

2001-07-06 Thread Geoffrey Young
> -Original Message- > From: barries [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 06, 2001 9:38 AM > To: Paul Sharpe > Cc: [EMAIL PROTECTED] > Subject: $r->finfo stability? [Was: lookup_uri() returns 200 when 404 > expected] > > [snip] > Anyone else have good/bad experience w/ $r->

RE: handler question

2001-07-03 Thread Geoffrey Young
> -Original Message- > From: Robin Berjon [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 03, 2001 3:42 PM > To: [EMAIL PROTECTED] > Subject: Re: handler question > > > On Tuesday 03 July 2001 21:18, Thomas Klausner wrote: > > I have a nearly finished module which applies some regular

[DIGEST] mod_perl digest 2001/06/30

2001-07-03 Thread Geoffrey Young
-- mod_perl digest June 24, 2001 - June 30, 2001 -- Recent happenings in the mod_perl world... Features o

RE: Apache et perl

2001-06-29 Thread Geoffrey Young
> -Original Message- > From: Sean O'Halpin [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 6:12 AM > To: 'Guillaume Denizot'; [EMAIL PROTECTED] > Subject: RE: Apache et perl > > > Guillaume, > > Just this once, I have translated your message for you. and, sadly enough, it's

RE: %ENV & push_handlers

2001-06-27 Thread Geoffrey Young
$r->pnotes(foo => 'bar'); $r->push_handlers(PerlCleanupHandler => sub { warn shift->pnotes('foo'); }); works no problemo... --Geoff -Original Message- From: Terry Moran To: Geoffrey Young Sent: 6/27/01 7:57 PM Subject: Re: %ENV & push_handlers

RE: %ENV & push_handlers

2001-06-27 Thread Geoffrey Young
> -Original Message- > From: Terry Moran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2001 3:39 PM > To: [EMAIL PROTECTED] > Subject: %ENV & push_handlers > > > To all: > > I am putting together a site utilizing stacked handlers where the > first of the modules uses the

RE: missing mtime in request rec?

2001-06-27 Thread Geoffrey Young
> -Original Message- > From: darren chamberlain [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 27, 2001 8:28 AM > To: '[EMAIL PROTECTED]' > Subject: Re: missing mtime in request rec? [snip] > > Add a "use Apache::File;" to the top of the module. See p 492 of > the Eagle book; mtim

[DIGEST] mod_perl digest 2001/06/23

2001-06-27 Thread Geoffrey Young
-- mod_perl digest June 17, 2001 - June 23, 2001 -- Recent happenings in the mod_perl world... Features o

RE: missing mtime in request rec?

2001-06-26 Thread Geoffrey Young
;filename and stat the file for r->finfo, then it ought to be setting r->mtime, right? so maybe somewhere in http_request.c/get_path_info there needs to be a fix? or maybe I'm missing some history here... --Geoff -Original Message----- From: Geoffrey Young To: '[EMAIL PROT

missing mtime in request rec?

2001-06-26 Thread Geoffrey Young
hi all... can somebody check the results of $r->mtime for me? something like PerlCleanupHandler 'sub {warn "*** time***", Apache::Util::ht_time(shift->mtime)};' ought to do the trick. I have yet to see a case today where that reads other than the start of the epoch. some minmial searching

RE: Persistance in mod_perl

2001-06-25 Thread Geoffrey Young
>-Original Message- >From: Knox, Laurie A, NPONS >To: '[EMAIL PROTECTED]' >Sent: 6/25/01 7:56 PM >Subject: Persistance in mod_perl > >Hello all, > >We are just getting started with mod_perl, installed on Sun Solaris 2.8, >Apache 1.3.20, Perl 5.005_03. I have DBI and Oracle DBD installe

RE: Mod_rewrite

2001-06-22 Thread Geoffrey Young
> -Original Message- > From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 22, 2001 3:14 PM > To: Modperl > Subject: Mod_rewrite > > > Can mod_rewrite be used to set PerlSetVar or PerlSetEnv variables? well, both of these are used to populate Apache::Table objects inte

RE: Sudden mod_perl weirdness

2001-06-20 Thread Geoffrey Young
-Original Message- From: Isaac Horton To: mod_perl Sent: 6/20/01 6:44 PM Subject: Sudden mod_perl weirdness >I could really use some help. I checked in all the faq's and common >problem >sections to no avail. So hear is my problem, bearing in mind that I do >not >have my own server. I re

RE: new module: Apache::FakeEnv

2001-06-20 Thread Geoffrey Young
> -Original Message- > From: Thomas Klausner [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 11:27 AM > To: modperl > Subject: RFC: new module: Apache::FakeEnv > > > Hi! > > I am currently working on a module that generates a Fake Apache > Request Object like Apache::Fake

[DIGEST] mod_perl digest 2001/06/16

2001-06-19 Thread Geoffrey Young
-- mod_perl digest June 10, 2001 - June 16, 2001 -- Recent happenings in the mod_perl world... Features o

RE: Adding parameters to a request

2001-06-18 Thread Geoffrey Young
-Original Message- From: Rob Bloodgood To: Geoffrey Young Cc: mod_perl Sent: 6/18/01 8:33 PM Subject: RE: Adding parameters to a request [snip] > >But I don't know if the above call is "complete" (changes to the >Apache::Table object reflect in the request).

RE: Adding parameters to a request

2001-06-18 Thread Geoffrey Young
-Original Message- From: Rob Bloodgood To: mod_perl Sent: 6/18/01 6:35 PM Subject: Adding parameters to a request [snip] > I'm using Apache::Request, for the sole >purpose >of having easier access to the parameters. Except that it turns out >Apache::Request's param() method does NOT s

[DIGEST] mod_perl digest 2001/06/09

2001-06-11 Thread Geoffrey Young
-- mod_perl digest June 3, 2001 - June 9, 2001 -- Recent happenings in the mod_perl world... Features o m

RE: Resetting STDIN after r->read

2001-06-08 Thread Geoffrey Young
> -Original Message- > From: rodney Broom [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 08, 2001 3:25 PM > To: [EMAIL PROTECTED] > Subject: Resetting STDIN after r->read > > > > I've got this module that needs to redirect sometimes. In > doing this, the > next request misses any PO

RE: Running Mod_Perl on Windows

2001-06-08 Thread Geoffrey Young
In general, questions on installation, etc are best directed to the mod_perl list ([EMAIL PROTECTED]) after searching through the other resources available to you from http://perl.apache.org especially http://perl.apache.org/guide and http://perl.apache.org/#maillists   using a binary distribu

RE: [DIGEST] mod_perl digest 2001/06/02

2001-06-06 Thread Geoffrey Young
> > > > o HTML::WebDav 0.1.10 - Perl interface to the neon HTTP > and WebDAV > > client library [14] > > That's HTTP::WebDav :) > > There sure were a lot of module announcements this week though. > whoops, sorry Gerald :) thanks for the spot... --Geoff

[DIGEST] mod_perl digest 2001/06/02

2001-06-06 Thread Geoffrey Young
-- mod_perl digest May 27, 2001 - June 2, 2001 -- Recent happenings in the mod_perl world... Features o m

RE: [OT] Content-Disposition to change type and action?

2001-06-06 Thread Geoffrey Young
> -Original Message- > From: Wilt, Paul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 9:52 AM > To: 'Ged Haywood'; Issac Goldstand > Cc: [EMAIL PROTECTED] > Subject: RE: [OT] Content-Disposition to change type and action? > sorry I'm getting to this thread a bit late... i

RE: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-31 Thread Geoffrey Young
> -Original Message- > From: Steven Lembark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 1:27 PM > To: Geoffrey Young > Subject: Re: Trying to find correct format for PerlSetVar's -- or get > Apache::AuthNetLDAP working. > >

RE: Trying to find correct format for PerlSetVar's -- or get Apache::AuthNetLDAP working.

2001-05-31 Thread Geoffrey Young
> -Original Message- > From: Steven Lembark [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 30, 2001 11:31 PM > To: [EMAIL PROTECTED] > Subject: Trying to find correct format for PerlSetVar's -- or get > Apache::AuthNetLDAP working. > [snip] >168 PerlSetVar => >1

RE: Can't locate object method "parse" via package "Apache::Cookie"

2001-05-30 Thread Geoffrey Young
your syntax is wrong... try my %cookiejar = Apache::Cookie->new($r)->parse; and I assume that you know Apache::Cookie is part of libapreq and not part of the mod_perl distribution... HTH --Geoff -Original Message- From: David Boone To: [EMAIL PROTECTED] Sent: 5/30/01 4:44 PM

[DIGEST] mod_perl digest 05/27/01

2001-05-29 Thread Geoffrey Young
-- mod_perl digest May 20, 2001 - May 26, 2001 -- Recent happenings in the mod_perl world... Features o m

RE: Mod Perl Tutorials??

2001-05-26 Thread Geoffrey Young
> I suppose you can ask other folks that deliver mod_perl >tutorials at OSC to give you the URL of their talks. if all the folks giving mod_perl talks at TPC5 post their urls here (or give them to me there) maybe I could post them in an appropriate digest or something? --Geoff

RE: [DIGEST] mod_perl digest 05/13/01

2001-05-23 Thread Geoffrey Young
[snip] >> - stable: 1.3.19 (released February 28, 2001) [3] >Nope - stable is 1.3.20 (fixing a Win32 issue) released May 15, 2001 actually, the official release wasn't announced to [EMAIL PROTECTED] until yesterday. until there is an offical announcement, there is always the possibility tha

[DIGEST] mod_perl digest 05/13/01

2001-05-21 Thread Geoffrey Young
-- mod_perl digest May 13, 2001 - May 19, 2001 -- Recent happenings in the mod_perl world... Features o m

RE: NameWithVirtualHost

2001-05-17 Thread Geoffrey Young
> -Original Message- > From: Jason Czerak [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 3:18 PM > To: [EMAIL PROTECTED] > Subject: NameWithVirtualHost > > [snip] > and the lines in startup.pl: > > #! /usr/bin/perl > use strict; > use Apache::RegistryNG; > use CGI (); > u

RE: Apache::DBI missing methods?!

2001-05-15 Thread Geoffrey Young
> > just DBI. try > > PerlModule DBI > PerlModule Apache::DBI yuk, of course that's backwards... PerlModule Apache::DBI PerlModule DBI sorry... --Geoff

RE: Apache::DBI missing methods?!

2001-05-15 Thread Geoffrey Young
> -Original Message- > From: James Croft [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 8:23 AM > To: Stas Bekman > Cc: [EMAIL PROTECTED] > Subject: Re: Apache::DBI missing methods?! > > > On Tue, 15 May 2001, Stas Bekman wrote: > > > > Can't locate object method "module" vi

<    1   2   3   4   5   6   7   8   9   10   >