I'm having some troubles getting MultiViews to work. I've tested and it doesn't seem to be installed. I've tried Options MultiViews and Options +MultiViews in .htaccess (and yes, I'm sure the .htaccess file was being read). I also tried to enable MultiViews for my vhost configuration in apache. To my understanding, MultiViews uses the mod_negotiation.so module. I've tried to load this in apache via LoadModule mod_negotation <file_location_here> but I have been unsuccessful. I've tried both with an apache 1.3 module and 2.2 module (I figured the 1.3 module wouldn't work, but I tried because the 2.2 one didn't work and I was out of ideas). Anyone have any ideas as to why apache won't load the mod_negotation.so module? I get this error when I try with the 2.2 module I have here /usr/lib/apache2/modules/mod_negotiation.so
httpd: Syntax error on line 20 of /etc/httpd/conf/httpd.conf: Can't locate API module structure `mod_negotiation' in file /usr/lib/apache2/modules/mod_negotiation.so: /usr/lib/apache2/modules/mod_negotiation.so: undefined symbol: mod_negotiation
Thanks in advance
Some info:
Debian Etch
# httpd -V
Server version: Apache/2.2.6 (Unix)
Server built: Nov 12 2007 19:51:52
Server's Module Magic Number: 20051115:5
Server loaded: APR 1.2.11, APR-Util 1.2.10
Compiled using: APR 1.2.11, APR-Util 1.2.10
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/var/logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
httpd: Syntax error on line 20 of /etc/httpd/conf/httpd.conf: Can't locate API module structure `mod_negotiation' in file /usr/lib/apache2/modules/mod_negotiation.so: /usr/lib/apache2/modules/mod_negotiation.so: undefined symbol: mod_negotiation
Thanks in advance
Some info:
Debian Etch
# httpd -V
Server version: Apache/2.2.6 (Unix)
Server built: Nov 12 2007 19:51:52
Server's Module Magic Number: 20051115:5
Server loaded: APR 1.2.11, APR-Util 1.2.10
Compiled using: APR 1.2.11, APR-Util 1.2.10
Architecture: 32-bit
Server MPM: Prefork
threaded: no
forked: yes (variable process count)
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D DYNAMIC_MODULE_LIMIT=128
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="/var/logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="/var/logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
Last edited: