in reply to Re: Apache, mod_perl and content type handlers
in thread Apache, mod_perl and content type handlers

Good point, altho there's certainly nothing in my code that sets the content type. I wouldn't have thought Apache (or mod_perl) would do it anywhere else, and it certainly doesn't in most cases.
  • Comment on Re^2: Apache, mod_perl and content type handlers

Replies are listed 'Best First'.
Re^3: Apache, mod_perl and content type handlers
by varian (Chaplain) on Apr 27, 2007 at 10:40 UTC
    An example is configuration directives that are set in .htaccess and that define typehandlers for a directory. Other handlers would be mod-autoindex etc.