Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Riccardo Cohen
Sorry to insist but I'm really blocked and I really need help. Here is a small summary for those who don't want to read all : I want to make a rewrite from : http://www.perspectives-musicales.org/en/all-albums to http://www.perspectives-musicales.org/index.php/en/all-albums my rewrite rule is

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Yehuda Katz
On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen r.co...@realty-property.comwrote: Example : the catalog is at url : http://www.perspectives-** musicales.org/en/all-albumshttp://www.perspectives-musicales.org/en/all-albums This should be transparantly mapped to http://www.perspectives-**

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Riccardo Cohen
Thanks for your answer Yehuda Your rewrite rule will behave like my test2/3, converting pathinfo to a querystring... and force me to change and double check all my website ! Thanks anyway. On 07/02/13 16:50, Yehuda Katz wrote: On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen

[users@httpd] Problem with MPM Setting

2013-02-07 Thread yogesh hingmire
I downloaded the Apache2.4 and configured it using the below options because i wanted to run Apache in the worker MPM ./configure --enable-mods-shared=all --enable-so --enable-deflate --enable-headers --enable-expires --enable-ssl=shared --enable-mpms-shared=all --with-mpm=worker --with-apr=/usr

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Hendrik Schmieder
Riccardo Cohen schrieb: On 07/02/13 16:50, Yehuda Katz wrote: On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen r.co...@realty-property.com mailto:r.co...@realty-property.com wrote: Example : the catalog is at url : http://www.perspectives-__musicales.org/en/all-albums