On 7/19/06, Edric <ehankamo@xxxxxxxxx> wrote:
Ok i got the httpd.conf and mime.types file from my systems person and the conf file seems correct... here's a snip of httpd.conf: <IfModule mod_mime.c> TypesConfig /etc/httpd/conf/mime.types </IfModule> and in mime.types: image/gif gif Shouldn't this be all there is to making the server send the correct content-type for the image? if so, then the only other explanation now would be whether or not mod_mime.c is loaded, correct? (sorry i would test this right now but this is production stuff)
If the image is generated dynamically (not from the filesystem), then mod_mime is not involved. It is up to the program generating the image to send the correct content-type. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx