On Wed, Apr 19, 2000 at 08:27:47AM +0200, Sylvain Maret wrote:
> Hello,
> 
> Why is better to use "RewriteRule" than traditionnal "ProxyPass"
> directive ?
> Do you have an example.

Well, heres one: ProxyPass wont let you do something like:

RewriteRule  /foo/(.*)$     https://%{SERVER_NAME}:4344/apps/foo?$1 [P]

But mod_rewrite will :)

The URL Rewriting guide that someone else has already mentioned is 
great for examples like this.

Mike
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to