Re: [us...@httpd] ReWriteRules on apache for mingle

2010-06-11 Thread Tapas Mishra
On Fri, Jun 11, 2010 at 2:13 PM, Tom Evans tevans...@googlemail.com wrote: How is this different from your previous email thread on the same topic from yesterday Sorry about that I have got very confused so I started fresh thread. , apart from to show that you completely ignored No no its not

Re: [us...@httpd] rewriterules

2009-12-16 Thread Krist van Besien
On Mon, Dec 14, 2009 at 12:51 PM, Rabadan Palenque, Jose jose-raba...@rba.es wrote:         RewriteRule ^/(.*) http://ploneserver:8080/VirtualHostBase/https/%{SERVER_NAME}:443/$1 [P] It is perfectly possible to use RewriteRules to proxy a particular URL to another server. And the general

RE: [us...@httpd] rewriterules

2009-12-16 Thread Rabadan Palenque, Jose
and showing https://server.apache Now I'm reading documentation about mod_proxy Thanks! Saludos, Jose Rabadán -Mensaje original- De: Krist van Besien [mailto:krist.vanbes...@gmail.com] Enviado el: miércoles, 16 de diciembre de 2009 10:21 Para: users@httpd.apache.org Asunto: Re: [us

Re: [us...@httpd] rewriterules

2009-12-16 Thread Krist van Besien
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

Re: [us...@httpd] rewriterules

2009-12-15 Thread Justin Pasher
Rabadan Palenque, Jose wrote: IfModule mod_rewrite.c RewriteEngine On RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/https/%{SERVER_NAME}:443/$1 [P] /IfModule This works fine. But now I need to put the apache on other server behind DMZ I thought that this work fine but