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
> 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
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+
> 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!
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
> 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
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
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
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