[users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Joel Donahue
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

Re: [users@httpd] Basic Auth with ProxyPass Through SSL

2011-07-28 Thread Joel Donahue
On Thu, Jul 28, 2011 at 1:06 PM, Tim Watts t...@dionic.net 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 then forwards standard

[users@httpd] Mod_Rewrite and reverse proxy

2011-04-20 Thread Joel Donahue
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

Re: [users@httpd] Mod_Rewrite and reverse proxy

2011-04-20 Thread Joel Donahue
On Wed, Apr 20, 2011 at 4:58 PM, Mark Montague m...@catseye.org wrote:  On April 20, 2011 18:43 , Joel Donahue joel.donahu...@gmail.com wrote: Is it possible to use Mod_Rewrite and apache in reverse proxy mode simultaneously? Directory / RewriteEngine on RewriteBase / RewriteRule ^robots

[users@httpd] Targeting specific files in reverse proxy mode

2011-03-03 Thread Joel Donahue
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