There's worse things than this, but I wonder if anyone has this weirdness. Apache 2.2, upon a server error, would send the error message using text as it's content-type, thereby the html would display as textin the browser. I fixed this by changing the DefaultType to text/html from text/plain
---- # DefaultType is the default MIME type for documents which the server # cannot find the type of from filename extensions. DefaultType text/html ---- Though it seems strange to me that Apache doesn't know what it's generating. :) But the weird part is that I'm still getting the message: "Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request." even though I have commented out any ErrorDocuments defined. anyone else experience this? -Dave --------------------------------------------------------------------- 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