From thierry@pompo.net  Thu Oct  3 10:22:09 2002
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 0FC1437B401; Thu,  3 Oct 2002 10:22:09 -0700 (PDT)
Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id EFAA443E77; Thu,  3 Oct 2002 10:22:07 -0700 (PDT)
	(envelope-from thierry@pompo.net)
Received: from graf.pompo.net (lyon-2-a7-62-147-22-120.dial.proxad.net [62.147.22.120])
	by postfix3-2.free.fr (Postfix) with ESMTP
	id 053FD17F38; Thu,  3 Oct 2002 19:22:05 +0200 (CEST)
Received: by graf.pompo.net (Postfix, from userid 1001)
	id BEC757913; Thu,  3 Oct 2002 19:21:16 +0200 (CEST)
Message-Id: <20021003172116.GA32523@graf.pompo.net>
Date: Thu, 3 Oct 2002 19:21:16 +0200
From: Thierry Thomas <thierry@pompo.net>
To: Serge Negodyuck <serg@petrovich.kiev.ua>
Cc: FreeBSD-gnats-submit@freebsd.org, dirk@freebsd.org
In-Reply-To: <200210031159.g93Bx6Qt035421@petrovich.com.ua>
Subject: Re: mod_php --with-pspell breaks apache cgi support
References: <200210031159.g93Bx6Qt035421@petrovich.com.ua>

>Number:         43634
>Category:       ports
>Synopsis:       Re: mod_php --with-pspell breaks apache cgi support
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 03 10:30:01 PDT 2002
>Closed-Date:    Mon Oct 07 16:22:35 PDT 2002
>Last-Modified:  Mon Oct 07 16:22:35 PDT 2002
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 Le 03/10/2002  13:59:06 +0200, Serge Negodyuck <serg@petrovich.kiev.ua> crivait:
 > 
 > >Submitter-Id:	current-users
 > >Originator:	Serge Negodyuck
 > >Organization:	IATP
 > >Confidential:	no 
 > >Synopsis:	mod_php --with-pspell breaks apache cgi support
 > >Severity:	serious
 > >Priority:	high
 > >Category:	ports
 > >Class:		sw-bug
 > >Release:	FreeBSD 4.7-RC i386
 > >Environment:
 > System: FreeBSD petrovich.com.ua 4.7-RC FreeBSD 4.7-RC #11: Fri Sep 20 12:29:47 EEST 2002 root@petrovich.com.ua:/usr/obj/usr/src/sys/PETR i386
 > 
 > apache-1.3.26
 > mod_php4-4.2.3
 > aspell-0.50.1_2
 > 
 > >Description:
 > 	
 > 	Some time ago pspell was removed from the ports tree, and we use aspell instead of it.
 > 	mod_php4 can use pspell (now aspell) and some web admins compile mod_php with this option. 
 > 	I have found that now mod_php4 compiled with aspell breaks apache support for CGI. This souns like a
 >  	nonsense, but I really have a very strange error, while running cgi scrips with mod_php4 activated in
 >  	apache. There one another person, who have found the same bug. After apache starts I cannon run any
 > 	cgi script, after sometime cgi scripts may work in some cases, but I cannot figure out any rule by
 >  	which cgi scrpts work or not.
 > 	
 > >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).
 
 Regards,
 -- 
 Th. Thomas.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Mon Oct 7 16:21:53 PDT 2002 
State-Changed-Why:  
Followup to ports/43626 misfiled as a new PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=43634 
>Unformatted:
