IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Keith Watanabe
Hi! I was wondering if there are any known issues regarding IPC::Open2 with mod_perl. I recently put cvsweb.cgi under mod_perl for our cvs server and found problems where with the cvsweb.cgi attempting to close the logfile. The statement looks like this: close($reader) or warn cannot close:

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Keith Watanabe
Seconded. Go with IPC::Run and you won't regret, since it works under mod_perl and gives you much more than the IPC::Open* family. got it to work. thanks guys!

Morning bug w/out using Apache::DBI?

2002-09-10 Thread Keith Watanabe
Hi! I recently made an attempt to upgrade other web software to mod_perl 1.26 (compiled statically, running on Solaris 2.6). We're using Sybase 11.9.2 for this application as the db backend. When I initially converted the site over to mod_perl, I started off using Apache::DBI by placing it