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 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 that I ignore I am conf

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

2010-06-11 Thread Tom Evans
On Fri, Jun 11, 2010 at 6:59 AM, Tapas Mishra wrote: > Hi, > > We installed mingle (an application running on port 8080) on a > computer on our LAN. > > It is accessible http://:8080 > > Some one can within LAN can see a URL > > http://192.168.1.5:8080/profile/login > > and a login page he gets. >

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

2010-06-10 Thread Tapas Mishra
Hi, We installed mingle (an application running on port 8080) on a computer on our LAN. It is accessible http://:8080 Some one can within LAN can see a URL http://192.168.1.5:8080/profile/login and a login page he gets. We have a webserver which is where the main website of our organization i

Re: [us...@httpd] rewriterules

2009-12-16 Thread Krist van Besien
On Wed, Dec 16, 2009 at 11:24 AM, Rabadan Palenque, Jose 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 f

RE: [us...@httpd] rewriterules

2009-12-16 Thread Rabadan Palenque, Jose
Asunto: Re: [us...@httpd] rewriterules On Mon, Dec 14, 2009 at 12:51 PM, Rabadan Palenque, Jose 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 se

Re: [us...@httpd] rewriterules

2009-12-16 Thread Krist van Besien
On Mon, Dec 14, 2009 at 12:51 PM, Rabadan Palenque, Jose 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 pattern is indeed:

Re: [us...@httpd] rewriterules

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

[us...@httpd] rewriterules

2009-12-14 Thread Rabadan Palenque, Jose
Hi everyone, this is my first message to the mailing list I have a problem with the rewriterules. My English is not the best but I will explain fine We have a Plone site on a server listen on 8080 port and apache listen on 80 and 443 (on the same server) (by default plone doesn't support