Re: [users@httpd] Unconditional Redirect?

2012-04-28 Thread Waldemar Klein
On Sat, Apr 28, 2012 at 5:25 PM, Eric Covener wrote: > What errors exactly? That was a good question :) This is browser dependent, there is no error inside Apache (nothing about it in error.log or access.log). Firefox and Seamonkey say "Failed to Connect" Opera says "Found. The document was move

Re: [users@httpd] Unconditional Redirect?

2012-04-28 Thread Eric Covener
On Sat, Apr 28, 2012 at 11:16 AM, Waldemar Klein wrote: > Hello. > > > I'm looking for a way to unconditionally Redirect. This is used in an > construct, so my condition is checked already. I use this in a > (normal, forward, not reverse) Proxy configuration, which handles http > and https reques

[users@httpd] Unconditional Redirect?

2012-04-28 Thread Waldemar Klein
Hello. I'm looking for a way to unconditionally Redirect. This is used in an construct, so my condition is checked already. I use this in a (normal, forward, not reverse) Proxy configuration, which handles http and https requests. I already tried "RedirectMatch .* http://my.new.url.here"; which

Re: [users@httpd] Apache FTP Proxy

2012-04-28 Thread Andy Carlson
I should have mwntioned that I compiled that into apache when I built it, so I should habe access to it. Thanks, Andy Carlson Moody Bible Institute Identity Administrator | Information Systems 312-329-4385 www.moody.edu Igor Cicimov wrote: You need to load mod_proxy_ftp for this. Read the m

Re: [users@httpd] Apache FTP Proxy

2012-04-28 Thread Igor Cicimov
You need to load mod_proxy_ftp for this. Read the module documentation on the apache web site. On Apr 28, 2012 4:05 AM, "Andy Carlson" wrote: > I currently have an apache reverse proxy server that I am using in front > of a number of web servers that are setup as VirtualHost’s on the proxy. I >