Re: installing something in cgi-bin

2006-10-19 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-09-25 13:01:57 -0500: > --On Monday, September 25, 2006 10:45:14 -0700 Jeremy Chadwick <[EMAIL > PROTECTED]> wrote: > >People still use Apache 1.3? (Kidding...) > > Absolutely. And until I can figure out how to get cgi working in apache2, > I will *continue* to use a

Re: installing something in cgi-bin

2006-09-25 Thread Brooks Davis
On Mon, Sep 25, 2006 at 06:33:19PM +0200, Oliver Lehmann wrote: > Hi, > > what is the propper way of installing something in cgi-bin? Right now we > have: > > apache13 www/cgi-bin-dist > apache20 www/cgi-bin-dist > apache21 www/cgi-bin-dist > apache22 www/apache2

Re: installing something in cgi-bin

2006-09-25 Thread Paul Schmehl
--On Monday, September 25, 2006 10:45:14 -0700 Jeremy Chadwick <[EMAIL PROTECTED]> wrote: On Mon, Sep 25, 2006 at 05:33:48PM +, Adi Pircalabu wrote: The above does not work on apache13. But it's an interesting approach, though :) People still use Apache 1.3? (Kidding...) Absolutely.

Re: installing something in cgi-bin

2006-09-25 Thread Jeremy Chadwick
On Mon, Sep 25, 2006 at 05:33:48PM +, Adi Pircalabu wrote: > The above does not work on apache13. But it's an interesting approach, > though :) People still use Apache 1.3? (Kidding...) Yeah, I didn't consider that case. You're absolutely right: that method won't work for Apache 1.x. -- |

Re: installing something in cgi-bin

2006-09-25 Thread Adi Pircalabu
On Mon, 25 Sep 2006 10:21:23 -0700 Jeremy Chadwick wrote: > On Mon, Sep 25, 2006 at 05:17:58PM +, Adi Pircalabu wrote: > > No, apxs is used (as its man clearly states) to build and install > > Apache modules. It has nothing to do with cgi and/or data > > directories used by Apache. > > Bzzt.

Re: installing something in cgi-bin

2006-09-25 Thread Jeremy Chadwick
On Mon, Sep 25, 2006 at 05:17:58PM +, Adi Pircalabu wrote: > No, apxs is used (as its man clearly states) to build and install > Apache modules. It has nothing to do with cgi and/or data directories > used by Apache. Bzzt. I beg to differ: $ grep "my \$installbuilddir" /usr/local/sbin/apxs m

Re: installing something in cgi-bin

2006-09-25 Thread Oliver Lehmann
Adi Pircalabu wrote: > Oliver, you can take a look in the ports tree for examples of using > CGIBINDIR and other variables. See e.g. mail/sqwebmail and > mail/qmailadmin. > From what I know, there is no de-facto standard to install files in > Apache's directories, but I may be wrong. Nice that yo

Re: installing something in cgi-bin

2006-09-25 Thread Adi Pircalabu
On Mon, 25 Sep 2006 09:53:31 -0700 Jeremy Chadwick wrote: > > Is there any generic way of referencing cgi-bin regarding to the > > apache version installed (is there any include file which provides > > a variable like ${CGIBINDIR})? Otherwise I would go with > > www/cgi-bin for now which should be

Re: installing something in cgi-bin

2006-09-25 Thread Jeremy Chadwick
On Mon, Sep 25, 2006 at 06:33:19PM +0200, Oliver Lehmann wrote: > Is there any generic way of referencing cgi-bin regarding to the apache > version installed (is there any include file which provides a variable > like ${CGIBINDIR})? Otherwise I would go with www/cgi-bin for now which > should be a

installing something in cgi-bin

2006-09-25 Thread Oliver Lehmann
Hi, what is the propper way of installing something in cgi-bin? Right now we have: apache13 www/cgi-bin-dist apache20 www/cgi-bin-dist apache21 www/cgi-bin-dist apache22 www/apache22/cgi-bin Is there any generic way of referencing cgi-bin regarding to the apache version installed (is there any