On Feb 12, 2008 8:48 PM, Charles Li <[EMAIL PROTECTED]> wrote:
> I am trying to use rewrite to direct selected traffic
> from the HTTP server (oracle iAS) to a oc4j container
> on the same server.
> I would like to hide the port number.  Is it possible?
>
>     RewriteEngine on
>     RewriteCond %{HTTP_HOST} ^.*storePRE.*$ [NC]
>     RewriteRule ^/$ http://server:8888/basic.jsp [R]
>
> When users access http://storePre.com, they would be
> directed to http://server:8888/basic.jsp.
> I would like it to be http://server/basic.jsp.  Is it
> possible?

It is possible. You need to proxy in stead of redirect. Use [P] in
stead of [R], and have mod_proxy enabled.

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