Errors using DBI with Sybase

2000-10-24 Thread Francois Gaudin
I keep getting internal server errors on my site. I've tracked down this stack trace in the apache error log file. I haven't managed to reproduce the problem and it occurs sporadically. Has anyone seen this before or know where I should start looking for a solution? Thanks for any replies,

mod_perl guru wanted

2000-10-24 Thread Chris Brooks
Hi all, We've just posted a new job description that seems relevant to this list. Feel free to drop me a note if you're interested, or contact Megan at the email address below. Thanks, Chris We are looking for a mod_perl / cgi guru to work on application development and site architecture

make errors - i am going crazy

2000-10-24 Thread Alexander Koeb
Hi folks, I think now I tried every combination of compilers, perl-versions, perl compile-flags, mod_perl-versions and so on, but nothing works... My last try had following configuration: perl 5.6.0, compiled with -Ubincompat5005 -Uuselargefiles -Dcc=gcc apache 1.3.14, with

dynamic html

2000-10-24 Thread Rony El Khoury
is there a way with an apache module to trap dynamic html i know i can do that with static html i used Apache::Footer but is it possible to do the same thing that Footer.pm does (add a couple of lines in the html) but to the html generated by scripts thanx

Authorization handler shared database handle

2000-10-24 Thread John Russell
I'm using Apache::DBI, DBI and DBD::Oracle The database connection is made with one username/password for best performance but a pl/sql program in the database authorizes the supplied username and password and then generates the desired output. The username and password has been obtained using

Re: Apache::ASP problems with Global, global.asa, 'use lib' and @INC

2000-10-24 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: The problem is that I specify a dirname for the Global perl var on my httpd.conf and Apache::ASP fails to push it on @INC. This problem is circumvented if I create a global.asa file (even an empty one) in the directory I specify for the Global var. If I do this then

Connection Pooling / TP Monitor

2000-10-24 Thread Jeff Horn
First let me say that I'm aware that this topic comes up with some frequency on the mod_perl and DBI-users list. I am aware of posts like this one: http:[EMAIL PROTECTED] which argue against the necessity of pooling. However, I am also aware of a _major_ ISP that implements their email

Re: Connection Pooling / TP Monitor

2000-10-24 Thread Tim Bunce
On Tue, Oct 24, 2000 at 03:09:47PM -0500, Jeff Horn wrote: I basically want to do what the big TP monitors (Tuxedo/Encina/CICS) do with respect to condensing connections to a database, but I'm not in need of features like two-phase commit, cross database joins, heterogeneous database