On Thu, Jul 28, 2011 at 1:06 PM, Tim Watts wrote:
> On 28/07/11 19:23, Joel Donahue wrote:
>>
>> I am setting up a reverse proxy to an internal webserver from an
>> apache server with a public IP. I want to use Basic Auth and SSL on
>> the public apache server which
I am setting up a reverse proxy to an internal webserver from an
apache server with a public IP. I want to use Basic Auth and SSL on
the public apache server which then forwards standard http, non-ssl
traffic, to the internal webserver. Basic auth with ProxyPass works
perfectly without using ssl bu
On Wed, Apr 20, 2011 at 4:58 PM, Mark Montague wrote:
> On April 20, 2011 18:43 , Joel Donahue wrote:
>>
>> Is it possible to use Mod_Rewrite and apache in reverse proxy mode
>> simultaneously?
>
>>
>> RewriteEngine on
>> RewriteBase
Is it possible to use Mod_Rewrite and apache in reverse proxy mode
simultaneously?
I have a web server (server1) that is a mirror of another of another
web server (server2) and all requests from the server1 are reverse
proxyed to server2.
The robots.txt from server2 needs to be changed to disallow
I have setup apache2 to run in reverse proxy mode with mod_proxy and
ProxyPass. I am trying to target the robots.txt file to modify it with
mod_ext_filter and am having no such luck.
I have mod_ext_filter working fine changing links on other parts of
the site, So I don't believe it's configuration