On 7/19/06, Edric <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to