On Wed, Feb 13, 2008 at 9:48 PM, Charles Li <[EMAIL PROTECTED]> wrote:

>  Seems to me these does the same thing, or am I wrong?
>
>  RewriteRule ^/basic$ http://server:8888/basic.jsp [P]
>
>  vs
>
>  ProxyPass /basic http://server:8888/basic.jsp
>
>  If yes, does it matter which one I use?

They do the same thing. The second option does not require
mod_rewrite. The first option allows more complex forward proxy
setups. It's up to you really what you use.

Krist


-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to