Re: rewriterules

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Dec 16, 2009 at 11:24 AM, Rabadan Palenque, Jose
<jose-rabadan@xxxxxx> 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.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux