Re: [cgiwrap-users] "Feature" request during next release
Brought to you by:
nneul
From: Neulinger, N. <nn...@um...> - 2007-11-04 20:03:58
|
Quick hack for this particular CGI - why not just drop another wrapper in front of it? --mybin.pl #!/usr/bin/perl open(STDERR, ">/dev/null"); exec("mybin.pl.real", @ARGV); -- Nathan =20 ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-6679 UMR Information Technology Fax: (573) 341-4216 > -----Original Message----- > From: cgi...@li... [mailto:cgiwrap- > use...@li...] On Behalf Of Tuc at T-B-O- > H.NET > Sent: Sunday, November 04, 2007 1:10 PM > To: cgi...@li... > Subject: [cgiwrap-users] "Feature" request during next release >=20 > Hi, >=20 > Can we possibly get a ./configure option to change the name > of the > binaries (cgiwrap, cgiwrapd, etc)? I realize this is weird, but > would make > some things for us easier. >=20 > What would be REALLY nice, but I'm sure is a nitemare, would > be a > way that you didn't have to staticly configure the binary with all > the > options. I don't know HOW you'd accomplish it..Maybe it an > environment variable > in a VH configuration. >=20 > Basically this stems from one CGI package I'm installing > throwing > GARBAGE that they shouldn't at STDERR which causes the system to > stop. > So I'm going to compile up a CGIWRAP with "--without-redirect- > stderr" and > put it as another name for just that VH. >=20 > Thanks, Tuc >=20 > ------------------------------------------------------------------- > ------ > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users |