On Wed, Dec 16, 2009 at 11:24 AM, Rabadan Palenque, Jose
<jose-raba...@rba.es> wrote:
> Hi,
>
> Whit the help of other member of the list (Antonio) I understood rewriterules 
> is not what I need, the best option is mod_proxy

mod:proxy is one way, and mod_rewrite another. Basically mod_proxy is
for simple cases, but for more complex cases mod_rewrite is quite
usefull.


> This is what I have:
> Server.apache
> Server.plone
>
> And I want this:
> When accessing https://server.apache redirect to http://server.plone but 
> "hiding" the url and showing https://server.apache

In config of "server.apache":

ProxyPass / http://server.plone/
ProxyPassReverse  / http://server.plone/

Should do it...


Krist


-- 
krist.vanbes...@gmail.com
kr...@vanbesien.org
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to