Eric Covener wrote:
On Mon, Jan 4, 2010 at 12:38 PM, Alvise Nicoletti
<li...@alvisenicoletti.com> wrote:
====================================================
That is the configuration that I tryed and it's not working:
<Proxy *>
AddDefaultCharset off
Order deny,allow
Deny from all
# Allow from www.TOMCATWEBSITE.com
</Proxy>
====================================================
"Allow" restricts the client, or browser, address/hostname. You seem
to have listed your origin (backend) server instead.
What were you trying to restrict?
I am trying to restrict everyone but that website ...
Actually that configuration you quoted is ALL commented so I don't have
any allow/deny.
If I put it like you wrote, the bridged website on tomcat goes on timeout.
So wich is the right way?