Re: New mod_perl Logo

2002-01-31 Thread Paul Cotter
, WebBlast, Insiouxiance, Perlandra, Exsight, Insite, HowtoSite - I really do not mind. Regards - Paul Cotter

Reverse engineered HTML

2001-05-15 Thread Paul Cotter
Does a package exist that will read an HTML document and generate an Apache::Registry cgi script? Even better if it accepts an !--Perltag. Regards - Paul Cotter

Re: install perl-win32-bin-0.6.exe on win98

2001-05-09 Thread Paul Cotter
Hi I am running it but I am using a different source. The respective psrt of my conf file is LoadModule anon_auth_module modules/mod_auth_anon.so LoadModule dbm_auth_module modules/mod_auth_dbm.so #LoadModule digest_auth_module modules/mod_auth_digest.so #LoadModule cern_meta_module

Re: Apache Processes hanging

2001-05-03 Thread Paul Cotter
This answer has nothing to do with modperl - sorry. I have had the same problem on a Sybase database with a 'normal' application. This situation can occur due to a database (b)locks, particularly if a transaction is composed of more than one update, or it fires a referential trigger which has

Much Todo about nothing

2001-04-27 Thread Paul Cotter
. Obviously easy to bypass.Regards - Paul Cotter

Passing Tied Filehandles

2001-04-18 Thread Paul Cotter
Hi I was trying to get NET::Ftp to work in Apache to post statistics via FTP. These stats are in memory and are manipulated before being posted. I wanted totie a filehandle so thatNet::FTP would call my READ code. So I could just go MyNetFTPObject-put(TIED_FILE_HANDLE, remote_file) I

Re: mirroring data across a server cluster

2001-04-02 Thread Paul Cotter
[OT] - but... Do not throw out database replication as a solution. Trying to maintain synchronicity across multiple databases is not a trivial task. You have to cope with single point failure at the transaction level, (eg the server 'one' update works, but server 'two' fails) clashes (same

Re: Forbidden access

2001-03-07 Thread Paul Cotter
- Original Message - From: "Stas Bekman" [EMAIL PROTECTED] To: "Daniel" [EMAIL PROTECTED] Also there's a typo: It has been confirmed by the original author that the typo was only in the email sample. There was also a /Locatiom but I guess this was a transcription error also.

Re: wheris @INC defined ?

2001-03-07 Thread Paul Cotter
To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri I'm a mod_perl newbie, trying to install it on an apache server Henri on a Digital-Unix platform. Henri I have succeded, with problems, to make a

Re: wheris @INC defined ?

2001-03-07 Thread Paul Cotter
To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri I'm a mod_perl newbie, trying to install it on an apache server Henri on a Digital-Unix platform. Henri I have succeded, with problems, to make a

Re: mod_perl startup sequence?

2001-03-06 Thread Paul Cotter
running and two cidaemons. I could understand a fallback apache, bit I cannot see why the code is executed twice for the same pid.Can someone explain this behaviour - or tell me where I should go to read about it. (politely!-)TVM - Paul Cotter