<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>I'm using apache2.2 as shipped with Debian/etch and have the following<br>in my config:<br><br>
ProxyRequests Off<br> <Proxy *><br> Order deny,allow<br> Allow from all<br> </Proxy><br><br> ProxyPass / <a href="http://localhost:40404/">http://localhost:40404/</a><br> ProxyPassReverse /
<a href="http://localhost:40404/">http://localhost:40404/</a></blockquote>
<div> </div>
<div> </div>
<div>Thanks for the help. I just realized that I am using mod-auth-security on my apache2 server and it appears the following line in my apache2.conf is the problem:</div>
<div> </div>
<div># Prevent XSS atacks (HTML/Javascript injection)<br>SecFilter "<(.|n)+>"</div>
<div> </div>
<div>After commenting out this filter, it all seems to work now.</div>
<div> </div>
<div>Thanks.</div><br> </div><br>