I'm using a multi-server setup -- ie I have apache running vanilla on
one port, and a separate htttpd.conf to handle mod_perl + apache on
another port
mod_mime works great on the vanilla port....
but it won't work at all on the mod_perl port
If mime.types is in the httpd.conf directory I keep getting:
Syntax error on line 12 of /usr/apache-custom/modperl/conf/mime.types:
Invalid command 'application/activemessage', perhaps mis-spelled or
defined by a module not included in the server configuration
or an error for whatever the first item is in the list
i can't figure out how/why this would happen - i'm not getting an
error for
LoadModule mime_module libexec/apache2/mod_mime.so
just on parsing the mime.types doc -- and it works fine in the
vanilla apache ( same apache binary, same mod_mime.so , same
everything!)
I'm clearly missing something. anyone have a clue?