RE: [cgiwrap-users] cgiwrap and cvsweb.cgi
Brought to you by:
nneul
From: Neulinger, N. <nn...@um...> - 2002-05-17 20:26:45
|
No real need to, but since I needed to adjust the environment vars for viewcvs, that's how I did it. You might be able to fix your problem with cvsweb.cgi similarly. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 > -----Original Message----- > From: jeff [mailto:je...@cy...]=20 > Sent: Friday, May 17, 2002 3:08 PM > To: Neulinger, Nathan; Jeff Bert > Cc: cgi...@li... > Subject: RE: [cgiwrap-users] cgiwrap and cvsweb.cgi >=20 >=20 > Ah, so it's best to put the real cvs.cgi program outside > of the web tree? >=20 > Sorry for the questions... I've only ever been a user of cvs. >=20 > Jeff >=20 > > -----Original Message----- > > From: cgi...@li... > > [mailto:cgi...@li...]On Behalf Of > > Neulinger, Nathan > > Sent: Friday, May 17, 2002 12:53 PM > > To: Jeff Bert > > Cc: cgi...@li... > > Subject: RE: [cgiwrap-users] cgiwrap and cvsweb.cgi > > > > > > I put that as the cgi that gets installed - in the cgi-bin=20 > 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...] > > > Sent: Friday, May 17, 2002 2:31 PM > > > To: Neulinger, Nathan > > > Cc: cgi...@li... > > > Subject: RE: [cgiwrap-users] cgiwrap and cvsweb.cgi > > > > > > > > > Nathan, > > > > > > where did you put that script portion? > > > > > > Jeff > > > > > > > -----Original Message----- > > > > From: cgi...@li... > > > > [mailto:cgi...@li...]On Behalf > > > 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 > > > 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 > > > 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=20 > could be wrong. > > > > > > > > > > thanks, > > > > > > > > > > Jeff > > > > > > > > > > > > > > >=20 > _______________________________________________________________ > > > > > > > > > > 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 > > > 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 > > > > > > > > > > > > > > _______________________________________________________________ > > > > Hundreds of nodes, one monster rendering program. > > Now that=12s a super model! Visit = http://clustering.foundries.sf.net/ > > _______________________________________________ > > cgiwrap-users mailing list > > cgi...@li... > > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > >=20 >=20 |