Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-07 Thread Alvise Nicoletti
Alvise Nicoletti wrote: Alvise Nicoletti wrote: Alvise Nicoletti wrote: Eric Covener wrote: On Wed, Jan 6, 2010 at 6:04 AM, Alvise Nicoletti wrote: I would like to restrict access to everything-but-mywebsite like the example: ProxyRequests Off

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-06 Thread Alvise Nicoletti
Alvise Nicoletti wrote: Eric Covener wrote: On Wed, Jan 6, 2010 at 6:04 AM, Alvise Nicoletti wrote: I would like to restrict access to everything-but-mywebsite like the example: ProxyRequests Off AddDefaultCharset off Order deny,a

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-06 Thread Alvise Nicoletti
Eric Covener wrote: On Wed, Jan 6, 2010 at 6:04 AM, Alvise Nicoletti wrote: I would like to restrict access to everything-but-mywebsite like the example: ProxyRequests Off AddDefaultCharset off Order deny,allow Deny

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-06 Thread Eric Covener
On Wed, Jan 6, 2010 at 6:04 AM, Alvise Nicoletti wrote: > I would like to restrict access to everything-but-mywebsite like the > example: > > > ProxyRequests Off > > AddDefaultCharset off > Order deny,allow > Deny from all > >  

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-06 Thread Alvise Nicoletti
Eric Covener wrote: On Mon, Jan 4, 2010 at 12:38 PM, Alvise Nicoletti wrote: That is the configuration that I tryed and it's not working: AddDefaultCharset off Order deny,allow Deny from all

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Alvise Nicoletti
Eric Covener wrote: On Mon, Jan 4, 2010 at 12:38 PM, Alvise Nicoletti wrote: That is the configuration that I tryed and it's not working: AddDefaultCharset off Order deny,allow Deny from all

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 12:38 PM, Alvise Nicoletti wrote: > > That is the configuration that I tryed and it's not working: >       >               AddDefaultCharset off >               Order deny,allow >               Deny from all > #          

[us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Alvise Nicoletti
Hi everyone. I successfully managed to configure a apache2 installation to show me a tomcat6 (port 8080) on the port 80 of a certain domain. However, to do this, I had to comment all the raws of the file: /etc/apache2/mods-enabled/proxy.conf So actually it's "allow from all" I know that this