cgiwrap-users Mailing List for CGIWrap (Page 27)
Brought to you by:
nneul
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(21) |
Sep
(23) |
Oct
(4) |
Nov
(15) |
Dec
(25) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(5) |
Feb
(19) |
Mar
(19) |
Apr
(13) |
May
(12) |
Jun
(23) |
Jul
(6) |
Aug
(16) |
Sep
(6) |
Oct
(31) |
Nov
(23) |
Dec
(28) |
2002 |
Jan
(4) |
Feb
(9) |
Mar
(6) |
Apr
(23) |
May
(29) |
Jun
(16) |
Jul
(10) |
Aug
(41) |
Sep
(16) |
Oct
(8) |
Nov
(7) |
Dec
(7) |
2003 |
Jan
(13) |
Feb
(30) |
Mar
(6) |
Apr
(12) |
May
(23) |
Jun
(12) |
Jul
(11) |
Aug
(20) |
Sep
|
Oct
|
Nov
(10) |
Dec
(8) |
2004 |
Jan
(1) |
Feb
(11) |
Mar
(3) |
Apr
(10) |
May
(6) |
Jun
|
Jul
(3) |
Aug
(4) |
Sep
(3) |
Oct
(9) |
Nov
(2) |
Dec
|
2005 |
Jan
(7) |
Feb
|
Mar
(7) |
Apr
(1) |
May
(3) |
Jun
(2) |
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(12) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(14) |
Dec
|
2008 |
Jan
(5) |
Feb
(10) |
Mar
|
Apr
(12) |
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(1) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(4) |
From: Nicholas H. <Ra...@uf...> - 2001-04-20 23:02:44
|
From: Nguyen, H. <hn...@ne...> - 2001-04-20 20:29:23
|
hi, I'm new to Apache and CGIWrap and I'd liket to set up CGIWrap to use with virtual hosts. It looks like I have to configure and install cgiwrap for each virtual host? (since I have to supply the "install-dir" path to the cgi files..). Does anybody have suggestions on how I can configure cgiwrap so it runs dynamically (i.e. one copy of cgiwrap instead of individually?) thanks Helen |
From: Neulinger, N. <nn...@um...> - 2001-04-19 17:25:33
|
Suggest you try installing cgiwrap following the standard instructions first, then try non-standard installations. PATH_INFO works just fine with cgiwrap. > -----Original Message----- > From: Stefano Ricci [mailto:ri...@ac...] > Sent: Thursday, April 19, 2001 12:21 PM > To: cgi...@li... > Subject: RE: [cgiwrap-users] problem with path info > > > That's right, > but I was looking about a configuration option or something > like that in > CGIwrap, since I've the same problem on a RedHat box. > thank you in advance again > > Stefano Ricci > > > > At 11.16 04/19/2001 -0500, Neulinger, Nathan wrote: > >problems with cobalts should be taken up with them. it's not > a cgiwrap > >problem. > > > >> -----Original Message----- > >> From: Stefano Ricci [mailto:ri...@ac...] > >> Sent: Thursday, April 19, 2001 11:06 AM > >> To: cgi...@li... > >> Subject: [cgiwrap-users] problem with path info > >> > >> > >> Hi everybody, > >> > >> I have a cgi that need to use PATH_INFO variable, e.g. > >> http://<myweb>/cgi-bin/myprogram.cgi/test.ach > >> Using my cobalt Raq4 box I get the following error: > >> > >> > Execution of > >> (/home/sites/home/users/stefano/cgi-bin/myprogram.cgi/test.ach > >> ) is > not > >> permitted for the following reason: > >> > Script file not found. > >> > >> It seems CGIwrap not to know how to recognize the cgi > program and the > >> PATH_INFO > >> variable! > >> > >> If I disable cgiwrap everything works fine. > >> > >> Any suggestion? > >> > >> thank you in advance > >> > >> Stefano Ricci > >> > >> > >> > >> _______________________________________________ > >> cgiwrap-users mailing list > >> cgi...@li... > >> http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > >> > > > >_______________________________________________ > >cgiwrap-users mailing list > >cgi...@li... > >http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > > > > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |
From: Stefano R. <ri...@ac...> - 2001-04-19 17:22:43
|
That's right, but I was looking about a configuration option or something like that in CGIwrap, since I've the same problem on a RedHat box. thank you in advance again Stefano Ricci At 11.16 04/19/2001 -0500, Neulinger, Nathan wrote: >problems with cobalts should be taken up with them. it's not a cgiwrap >problem. > >> -----Original Message----- >> From: Stefano Ricci [mailto:ri...@ac...] >> Sent: Thursday, April 19, 2001 11:06 AM >> To: cgi...@li... >> Subject: [cgiwrap-users] problem with path info >> >> >> Hi everybody, >> >> I have a cgi that need to use PATH_INFO variable, e.g. >> http://<myweb>/cgi-bin/myprogram.cgi/test.ach >> Using my cobalt Raq4 box I get the following error: >> >> > Execution of >> (/home/sites/home/users/stefano/cgi-bin/myprogram.cgi/test.ach >> ) is > not >> permitted for the following reason: >> > Script file not found. >> >> It seems CGIwrap not to know how to recognize the cgi program and the >> PATH_INFO >> variable! >> >> If I disable cgiwrap everything works fine. >> >> Any suggestion? >> >> thank you in advance >> >> Stefano Ricci >> >> >> >> _______________________________________________ >> cgiwrap-users mailing list >> cgi...@li... >> http://lists.sourceforge.net/lists/listinfo/cgiwrap-users >> > >_______________________________________________ >cgiwrap-users mailing list >cgi...@li... >http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > |
From: Neulinger, N. <nn...@um...> - 2001-04-19 16:17:02
|
problems with cobalts should be taken up with them. it's not a cgiwrap problem. > -----Original Message----- > From: Stefano Ricci [mailto:ri...@ac...] > Sent: Thursday, April 19, 2001 11:06 AM > To: cgi...@li... > Subject: [cgiwrap-users] problem with path info > > > Hi everybody, > > I have a cgi that need to use PATH_INFO variable, e.g. > http://<myweb>/cgi-bin/myprogram.cgi/test.ach > Using my cobalt Raq4 box I get the following error: > > > Execution of > (/home/sites/home/users/stefano/cgi-bin/myprogram.cgi/test.ach > ) is > not > permitted for the following reason: > > Script file not found. > > It seems CGIwrap not to know how to recognize the cgi program and the > PATH_INFO > variable! > > If I disable cgiwrap everything works fine. > > Any suggestion? > > thank you in advance > > Stefano Ricci > > > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |
From: Stefano R. <ri...@ac...> - 2001-04-19 16:07:54
|
Hi everybody, I have a cgi that need to use PATH_INFO variable, e.g. http://<myweb>/cgi-bin/myprogram.cgi/test.ach Using my cobalt Raq4 box I get the following error: > Execution of (/home/sites/home/users/stefano/cgi-bin/myprogram.cgi/test.ach) is > not permitted for the following reason: > Script file not found. It seems CGIwrap not to know how to recognize the cgi program and the PATH_INFO variable! If I disable cgiwrap everything works fine. Any suggestion? thank you in advance Stefano Ricci |
From: Vyacheslav V. H. <sl...@gn...> - 2001-04-12 12:03:13
|
I have the apache 1.3 server and a lot af virtual hosts, which is located in /usr/local/apache/share. Each DocumentRoot dir named as virt-server-URL. For example for www.some.net DocumentRoot is /usr/local/apache/share/www.some.net. How can I force cgiwrap to work. Should I use Rewrite module? What value should I put on the --with-cgi-dir parameter How does it work? Why do I have to run my www.some.net/cgi-bin(local)/test.cgi via www.some.net/cgi-bin(global)/cgiwrap/user/test.cgi ? But if I don't use mod_userdir? I use Virtualhos, but not mod_userdir. Yes, each directory belong to one user, for example user wh_some owns dir /usr/local/apache/share/www.some.net. But when I specify www.some.net/cgi-bin(global)/cgiwrap/wh_some/test.cgi nothing work. why? Help me plz!!!!! I have been struggling on this trouble for three days already and haven't found any solution. Vyacheslav V. Hraychenko GENET Ltd, ZEOS Internet, +380 44 2540054, RIPE: VVH1-RIPE |
From: Mohammad D. K. <de...@ra...> - 2001-04-10 02:26:47
|
REMOVE |
From: Nathan N. <nn...@um...> - 2001-04-09 12:11:05
|
You probably have it mounted on a nosuid partition. Steve Sharp wrote: > > Hello people... > > Youve prob heard this question / seen this problem 1000's of times > B4..... > > I have installed cgiwrap on my test machine, and it works fine > (sunsparc ultra 10 with solariz 2.7)... > > however when i install it on our production machine all i get is the > > CGIWrap Error: CGIWrap is not setuid > > I have read the faq and done what is said, but to no avail :( > > the production machine is a sun E450 (solaris 2.7) > > Any Ideas ? > > Am i just beeing a fool ? > > Kind Regards.. > > -Steve > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Steve Sharp - ss...@ca... > Web Services @ SCR Cambridge > > +(44) (0)1223 315576 ext 211 > +(44) (0)1223 312211 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -- ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 CIS - Systems Programming Fax: (573) 341-4216 |
From: Steve S. <ss...@ca...> - 2001-04-09 10:49:22
|
Hello people... Youve prob heard this question / seen this problem 1000's of times B4..... I have installed cgiwrap on my test machine, and it works fine (sunsparc ultra 10 with solariz 2.7)... however when i install it on our production machine all i get is the CGIWrap Error: CGIWrap is not setuid I have read the faq and done what is said, but to no avail :( the production machine is a sun E450 (solaris 2.7) Any Ideas ? Am i just beeing a fool ? Kind Regards.. -Steve -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Steve Sharp - ss...@ca... Web Services @ SCR Cambridge +(44) (0)1223 315576 ext 211 +(44) (0)1223 312211 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
From: <su...@cs...> - 2001-04-07 18:52:18
|
REMOVE |
From: Lloyd S. <ll...@me...> - 2001-04-02 19:50:22
|
Do most ISPs use cgiwrap in the raw way, that is allowing it to show in the URL? Or are most ISPs using mod_write to obscure the name from the user? What do most people prefer cgiwrap or some other combination of methods? Thank you. Lloyd |
From: Tuc <tu...@tt...> - 2001-03-27 02:47:16
|
> Hi. > > Is there a way to limit where CGI's can be called from..that is, I want to > only allow CGI's to be called from pages within my domain. ie. HTTP_REFERER > contains some.domain.com > Sounds more like a case for .htaccess allow/deny. BTW: Its a VERY BAD idea trusting HTTP_REFERER. There are dozens of programs that can forge it. Tuc/TTSG Internet Services, Inc. |
From: Tsukaeru.net <web...@ts...> - 2001-03-27 01:14:15
|
Hi. Is there a way to limit where CGI's can be called from..that is, I want to only allow CGI's to be called from pages within my domain. ie. HTTP_REFERER contains some.domain.com Thanks and regards, Jason Frisch |
From: Tsukaeru.net W. <web...@ts...> - 2001-03-26 13:58:13
|
Would I be right to assume this limits the number of files that can be opened by a single cgi (on redhat)..? I saw somewhere that a value of 50 would be reasonable...seems high to me. Regards, Jason Frisch ----- Original Message ----- From: "Neulinger, Nathan" <nn...@um...> To: "'Tsukaeru.net Webmaster'" <web...@ts...>; <cgi...@li...> Sent: Monday, March 26, 2001 10:53 PM Subject: RE: [cgiwrap-users] with-rlimit-nofile > I sets the rlimit, what that does is dependent on your O/S. Should just be > that one script though. > > -- Nathan > > > -----Original Message----- > > From: Tsukaeru.net Webmaster [mailto:web...@ts...] > > Sent: Monday, March 26, 2001 7:52 AM > > To: cgi...@li... > > Subject: [cgiwrap-users] with-rlimit-nofile > > > > > > Hi. > > > > I was wondering if there is a suggested value for > > rlimit-nofile. Also, does > > this refer to the script running or for all cgi's being > > executed at any one > > time? > > > > Thanks for the help > > > > Jason Frisch > > > > > > > > _______________________________________________ > > cgiwrap-users mailing list > > cgi...@li... > > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > |
From: Neulinger, N. <nn...@um...> - 2001-03-26 13:54:08
|
I sets the rlimit, what that does is dependent on your O/S. Should just be that one script though. -- Nathan > -----Original Message----- > From: Tsukaeru.net Webmaster [mailto:web...@ts...] > Sent: Monday, March 26, 2001 7:52 AM > To: cgi...@li... > Subject: [cgiwrap-users] with-rlimit-nofile > > > Hi. > > I was wondering if there is a suggested value for > rlimit-nofile. Also, does > this refer to the script running or for all cgi's being > executed at any one > time? > > Thanks for the help > > Jason Frisch > > > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |
From: Tsukaeru.net W. <web...@ts...> - 2001-03-26 13:50:57
|
Hi. I was wondering if there is a suggested value for rlimit-nofile. Also, does this refer to the script running or for all cgi's being executed at any one time? Thanks for the help Jason Frisch |
From: Tsukaeru.net <web...@ts...> - 2001-03-22 06:27:27
|
Answered my own silly question. Use autoconf Jason Frisch ----- Original Message ----- From: "Tsukaeru.net" <web...@ts...> To: "Nathan Neulinger" <nn...@um...> Cc: <cgi...@li...> Sent: Thursday, March 22, 2001 11:03 AM Subject: Re: [cgiwrap-users] with-chroot > Thanks. Managed to get the source. But it seems there is not configure > script. Do I need to actually modify other files manually? or is there > somewhere I can get the configure script. > > Thanks for your help > > Regards, > Jason Frisch > > ----- Original Message ----- > From: "Nathan Neulinger" <nn...@um...> > To: "Tsukaeru.net" <web...@ts...> > Cc: <cgi...@li...> > Sent: Thursday, March 22, 2001 10:33 AM > Subject: Re: [cgiwrap-users] with-chroot > > > > Get it from the cvs info on the sourceforge project page. > > > > "Tsukaeru.net" wrote: > > > > > > I have tried getting the source from cvs as outlined...but cannot seem > to > > > login > > > > > > [root cgiwrap-3.6.5]# export > > > CVSROOT=:pserver:cv...@cv...:/cvsroot-cgiwrap > > > [root cgiwrap-3.6.5]# cvs login > > > (Logging in to cv...@cv...) > > > CVS password: cvs > > > Unknown host cvs.unixtools.org. > > > > > > Also, the link on the bottom of the page do not work.... > > > > > > Sorry for the trouble, and thanks for the help. > > > > > > Regards, > > > Jason Frisch > > > > > > ----- Original Message ----- > > > From: "Nathan Neulinger" <nn...@um...> > > > To: "Tsukaeru.net" <web...@ts...> > > > Sent: Wednesday, March 21, 2001 9:30 PM > > > Subject: Re: [cgiwrap-users] with-chroot > > > > > > > >From CVS. > > > > > > > > "Tsukaeru.net" wrote: > > > > > > > > > > My apologies; I assume this means v3.6.5 however it is not at > > > > > http://download.sourceforge.net/cgiwrap/ Where can I download this > > > version > > > > > from. > > > > > > > > > > Regards, > > > > > > > > > > Jason Frisch > > > > > > > > > > ----- Original Message ----- > > > > > From: "Nathan Neulinger" <nn...@um...> > > > > > To: "Tsukaeru.net" <web...@ts...> > > > > > Cc: <cgi...@li...> > > > > > Sent: Wednesday, March 21, 2001 10:19 AM > > > > > Subject: Re: [cgiwrap-users] with-chroot > > > > > > > > > > > "Tsukaeru.net" wrote: > > > > > > > > > > > > > > I am trying to use --with-chroot=myfakeroot however it doesn't > seem > > > to > > > > > > > be having any effect in v3.6. Any ideas as to why this might be. > Is > > > it > > > > > > > actually supported? > > > > > > > > > > > > > > Thanks and regards, > > > > > > > > > > > > > > Jason Frisch > > > > > > > > > > > > it's not in 3.6. it's in the cvs version only, as the > announcements > > > > > > said. > > > > > > > > > > > > > > > > > > ------------------------------------------------------------ > > > > > > Nathan Neulinger EMail: nn...@um... > > > > > > University of Missouri - Rolla Phone: (573) 341-4841 > > > > > > CIS - Systems Programming Fax: (573) 341-4216 > > > > > > > > > > > > _______________________________________________ > > > > > > cgiwrap-users mailing list > > > > > > cgi...@li... > > > > > > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > > > > > > > > > > > > -- > > > > > > > > > > > > ------------------------------------------------------------ > > > > Nathan Neulinger EMail: nn...@um... > > > > University of Missouri - Rolla Phone: (573) 341-4841 > > > > CIS - Systems Programming Fax: (573) 341-4216 > > > > > > > > -- > > > > > > ------------------------------------------------------------ > > Nathan Neulinger EMail: nn...@um... > > University of Missouri - Rolla Phone: (573) 341-4841 > > CIS - Systems Programming Fax: (573) 341-4216 > > > > _______________________________________________ > > cgiwrap-users mailing list > > cgi...@li... > > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > |
From: Tsukaeru.net <web...@ts...> - 2001-03-22 02:27:50
|
Thanks. Managed to get the source. But it seems there is not configure script. Do I need to actually modify other files manually? or is there somewhere I can get the configure script. Thanks for your help Regards, Jason Frisch ----- Original Message ----- From: "Nathan Neulinger" <nn...@um...> To: "Tsukaeru.net" <web...@ts...> Cc: <cgi...@li...> Sent: Thursday, March 22, 2001 10:33 AM Subject: Re: [cgiwrap-users] with-chroot > Get it from the cvs info on the sourceforge project page. > > "Tsukaeru.net" wrote: > > > > I have tried getting the source from cvs as outlined...but cannot seem to > > login > > > > [root cgiwrap-3.6.5]# export > > CVSROOT=:pserver:cv...@cv...:/cvsroot-cgiwrap > > [root cgiwrap-3.6.5]# cvs login > > (Logging in to cv...@cv...) > > CVS password: cvs > > Unknown host cvs.unixtools.org. > > > > Also, the link on the bottom of the page do not work.... > > > > Sorry for the trouble, and thanks for the help. > > > > Regards, > > Jason Frisch > > > > ----- Original Message ----- > > From: "Nathan Neulinger" <nn...@um...> > > To: "Tsukaeru.net" <web...@ts...> > > Sent: Wednesday, March 21, 2001 9:30 PM > > Subject: Re: [cgiwrap-users] with-chroot > > > > > >From CVS. > > > > > > "Tsukaeru.net" wrote: > > > > > > > > My apologies; I assume this means v3.6.5 however it is not at > > > > http://download.sourceforge.net/cgiwrap/ Where can I download this > > version > > > > from. > > > > > > > > Regards, > > > > > > > > Jason Frisch > > > > > > > > ----- Original Message ----- > > > > From: "Nathan Neulinger" <nn...@um...> > > > > To: "Tsukaeru.net" <web...@ts...> > > > > Cc: <cgi...@li...> > > > > Sent: Wednesday, March 21, 2001 10:19 AM > > > > Subject: Re: [cgiwrap-users] with-chroot > > > > > > > > > "Tsukaeru.net" wrote: > > > > > > > > > > > > I am trying to use --with-chroot=myfakeroot however it doesn't seem > > to > > > > > > be having any effect in v3.6. Any ideas as to why this might be. Is > > it > > > > > > actually supported? > > > > > > > > > > > > Thanks and regards, > > > > > > > > > > > > Jason Frisch > > > > > > > > > > it's not in 3.6. it's in the cvs version only, as the announcements > > > > > said. > > > > > > > > > > > > > > > ------------------------------------------------------------ > > > > > Nathan Neulinger EMail: nn...@um... > > > > > University of Missouri - Rolla Phone: (573) 341-4841 > > > > > CIS - Systems Programming Fax: (573) 341-4216 > > > > > > > > > > _______________________________________________ > > > > > cgiwrap-users mailing list > > > > > cgi...@li... > > > > > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > > > > > > > > > -- > > > > > > > > > ------------------------------------------------------------ > > > Nathan Neulinger EMail: nn...@um... > > > University of Missouri - Rolla Phone: (573) 341-4841 > > > CIS - Systems Programming Fax: (573) 341-4216 > > > > > -- > > > ------------------------------------------------------------ > Nathan Neulinger EMail: nn...@um... > University of Missouri - Rolla Phone: (573) 341-4841 > CIS - Systems Programming Fax: (573) 341-4216 > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |
From: Nathan N. <nn...@um...> - 2001-03-22 01:33:07
|
Get it from the cvs info on the sourceforge project page. "Tsukaeru.net" wrote: > > I have tried getting the source from cvs as outlined...but cannot seem to > login > > [root cgiwrap-3.6.5]# export > CVSROOT=:pserver:cv...@cv...:/cvsroot-cgiwrap > [root cgiwrap-3.6.5]# cvs login > (Logging in to cv...@cv...) > CVS password: cvs > Unknown host cvs.unixtools.org. > > Also, the link on the bottom of the page do not work.... > > Sorry for the trouble, and thanks for the help. > > Regards, > Jason Frisch > > ----- Original Message ----- > From: "Nathan Neulinger" <nn...@um...> > To: "Tsukaeru.net" <web...@ts...> > Sent: Wednesday, March 21, 2001 9:30 PM > Subject: Re: [cgiwrap-users] with-chroot > > > >From CVS. > > > > "Tsukaeru.net" wrote: > > > > > > My apologies; I assume this means v3.6.5 however it is not at > > > http://download.sourceforge.net/cgiwrap/ Where can I download this > version > > > from. > > > > > > Regards, > > > > > > Jason Frisch > > > > > > ----- Original Message ----- > > > From: "Nathan Neulinger" <nn...@um...> > > > To: "Tsukaeru.net" <web...@ts...> > > > Cc: <cgi...@li...> > > > Sent: Wednesday, March 21, 2001 10:19 AM > > > Subject: Re: [cgiwrap-users] with-chroot > > > > > > > "Tsukaeru.net" wrote: > > > > > > > > > > I am trying to use --with-chroot=myfakeroot however it doesn't seem > to > > > > > be having any effect in v3.6. Any ideas as to why this might be. Is > it > > > > > actually supported? > > > > > > > > > > Thanks and regards, > > > > > > > > > > Jason Frisch > > > > > > > > it's not in 3.6. it's in the cvs version only, as the announcements > > > > said. > > > > > > > > > > > > ------------------------------------------------------------ > > > > Nathan Neulinger EMail: nn...@um... > > > > University of Missouri - Rolla Phone: (573) 341-4841 > > > > CIS - Systems Programming Fax: (573) 341-4216 > > > > > > > > _______________________________________________ > > > > cgiwrap-users mailing list > > > > cgi...@li... > > > > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > > > > > > -- > > > > > > ------------------------------------------------------------ > > Nathan Neulinger EMail: nn...@um... > > University of Missouri - Rolla Phone: (573) 341-4841 > > CIS - Systems Programming Fax: (573) 341-4216 > > -- ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 CIS - Systems Programming Fax: (573) 341-4216 |
From: Tsukaeru.net <web...@ts...> - 2001-03-22 01:06:27
|
I have tried getting the source from cvs as outlined...but cannot seem to login [root cgiwrap-3.6.5]# export CVSROOT=:pserver:cv...@cv...:/cvsroot-cgiwrap [root cgiwrap-3.6.5]# cvs login (Logging in to cv...@cv...) CVS password: cvs Unknown host cvs.unixtools.org. Also, the link on the bottom of the page do not work.... Sorry for the trouble, and thanks for the help. Regards, Jason Frisch ----- Original Message ----- From: "Nathan Neulinger" <nn...@um...> To: "Tsukaeru.net" <web...@ts...> Sent: Wednesday, March 21, 2001 9:30 PM Subject: Re: [cgiwrap-users] with-chroot > >From CVS. > > "Tsukaeru.net" wrote: > > > > My apologies; I assume this means v3.6.5 however it is not at > > http://download.sourceforge.net/cgiwrap/ Where can I download this version > > from. > > > > Regards, > > > > Jason Frisch > > > > ----- Original Message ----- > > From: "Nathan Neulinger" <nn...@um...> > > To: "Tsukaeru.net" <web...@ts...> > > Cc: <cgi...@li...> > > Sent: Wednesday, March 21, 2001 10:19 AM > > Subject: Re: [cgiwrap-users] with-chroot > > > > > "Tsukaeru.net" wrote: > > > > > > > > I am trying to use --with-chroot=myfakeroot however it doesn't seem to > > > > be having any effect in v3.6. Any ideas as to why this might be. Is it > > > > actually supported? > > > > > > > > Thanks and regards, > > > > > > > > Jason Frisch > > > > > > it's not in 3.6. it's in the cvs version only, as the announcements > > > said. > > > > > > > > > ------------------------------------------------------------ > > > Nathan Neulinger EMail: nn...@um... > > > University of Missouri - Rolla Phone: (573) 341-4841 > > > CIS - Systems Programming Fax: (573) 341-4216 > > > > > > _______________________________________________ > > > cgiwrap-users mailing list > > > cgi...@li... > > > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > > > > > -- > > > ------------------------------------------------------------ > Nathan Neulinger EMail: nn...@um... > University of Missouri - Rolla Phone: (573) 341-4841 > CIS - Systems Programming Fax: (573) 341-4216 > |
From: Tsukaeru.net <web...@ts...> - 2001-03-21 05:59:57
|
Where can I get 3.6.5 from? It is not on the download area... Regards, Jason Frisch ----- Original Message ----- From: "Nathan Neulinger" <nn...@um...> To: "Tsukaeru.net" <web...@ts...> Cc: <cgi...@li...> Sent: Wednesday, March 21, 2001 10:19 AM Subject: Re: [cgiwrap-users] with-chroot > "Tsukaeru.net" wrote: > > > > I am trying to use --with-chroot=myfakeroot however it doesn't seem to > > be having any effect in v3.6. Any ideas as to why this might be. Is it > > actually supported? > > > > Thanks and regards, > > > > Jason Frisch > > it's not in 3.6. it's in the cvs version only, as the announcements > said. > > > ------------------------------------------------------------ > Nathan Neulinger EMail: nn...@um... > University of Missouri - Rolla Phone: (573) 341-4841 > CIS - Systems Programming Fax: (573) 341-4216 > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > http://lists.sourceforge.net/lists/listinfo/cgiwrap-users > |
From: Nathan N. <nn...@um...> - 2001-03-21 01:16:59
|
"Tsukaeru.net" wrote: > > I am trying to use --with-chroot=myfakeroot however it doesn't seem to > be having any effect in v3.6. Any ideas as to why this might be. Is it > actually supported? > > Thanks and regards, > > Jason Frisch it's not in 3.6. it's in the cvs version only, as the announcements said. ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 CIS - Systems Programming Fax: (573) 341-4216 |
From: Tsukaeru.net <web...@ts...> - 2001-03-21 01:14:32
|
I am trying to use --with-chroot=myfakeroot however it doesn't seem to be having any effect in v3.6. Any ideas as to why this might be. Is it actually supported? Thanks and regards, Jason Frisch |
From: Nathan N. <nn...@um...> - 2001-03-21 00:56:18
|
Christian Kruse wrote: > > Hi, > > we had to modify the cgiwrapper. Just a few small changes, but I think, they're interesting. > > I added the "feature" that, if the file is a symlink, it checks the UID of the symlink and not the UID of the target script. > > We need this feature, because we want to run several instances of the same script - and copying this script was in our opinions a little bit silly. > > I attached a patch within this mail, so you can check the code. > > What's your opinion? > > Yours > Christian > > ------------------------------------------------------------------------ > Name: symlink.patch > symlink.patch Type: unspecified type (application/octet-stream) > Encoding: base64 You might consider looking at the multi-user cgi script support that is in the cvs version of cgiwrap. I've applied a slightly modified version of your script - since it wasn't against the CVS version, some things didn't apply. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 CIS - Systems Programming Fax: (573) 341-4216 |