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

2010-06-11 Thread Tapas Mishra
Hi, We installed mingle (an application running on port 8080) on a computer on our LAN. It is accessible http://IP of mingle: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

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
...@httpd] rewriterules 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

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

[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