Re: Aw: Re: Re: Guide for Upgrade from 2.2 to 2.4: Need to mention default rule " Require all denied"

2016-04-07 Thread Luca Toscano
2016-04-06 0:00 GMT+02:00 Rich Bowen : > I haven't gotten around to fixing yet, but I (or someone) will annotate > accordingly. > I created a patch for the "upgrading" section containing examples and suggestions, let me know your thoughts (also from Hildegard Meier would be great). I haven't just

Re: Any one doing it?

2016-04-07 Thread Lucien Gentis
So here is attached a change suggestion for your file. I only looked at the translation part. Lucien Le 04/04/2016 11:44, Lucien Gentis a écrit : Anyway, I'll take a look at your page, . . . , as well Cheers Lucien Le 04/04/2016 11:38, Luis Gil a écrit : On Mon, 4 Apr 2016 at 11:33 Luis

[Httpd Wiki] Update of "Face2Face" by 24.163.50.115

2016-04-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification. The "Face2Face" page has been changed by 24.163.50.115: https://wiki.apache.org/httpd/Face2Face?action=diff&rev1=31&rev2=32 == Developers / Users == [[http://www.apachecon.com/|Apach

[Httpd Wiki] Trivial Update of "Face2Face" by 24.163.50.115

2016-04-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification. The "Face2Face" page has been changed by 24.163.50.115: https://wiki.apache.org/httpd/Face2Face?action=diff&rev1=32&rev2=33 Expected Conference / Meetup attendees interested in HTTP

Re: svn commit: r1734349 - in /httpd/httpd/trunk/docs/manual/howto: access.html.en access.xml.fr access.xml.meta

2016-04-07 Thread Christophe JAILLET
The issue is related to : text = text.replace(/^(\r?\n\s*)+/g, ''); // Remove leading newlines text = text.replace(/^\s*/g, ''); // Remove leading spaces due to indented formatting text = text.replace(/(\r?\n\s*)+$/g, ''); // Remove ending newlines