Forum Moderators: phranque

Message Too Old, No Replies

How do you install mod_mime

         

Jesse_Smith

3:12 am on Jul 23, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How do you install mod_mime [httpd.apache.org]?

.htaccess looks like

<Files topic>
ForceType application/x-httpd-php
</Files>
<Files forum>
ForceType application/x-httpd-php
</Files>

but it's not doing it's job. This is for a vBulletin hack.

DaveAtIFG

3:37 pm on Jul 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You'll need revise your configuration file, httpd.conf. The following comments are copied from a Version 2 config file I had handy:

# Statically compiled modules (those listed by `httpd -l') do not need to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so