simple question

2004-01-29 Thread John Michael
_page'}); clean_up(); return OK;     My question is:  Will the clean_up() routine run, or will the script loose control at the internal redirect and never reach the clean_up routine.   Thanks John Michael  

Once more connection monitoring

2003-11-30 Thread John Michael
>> Be aware of proxies. Many ISPs use proxies, in this situation your are> excluding all people using the same proxy because one of their users is> accessing a directory/file.>I'm not worried about this aspect.  I'm going to validate using cookies andcan use cookies along with their ip, use

connection monitoring still

2003-11-29 Thread John Michael
for active connections       # code to add ip to active connections list if not already active       # if already active return FORBIDDEN else       $r->push_handlers(PerlCleanupHandler => \&cleanup);       return OK;   }   sub cleanup {     # remove active connections here }         I

Re: connection monitoring

2003-11-29 Thread John Michael
ausner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 29, 2003 2:19 AM Subject: Re: connection monitoring > Hi! > > On Sat, Nov 29, 2003 at 02:00:18AM -0600, John Michael wrote: > > Someone pointed me to checking the connection class for an abort.

connection monitoring

2003-11-29 Thread John Michael
but want to be sure.   I do a lot of trial and error.  Is that what I have to do to figure this out?   John Michael

connection monitoring

2003-11-28 Thread John Michael
appreceiated. Thanks John Michael  

Re: Problem with startup file

2003-11-07 Thread John Michael
The problem was caused from trying to use an old modperl startup file on modperl 2.0. Cya   JM

I got it.

2003-11-07 Thread John Michael
Thanks, But I got it working. JM  

Problem with startup file

2003-11-07 Thread John Michael
.pm line 266.!Compilation failed in require at /usr/lib/perl5/5.8.0/CGI.pm line 3.!BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.0/CGI.pm line 3.!Compilation failed in require at /etc/httpd/conf/perl/startup.pl line 25.!BEGIN failed--compilation aborted at /etc/httpd/conf/perl/startup.pl line 25.!Compilation failed in require at (eval 1) line 1.! #   Any help. Thanks John Michael      

video pirates

2003-11-03 Thread John Michael
modperl.  The area is protected by mod rewrite using http_referer.  Any thoughts on the subject would be greatly appreciated.   Thanks john Michael