mod_bt 0.0.14 released

2006-04-20 Thread Tyler MacDonald
Happy 4/20! After over a year of hiatus, mod_bt 0.0.14 has been released. This is primarily a maintenence release to make compiling and portability easier, restore mod_perl2 compatibility (when 0.0.13 was released they were still using the Apache:: namespace and had an Apache2.pm) and get us in po

Re: mod_mime collision?

2006-04-20 Thread Jonathan Vanasco
On Apr 20, 2006, at 2:01 PM, Philip M. Gollucci wrote: I'm assuming you are using the mime.types that comes with httpd unmodified ? yes. Me things you missed the mime_magic_module line. yes. but on purpose - mime_magic isn't compiled. such a waste TypesConfig etc/apache22/mime.types

Re: mod_mime collision?

2006-04-20 Thread Philip M. Gollucci
mod_mime works great on the vanilla port I'm assuming you are using the mime.types that comes with httpd unmodified ? in my httpd.conf for httpd2 trunk, mod_perl2 trunk (in this order, I have): LoadModule mime_magic_module libexec/apache22/mod_mime_magic.s LoadModule mime_module libexec/apa

mod_mime collision?

2006-04-20 Thread Jonathan Vanasco
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