Re: IPC::Open2, mod_perl and cvsweb

2002-11-26 Thread Stas Bekman
Ilya Martynov wrote: On Mon, 25 Nov 2002 23:01:44 -0500, Geoffrey Young <[EMAIL PROTECTED]> said: Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the best solution I know is just replacing it with IPC::Run. Seconded. Go with IPC::Run and you won't r

Re: IPC::Open2, mod_perl and cvsweb

2002-11-26 Thread Ilya Martynov
> On Mon, 25 Nov 2002 23:01:44 -0500, Geoffrey Young <[EMAIL PROTECTED]> >said: >>> >>> Look in archives. I think many people had problems with IPC::Open2 >>> under mod_perl. So far the best solution I know is just replacing it >>> with IPC::Run. >> Seconded. Go with IPC::Run and you won't r

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Geoffrey Young
Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the best solution I know is just replacing it with IPC::Run. 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. IPC::Run+

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!

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Stas Bekman
Ilya Martynov wrote: On Mon, 25 Nov 2002 18:27:54 +0900, Keith Watanabe <[EMAIL PROTECTED]> said: KW> Hi! KW> I was wondering if there are any known issues regarding IPC::Open2 KW> with mod_perl. Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the be

Re: IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Ilya Martynov
> On Mon, 25 Nov 2002 18:27:54 +0900, Keith Watanabe <[EMAIL PROTECTED]> >said: KW> Hi! KW> I was wondering if there are any known issues regarding IPC::Open2 KW> with mod_perl. Look in archives. I think many people had problems with IPC::Open2 under mod_perl. So far the best solution I kno

IPC::Open2, mod_perl and cvsweb

2002-11-25 Thread Keith Watanabe
close: $!"; # i changed die to warn so i could look at my log file the log file error reported: cannot closing Broken pipe at /var/apache/data/cvsweb/run.cgi line 1674. I dumped the script back under a normal cgi directory for which the script operated normally. I'm not sure why

RE: cvsweb

2000-10-25 Thread John Kirkland
I am running cvsweb under Apache::Registry, and current versions of cvsweb work fine. There have been explicit code changes in cvsweb in the past year or so to get it to work better under mod_perl. Regards, John -Original Message- From: Robin Berjon [mailto:[EMAIL PROTECTED]] Sent

cvsweb

2000-10-25 Thread Robin Berjon
Hi, maybe I didn't search the archives properly but I couldn't find any mention of this. I'd like to set up a web interface to CVS for other people in my company, under mod_perl instead of as plain CGI. Has anyone here run cvsweb.cgi (or another such script) under Apache::Registry or the such ? H