[users@httpd] 502 Proxy Error when redirecting URL

2015-06-28 Thread Andrea Croci
Hello Group, I googled for this fairly long, and I did find a lot of help indeed, but I still can't get it. I'm on a Ubuntu 14.04.2 LTS machine with Apache 2.4 and Red5 for Openmeetings to work. What I'm trying to achieve is: I have mydomain.eu in a host service, where my website runs

[users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread James Moe
Hello, httpd v2.4.10 linux v3.16.7-21-desktop x86_64 I am consolidating a discussion started in message ReDirect question. The issue there is that mod_rewrite is simply ignored. Below are the contents of .htaccess and vhost. In both .htaccess and vhost the Rewrite* directive are simply

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread Zimmi
Hi, There are in your .htaccess file 2 instructions RewriteEngine: the first states on, the second states off. They are around your rewrite rules, so I try to guess that you meant to switch the rewrite engine on, do the rewrite, and then switch it off. But, afaik the last instruction wins

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread Kurtis Rader
On Sun, Jun 28, 2015 at 3:02 PM, Zimmi zimm...@gmail.com wrote: There are in your .htaccess file 2 instructions RewriteEngine: the first states on, the second states off. They are around your rewrite rules, so I try to guess that you meant to switch the rewrite engine on, do the rewrite, and

Re: [users@httpd] mod_rewrite is ignored or disabled

2015-06-28 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/28/2015 03:02 PM, Zimmi wrote: There are in your .htaccess file 2 instructions RewriteEngine: the first states on, the second states off. They are around your rewrite rules, so I try to guess that you meant to switch the rewrite engine on,