Joshua Slive-2 wrote: > > The problem is almost-certainly that your application is sending the > wrong Content-Type header. For instructions on how to look at the > header, see: > http://wiki.apache.org/httpd/WatchingHttpHeaders > > That leaves open the question of WHY the wrong content-type is being > sent. If you want help about that, you need to give us some details on > exactly what process is generating the content and how it is related > to apache. A simple list of loaded modules doesn't tell us anything at > all. > Joshua. > Sorry, let me give an overview of what i'm doing. I have a 3rd party application running on Weblogic. I have Apache running on a different machine and ProxyPass and ProxyPassReverse in my httpd.conf that points to that application running on Weblogic. The reason I'm doing this is because I'm integrating Sun's Access Manager into our application. Anyway, the application displays fine on weblogic but when it ProxyPassReverse back to Apache then it does not display properly. This is the header section of the html file <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Content-Control" CONTENT="no-cache"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache,no-store"> <META HTTP-EQUIV="Expires" CONTENT="0"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Welcome Test</title> <link rel="stylesheet" type="TEXT/CSS" href="/rbs/css/bonaire.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> I did not change alot in my httpd.conf file except putting in the ProxyPass and ProxyPassReverse statements. Hope this helps. Please let me know if you need more details. -- View this message in context: http://www.nabble.com/XML-XLS-filtering-tp15466255p15487033.html Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- 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