Date: Fri, 4 Oct 2002 03:00:14 -0700 (PDT) From: Serge Negodyuck <serg@petrovich.kiev.ua> To: freebsd-ports@FreeBSD.org Subject: Re: ports/43626: mod_php --with-pspell breaks apache cgi support Message-ID: <200210041000.g94A0ELc068182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43626; it has been noted by GNATS. From: Serge Negodyuck <serg@petrovich.kiev.ua> To: Thierry Thomas <thierry@pompo.net> Cc: FreeBSD-gnats-submit@freebsd.org, dirk@freebsd.org Subject: Re: ports/43626: mod_php --with-pspell breaks apache cgi support Date: Fri, 4 Oct 2002 12:54:18 +0300 On Thursday 03 October 2002 20:21, Thierry Thomas wrote: > > >How-To-Repeat: > > > > cd /usr/ports/www/mod_php4 > > make install > > choose pspell support in a list of avaible options > > start apache and put a small cgi-script into cgi-bin directory and chmod > > +x it: > > > > #/bin/sh > > echo "Content-type: text/plain" > > echo > > echo "test" > > --- script.cgi.orig Thu Oct 3 19:11:11 2002 > +++ script.cgi Thu Oct 3 19:05:06 2002 > @@ -1,4 +1,4 @@ > -#/bin/sh > +#!/bin/sh > echo "Content-type: text/plain" > echo > echo "test" > > No more problem here, with or without pspell enabled. > Note: I'm running aspell-0.50.2 (see PR ports/43472). > Sorry, that was a mistype, but nothing more. It is just an exapmle script, you can use any cgi you want to look at this bug. I was testing this problem with different cgi scripts (also with standart cgi scripts which are included in apache, such as test-cgi and printenv) on two different FreeBSD boxes (4.6.2 and 4.7-RC with current ports). Moreover, I know at least one preson who had the same trouble. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210041000.g94A0ELc068182>