RE: [cgiwrap-users] cgiwrap and cvsweb.cgi
Brought to you by:
nneul
From: jeff <je...@cy...> - 2002-05-17 20:05:16
|
Ah, so it's best to put the real cvs.cgi program outside of the web tree? Sorry for the questions... I've only ever been a user of cvs. Jeff > -----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 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} = "/"; > > > $ENV{SCRIPT_NAME} = > > > "/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 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 > > 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 thats a super model! Visit http://clustering.foundries.sf.net/ > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |