From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 16:18:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C022116A4CE for ; Tue, 3 Feb 2004 16:18:44 -0800 (PST) Received: from Princeton.EDU (postoffice02.Princeton.EDU [128.112.130.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 674A143D46 for ; Tue, 3 Feb 2004 16:18:43 -0800 (PST) (envelope-from sabshere@Princeton.EDU) Received: from smtpserver1.Princeton.EDU (smtpserver1.Princeton.EDU [128.112.129.65]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id i140IgKq027673 for ; Tue, 3 Feb 2004 19:18:42 -0500 (EST) Received: from princeton.edu (sabshere.student.Princeton.EDU [140.180.160.177]) (authenticated bits=0)i140IfSu022322 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Tue, 3 Feb 2004 19:18:42 -0500 (EST) Message-ID: <40203A61.2040106@princeton.edu> Date: Tue, 03 Feb 2004 19:18:41 -0500 From: Seamus Abshere User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: apache2 port ignoring WITHOUT_MODULES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 00:18:44 -0000 dear friendly FreeBSDers, First, i make: > [/usr/ports/www/apache2]#make WITHOUT_MODULES="auth_anon auth_dbm actions cache cern_meta cgi cgid charset_lite deflate disk_cache expires file_cache imap include info negotiation speling status unique_id userdir usertrack vhost_alias bucketeer case_filter case_filter_in ext_filter charset_lite optional_hook_export optional_hook_import optional_fn_import optional_fn_export ldap cache file_cache disk_cache mem_cache suexec" Then, i check which modules are statically compiled into httpd: > [/usr/ports/www/apache2]#./work/httpd-2.0.48/httpd -l > Compiled in modules: > core.c > mod_include.c > prefork.c > http_core.c > mod_status.c > mod_cgi.c > mod_negotiation.c > mod_imap.c > mod_actions.c > mod_userdir.c > mod_so.c Hmm. I thought I said WITHOUT_MODULES="[...]status[...]userdir[...]" etc. What am I doing wrong? I don't want these modules compiled-in statically or even built. Thanks much, Seamus