Re: Installing in cgi-bin

2009-03-29 Thread Peter Pentchev
On Sat, Mar 28, 2009 at 06:42:50PM -0500, Brooks Davis wrote: > On Sat, Mar 28, 2009 at 04:07:30PM -0400, Jerry wrote: > > On Sat, 28 Mar 2009 12:43:13 -0500 > > Brooks Davis wrote: > > > > >On Sat, Mar 28, 2009 at 01:33:15PM -0400, Jerry wrote: > > >> I have a Perl program that I am thinking of

Re: Installing in cgi-bin

2009-03-28 Thread Brooks Davis
On Sat, Mar 28, 2009 at 04:07:30PM -0400, Jerry wrote: > On Sat, 28 Mar 2009 12:43:13 -0500 > Brooks Davis wrote: > > >On Sat, Mar 28, 2009 at 01:33:15PM -0400, Jerry wrote: > >> I have a Perl program that I am thinking of porting to FreeBSD. The > >> program has to be installed in the 'cgi-bin'.

Re: Installing in cgi-bin

2009-03-28 Thread Jerry
On Sat, 28 Mar 2009 12:43:13 -0500 Brooks Davis wrote: >On Sat, Mar 28, 2009 at 01:33:15PM -0400, Jerry wrote: >> I have a Perl program that I am thinking of porting to FreeBSD. The >> program has to be installed in the 'cgi-bin'. >> >> I was thinking something like: >> "$(WWWDIR}/apache${APACH

Re: Installing in cgi-bin

2009-03-28 Thread Brooks Davis
On Sat, Mar 28, 2009 at 01:33:15PM -0400, Jerry wrote: > I have a Perl program that I am thinking of porting to FreeBSD. The > program has to be installed in the 'cgi-bin'. > > I was thinking something like: > "$(WWWDIR}/apache${APACHE_VERSION}/cgi-bin" might be the way to direct > the install to

Installing in cgi-bin

2009-03-28 Thread Jerry
I have a Perl program that I am thinking of porting to FreeBSD. The program has to be installed in the 'cgi-bin'. I was thinking something like: "$(WWWDIR}/apache${APACHE_VERSION}/cgi-bin" might be the way to direct the install to the correct directory. Is there a better way? I cannot find a macr