From nobody@FreeBSD.org  Sat Jul 13 10:17:40 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id CEB1437B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Jul 2002 10:17:40 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9661043E6E
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Jul 2002 10:17:40 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6DHHeOT008402
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 13 Jul 2002 10:17:40 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g6DHHeUf008399;
	Sat, 13 Jul 2002 10:17:40 -0700 (PDT)
Message-Id: <200207131717.g6DHHeUf008399@www.freebsd.org>
Date: Sat, 13 Jul 2002 10:17:40 -0700 (PDT)
From: Lawrence Ho <lawrenceho@fastmail.fm>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mod_deflate still experimental in apache2
X-Send-Pr-Version: www-1.0

>Number:         40529
>Category:       ports
>Synopsis:       mod_deflate still experimental in apache2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perky
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 13 10:20:01 PDT 2002
>Closed-Date:    Sun Jul 14 03:59:27 GMT 2002
>Last-Modified:  Sun Jul 14 03:59:27 GMT 2002
>Originator:     Lawrence Ho
>Release:        4.6-RELEASE-p1
>Organization:
>Environment:
FreeBSD power2serve.homebase 4.6-RELEASE-p1 FreeBSD 4.6-RELEASE-p1 #0: Sun Jun 30 10:31:13 HKT 2002     root@power2serve.homebase:/usr/obj/usr/src/sys/POWER2SERVE  i386

>Description:
mod_deflate is not listed as experimental in Apache doc:
http://httpd.apache.org/docs-2.0/mod/mod_deflate.html

Should "deflate" be removed from the WITH_EXPERIMENTAL block in the Makefile?
.if defined(WITH_EXPERIMENTAL)
SHARED_MODULES+= case_filter case_filter_in deflate ext_filter charset_lite

>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:

From: Cy Schubert - CITS Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>
To: Lawrence Ho <lawrenceho@fastmail.fm>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/40529: mod_deflate still experimental in apache2 
Date: Sat, 13 Jul 2002 10:23:59 -0700

 What's the specific problem you're having?
 
 
 --
 Cheers,                          Phone:  250-387-8437
 Cy Schubert                        Fax:  250-387-5766
 Team Leader, Sun/Alpha Team      Email:  Cy.Schubert@osg.gov.bc.ca
 Open Systems Group, CITS
 Ministry of Management Services
 Province of BC            
                     FreeBSD UNIX:  cy@FreeBSD.org
 
 

From: "Lawrence Ho" <lawrenceho@fastmail.fm>
To: "Cy Schubert - CITS Open Systems Group" <Cy.Schubert@uumail.gov.bc.ca>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: ports/40529: mod_deflate still experimental in apache2 
Date: Sun, 14 Jul 2002 01:49:25 +0800

 I found that mod_deflate is not installed by default for apache2 port. It is
 not in my /usr/local/libexec/apache2. I think it's related to the line in
 the Makefile I mentioned in the pr.
 
 Lawrence Ho
 
 

From: "Lawrence Ho" <lawrenceho@fastmail.fm>
To: "Cy Schubert - CITS Open Systems Group" <Cy.Schubert@uumail.gov.bc.ca>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: ports/40529: mod_deflate still experimental in apache2 
Date: Sun, 14 Jul 2002 01:49:25 +0800

 I found that mod_deflate is not installed by default for apache2 port. It is
 not in my /usr/local/libexec/apache2. I think it's related to the line in
 the Makefile I mentioned in the pr.
 
 Lawrence Ho
 
 

From: Hye-Shik Chang <perky@fallin.lv>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: ports/40529: mod_deflate still experimental in apache2
Date: Sun, 14 Jul 2002 05:01:29 +0900

 On Sat, Jul 13, 2002 at 10:17:40AM -0700, Lawrence Ho wrote:
 > http://httpd.apache.org/docs-2.0/mod/mod_deflate.html
 >
 > Should "deflate" be removed from the WITH_EXPERIMENTAL block in the Makefile?
 > .if defined(WITH_EXPERIMENTAL)
 > SHARED_MODULES+= case_filter case_filter_in deflate ext_filter charset_lite
 >
 
 You can't get deflate module even if "deflate" may be removed from that line.
 No matter what the site says, configure script of
 _official_ apache2 distribution still doesn't install "deflate"
 module on "install all modules".
 
 Apache guys said, "Modified Apache can't be called Apache". :)
 
 -- 
 Hye-Shik Chang <perky@fallin.lv>
 Yonsei University, Seoul
 ^D

From: "Lawrence Ho" <lawrenceho@fastmail.fm>
To: "Hye-Shik Chang" <perky@fallin.lv>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: ports/40529: mod_deflate still experimental in apache2
Date: Sun, 14 Jul 2002 08:08:07 +0800

 > You can't get deflate module even if "deflate" may be removed from that
 line.
 > No matter what the site says, configure script of
 > _official_ apache2 distribution still doesn't install "deflate"
 > module on "install all modules".
 >
 > Apache guys said, "Modified Apache can't be called Apache". :)
 >
 > --
 > Hye-Shik Chang <perky@fallin.lv>
 > Yonsei University, Seoul
 > ^D
 
 Okay, I found "deflate" carries Extension status, not Base, so it was not
 installed by default. But the fact that it is not Experimental anymore
 remains unchanged, would it be better to modify the Makefile to accurately
 reflect the status of this module?
 
 Also, I'm confused by other apache2 settings. "dav" and "ssl" also carry
 Extension status and get installed anyway when installing the port. Not a
 big deal as there is a nice WITHOUT_SSL option in the port's Makefile. But
 what about "dav"? I cannot find WITHOUT_DAV or something like that.
 
 This is different from the "default Apache install" (./configure && make
 install, I mean), anyone care to explain to me why is that? Why some modules
 are "beloved" and get installed by the port by default while others are left
 alone? Thanks.
 
 Lawrence Ho
 
Responsible-Changed-From-To: freebsd-ports->perky 
Responsible-Changed-By: perky 
Responsible-Changed-When: Sun Jul 14 02:57:06 GMT 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40529 
State-Changed-From-To: open->closed 
State-Changed-By: perky 
State-Changed-When: Sun Jul 14 03:59:09 GMT 2002 
State-Changed-Why:  
Committed. Thanks! 

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