Re: [users@httpd] DirectoryIndex fails to serve file to proxy (php-fpm, proxy_fcgi_module)

2012-09-17 Thread PanaColina
Thank you for your response. I had assumed that there was some mechanism either within Apache HTTP Server or within PHP-FPM for handling a URI request that corresponds to a directory. It just seemed like such a basic requirement, to me. I understand your point about a RewriteRule for matching dire

[users@httpd] httpd 2.2.23 win32 src zip?

2012-09-17 Thread Andy Wang
I notice that none of the mirrors seem to have httpd-2.2.23-win32-src.zip available for download. Is this an oversight or should I take the Unix source and do a eol conversion on them? Thanks, Andy - To unsubscribe, e-mail: u

Re: [users@httpd] a complex .htaccess redirect question

2012-09-17 Thread joydeep
On Mon, 17 Sep 2012 13:05:38 +0200 Mathijs wrote: > If all you want is for http://www.mydomain.com/en/page?artId=1234 to be > handled by page.html, then enabling MultiViews might be a much easier > solution then bringing in the beast that is mod_rewrite. > I don't know if MultiViews is the exa

Re: [users@httpd] a complex .htaccess redirect question

2012-09-17 Thread Mathijs
If all you want is for http://www.mydomain.com/en/page?artId=1234 to be handled by page.html, then enabling MultiViews might be a much easier solution then bringing in the beast that is mod_rewrite. MultiViews basically extends the requested URI to possible matches (content negotiation), if the i

Re: [users@httpd] a complex .htaccess redirect question

2012-09-17 Thread joydeep
On Mon, 17 Sep 2012 06:40:05 -0400 Eric Covener wrote: > On Mon, Sep 17, 2012 at 6:36 AM, wrote: > > Hello list, > > > > How can I append .html in-between a link ? > > > > For example http://www.mydomain.com/en/page?artId=1234 should redirected > > to > > > > http://www.mydomain.com/en/page.

Re: [users@httpd] a complex .htaccess redirect question

2012-09-17 Thread Eric Covener
On Mon, Sep 17, 2012 at 6:36 AM, wrote: > Hello list, > > How can I append .html in-between a link ? > > For example http://www.mydomain.com/en/page?artId=1234 should redirected to > > http://www.mydomain.com/en/page.html?artId=1234 > > page1?artId=1234 needs to be redirected as page1.html?artI

[users@httpd] a complex .htaccess redirect question

2012-09-17 Thread joydeep
Hello list, How can I append .html in-between a link ? For example http://www.mydomain.com/en/page?artId=1234 should redirected to http://www.mydomain.com/en/page.html?artId=1234 page1?artId=1234 needs to be redirected as page1.html?artId=1234 How can I achieve this through .htaccesss ? I h

Re: [users@httpd] Weird locking issue with mod_dav

2012-09-17 Thread Werner Schalk
To follow up on my own email, I seem to have hit a known bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=42977 Thanks anyway. Kind regards, Werner Original-Nachricht > Datum: Sat, 15 Sep 2012 19:25:32 +0200 > Von: "Werner Schalk" > An: users@httpd.apache.org > Betreff

Re: [users@httpd] Configure Apache as Reverse Proxy

2012-09-17 Thread Tom Evans
On Mon, Sep 17, 2012 at 5:08 AM, Nguyen, Bao L wrote: > Hello All, > > Could someone please point me a good document on how to configure Apache > Reverse proxy? Thank you very much! > > Bao Nguyen > http://httpd.apache.org/docs/2.4/mod/mod_proxy.html Cheers Tom --