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
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
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
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
>
>
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
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
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
> #
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