RE: [cgiwrap-users] cgiwrap and cvsweb.cgi
Brought to you by:
nneul
From: Neulinger, N. <nn...@um...> - 2002-05-17 19:53:12
|
I put that as the cgi that gets installed - in the cgi-bin dir. It then exec's the real viewcvs. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 > -----Original Message----- > From: Jeff Bert [mailto:soi...@sg...]=20 > Sent: Friday, May 17, 2002 2:31 PM > To: Neulinger, Nathan > Cc: cgi...@li... > Subject: RE: [cgiwrap-users] cgiwrap and cvsweb.cgi >=20 >=20 > Nathan, >=20 > where did you put that script portion? >=20 > Jeff >=20 > > -----Original Message----- > > From: cgi...@li... > > [mailto:cgi...@li...]On Behalf=20 > Of Nathan > > Neulinger > > Sent: Friday, May 17, 2002 5:43 AM > > To: jeff > > Cc: cgi...@li... > > Subject: Re: [cgiwrap-users] cgiwrap and cvsweb.cgi > > > > > > I'm pretty sure I had cvsweb working with cgiwrap without=20 > any trouble, > > but have since switched to viewcvs, which I think works nicer. > > > > The one thing with it that I had to do was wrap it > > > > if ( $ENV{PATH_INFO} eq "" ) > > { > > $ENV{PATH_INFO} =3D "/"; > > $ENV{SCRIPT_NAME} =3D > > "/auth-cgi-bin/cgiwrap/viewcvs/viewcvs"; > > } > > > > exec "/umr/s/viewcvs/install/cgi/viewcvs.cgi"; > > > > > > On Fri, 2002-05-17 at 04:48, jeff wrote: > > > I'm trying to install cvsweb.cgi on my webserver on a wrapped > > users account. > > > If I call the script non-wrapped it at least brings up=20 > the front page. > > > However, if I call it wrapped then it seems to go into some > > endless loop and > > > never brings up the page. > > > > > > Is there an incompatibility with cgiwrap and cvsweb.cgi? > > > > > > Or do I have a setting wrong? > > > > > > Since it seems to load unwrapped I'm not sure what could be wrong. > > > > > > thanks, > > > > > > Jeff > > > > > > > > > _______________________________________________________________ > > > > > > Have big pipes? SourceForge.net is looking for download > > mirrors. We supply > > > the hardware. You get the recognition. Email Us: > > ban...@so... > > > _______________________________________________ > > > cgiwrap-users mailing list > > > cgi...@li... > > > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > -- > > > > > > ------------------------------------------------------------ > > Nathan Neulinger EMail: nn...@um... > > University of Missouri - Rolla Phone: (573) 341-4841 > > Computing Services Fax: (573) 341-4216 > > > > > > _______________________________________________________________ > > > > Have big pipes? SourceForge.net is looking for download=20 > mirrors. We supply > > the hardware. You get the recognition. Email Us:=20 > ban...@so... > > _______________________________________________ > > cgiwrap-users mailing list > > cgi...@li... > > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > >=20 >=20 |