SSI and PerlHandler

2000-08-16 Thread Jim Sproull
access to all parsed/compiled html right before it gets spit out to the client? Thanks, Jim Sproull [EMAIL PROTECTED]

maintaing global variable in PerlLogHandler

2000-06-23 Thread Jim Sproull
t a better way of handling this globablly accessed data? Thanks. Jim Sproull [EMAIL PROTECTED]

PerlLogHandler and mod_usertrack

2000-06-15 Thread Jim Sproull
n point me in the right direction? Or do I have to do some source hacking? Thanks! Jim Sproull [EMAIL PROTECTED]

RE: PerlLogHandler and mod_usertrack

2000-06-15 Thread Jim Sproull
-Original Message- From: Jacob Davies [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 15, 2000 1:46 PM To: Ian Kallen Cc: Jim Sproull; [EMAIL PROTECTED] Subject: Re: PerlLogHandler and mod_usertrack Hi Guys! On Thu, Jun 15, 2000 at 10:23:38AM -0700, Ian Kallen wrote: Hi

NEWBIE: appending to page content

2000-06-06 Thread Jim Sproull
the request object? Any help in this would be appreciated. Jim Sproull [EMAIL PROTECTED]

RE: NEWBIE: appending to page content

2000-06-06 Thread Jim Sproull
Thanks to Geoff Young for pointing me in the right direction towards Apache::SimpleReplace. I have made my own stripped down version of this, but still need guidance (Geoff, you're welcome to reply again if you can help ;) Since I only want all text/html pages to be appended to, I want all

RE: NEWBIE: appending to page content

2000-06-06 Thread Jim Sproull
-Original Message- From: Geoffrey Young [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 2:03 PM To: 'Jim Sproull'; [EMAIL PROTECTED] Subject: RE: NEWBIE: appending to page content sub handler { my $r = shift; $log = $r-server-log