Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 03:13:05 -0500
From:      Tom Parquette <BCSFD204@twcny.rr.com>
To:        freebsd-ports@freebsd.org
Subject:   Apache2 syntax error for mod_ext_filter.so
Message-ID:  <405D4E91.3030608@twcny.rr.com>

next in thread | raw e-mail | index | archive | help
Hi.
I've been ignoring this problem for some time because I didn't care 
about the apache2 on this machine.  I finally decided to look into the 
problem.

When I try to start apache2 I get:
P3R-272# pkg_info|grep apache
apache-2.0.48_3     Version 2 of the extremely popular Apache http server
apache-ant-1.6.1    Java- and XML-based build tool, conceptually similar 
to mak
P3R-272# /usr/local/etc/rc.d/apache2.sh start
Syntax error on line 237 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_ext_filter.so into server: 
Cannot open "/usr/local/libexec/apache2/mod_ext_filter.so"

The syntax appears correct in httpd.conf:
LoadModule auth_dbm_module libexec/apache2/mod_auth_dbm.so
#LoadModule auth_digest_module libexec/apache2/mod_auth_digest.so
LoadModule ext_filter_module libexec/apache2/mod_ext_filter.so
LoadModule include_module libexec/apache2/mod_include.so
LoadModule deflate_module libexec/apache2/mod_deflate.so

It appears this module is not here:
P3R-272# ls -l /usr/local/libexec/apache2/mod_e*
-rwxr-xr-x  1 root  wheel   7654 Feb 18 20:25 
/usr/local/libexec/apache2/mod_env.so
-rwxr-xr-x  1 root  wheel  10401 Feb 18 20:25 
/usr/local/libexec/apache2/mod_expires.so
P3R-272#

If I comment out LoadModule ext_filter_module, apache will start (but I 
get some very weird errors in cvsweb and bugzilla gives me "internal 
error" messages.

Searching the mailing list archives only got me hundreds of unrelated hits.

Any ideas guys?
TIA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?405D4E91.3030608>