summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Mise à jour.Lucien Gentis2010-12-051-1/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042389 13f79535-47bb-0310-9956-ffa450edef68
* PR 39313: allow the user to configure which rules come first when RewriteRulesEric Covener2010-12-043-1/+36
| | | | | | | | | | are merged with RewriteOptions Inherit. Submitted By: Jérôme Grandjanny <jerome.grandjanny cea.fr> Reviewed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042255 13f79535-47bb-0310-9956-ffa450edef68
* add compatability to IndexIgnoreResetEric Covener2010-12-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042242 13f79535-47bb-0310-9956-ffa450edef68
* update mapAndré Malo2010-12-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042241 13f79535-47bb-0310-9956-ffa450edef68
* update transformationAndré Malo2010-12-0418-1005/+1049
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042238 13f79535-47bb-0310-9956-ffa450edef68
* PR#24243: allow some control over how IndexIgnore'd files are merged.Eric Covener2010-12-043-1/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042209 13f79535-47bb-0310-9956-ffa450edef68
* Per the existing comment and setrlimit() behavior -- only prevent attempts toEric Covener2010-12-041-1/+4
| | | | | | | | raise the hard limit, not to lower it, by nonroot users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042198 13f79535-47bb-0310-9956-ffa450edef68
* Add support for RLimit* in mod_cgid. PR 42135.Eric Covener2010-12-042-53/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042194 13f79535-47bb-0310-9956-ffa450edef68
* simplify ServerName check with apr_fnmatch_test()Eric Covener2010-12-041-10/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042157 13f79535-47bb-0310-9956-ffa450edef68
* Remove useless 'const' to fix compiler warningStefan Fritsch2010-12-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042147 13f79535-47bb-0310-9956-ffa450edef68
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-0411-176/+188
| | | | | | | | | | | ap_expr -> ap_expr_t ap_expr_parse_ctx -> ap_expr_parse_ctx_t ap_expr_eval_ctx -> ap_expr_eval_ctx_t ap_expr_lookup_fn -> ap_expr_lookup_fn_t ap_expr_node_op -> ap_expr_node_op_e git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042146 13f79535-47bb-0310-9956-ffa450edef68
* core: Fail startup when the argument to ServerName looks like a globEric Covener2010-12-042-0/+17
| | | | | | | | | | | or a regular expression instead of a hostname (*?[]). PR 39863 Submitted By: Rahul Nair <rahul.g.nair gmail.com> Reviewed By: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042098 13f79535-47bb-0310-9956-ffa450edef68
* re-fix wordingEric Covener2010-12-041-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042096 13f79535-47bb-0310-9956-ffa450edef68
* clarify about "enable/disable".Eric Covener2010-12-041-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042095 13f79535-47bb-0310-9956-ffa450edef68
* add a note about mergingEric Covener2010-12-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042091 13f79535-47bb-0310-9956-ffa450edef68
* PR44076: allow "userdir disabled" or "userdir public_html" in global scope toEric Covener2010-12-042-13/+28
| | | | | | | | be merged with lists of enabled users in virtual host context as one would expect. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1042090 13f79535-47bb-0310-9956-ffa450edef68
* generated filesJeff Trawick2010-12-032-5/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041976 13f79535-47bb-0310-9956-ffa450edef68
* clearly distinguish between independent UNC path examples toJeff Trawick2010-12-031-4/+7
| | | | | | | prevent user confusion git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041945 13f79535-47bb-0310-9956-ffa450edef68
* generated htmlJeff Trawick2010-12-031-0/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041939 13f79535-47bb-0310-9956-ffa450edef68
* describe UNC paths vs mapped drive lettersJeff Trawick2010-12-031-0/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041937 13f79535-47bb-0310-9956-ffa450edef68
* Reverted r1040177 due to Joe's objection.Guenter Knauf2010-12-031-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041905 13f79535-47bb-0310-9956-ffa450edef68
* ./build.sh allIgor Galić2010-12-032-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041853 13f79535-47bb-0310-9956-ffa450edef68
* mention FallbackResource in URL mappingIgor Galić2010-12-031-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041851 13f79535-47bb-0310-9956-ffa450edef68
* Translations by Iñigo Medina.Rich Bowen2010-12-031-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041797 13f79535-47bb-0310-9956-ffa450edef68
* Escape characters. (Translator: Inigo Medina)Rich Bowen2010-12-031-37/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041775 13f79535-47bb-0310-9956-ffa450edef68
* I don't think that's supposed to be there.Rich Bowen2010-12-031-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041643 13f79535-47bb-0310-9956-ffa450edef68
* rebuild various files.Rich Bowen2010-12-034-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041642 13f79535-47bb-0310-9956-ffa450edef68
* Spanish translations by inigo medina. Reviewed by Daniel LopezRich Bowen2010-12-031-0/+4129
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041639 13f79535-47bb-0310-9956-ffa450edef68
* Update core.xml.es to latest core.xml changes.Rich Bowen2010-12-031-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041637 13f79535-47bb-0310-9956-ffa450edef68
* ./build.sh allIgor Galić2010-12-0213-57/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041622 13f79535-47bb-0310-9956-ffa450edef68
* Removing compatibily note.Igor Galić2010-12-025-10/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041620 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-12-023-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041391 13f79535-47bb-0310-9956-ffa450edef68
* Fix warning about comparing signed/unsignedStefan Fritsch2010-12-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041140 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2010-12-016-47/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041078 13f79535-47bb-0310-9956-ffa450edef68
* fixing braino in r1041047, this should now fix pr#50381Igor Galić2010-12-0117-99/+620
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041050 13f79535-47bb-0310-9956-ffa450edef68
* Fixing a typo, closing PR#50381 and PR#50354 (again).Igor Galić2010-12-011-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041047 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild igalic's changes.Rich Bowen2010-12-0152-89/+140
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041032 13f79535-47bb-0310-9956-ffa450edef68
* Purging 1.3 references.Igor Galić2010-12-015-14/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041030 13f79535-47bb-0310-9956-ffa450edef68
* Remove refefence to 1.2. rebuild HTML.Rich Bowen2010-12-014-13/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041024 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to Apache 1.2. Most of our users have never used 1.2,Rich Bowen2010-12-011-9/+0
| | | | | | | and those that have know better. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041023 13f79535-47bb-0310-9956-ffa450edef68
* pr#50371 whoops, missed something.Igor Galić2010-12-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041012 13f79535-47bb-0310-9956-ffa450edef68
* pr#50371 no more pcreIgor Galić2010-12-015-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041011 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes in spelling/grammar/xml/versionsIgor Galić2010-12-012-8/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041010 13f79535-47bb-0310-9956-ffa450edef68
* PR#50355Igor Galić2010-12-011-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041009 13f79535-47bb-0310-9956-ffa450edef68
* PR#50354Igor Galić2010-12-011-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1041003 13f79535-47bb-0310-9956-ffa450edef68
* Adding the translated core.xml (spanish) to svn. Not adding the builtRich Bowen2010-12-011-0/+4058
| | | | | | | | html file yet, as this hasn't been reviewed yet. Translated by iñigo media, imedina at grosshat.com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040999 13f79535-47bb-0310-9956-ffa450edef68
* Correct constness fix to manipulate our copyWilliam A. Rowe Jr2010-12-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040866 13f79535-47bb-0310-9956-ffa450edef68
* PR50375: <Location> has bad example in sections.xml and never actually ↵Eric Covener2010-11-302-2/+30
| | | | | | | | | | explains what's matched in core.xml. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040808 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild various new doc enhancements.Rich Bowen2010-11-3018-28/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040792 13f79535-47bb-0310-9956-ffa450edef68
* Some more casts to make MSVC calm ...Guenter Knauf2010-11-301-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040791 13f79535-47bb-0310-9956-ffa450edef68