summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update for sync with English docs.Nilgun Belma Buguner2011-03-016-204/+189
| | | | | | | Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1076002 13f79535-47bb-0310-9956-ffa450edef68
* And roll onto 2.3.12Jim Jagielski2011-03-014-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075924 13f79535-47bb-0310-9956-ffa450edef68
* Ready to tag 2.3.11 as beta!Jim Jagielski2011-03-012-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075919 13f79535-47bb-0310-9956-ffa450edef68
* Update doccos and xformsJim Jagielski2011-03-0114-39/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075880 13f79535-47bb-0310-9956-ffa450edef68
* Remove references to modules that don't and won't have their own pages!Nick Kew2011-03-011-9/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075749 13f79535-47bb-0310-9956-ffa450edef68
* Document socache and fix the TODO in authn_socache docs.Nick Kew2011-03-014-5/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075625 13f79535-47bb-0310-9956-ffa450edef68
* Fix typos leading to broken links!Nick Kew2011-03-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075602 13f79535-47bb-0310-9956-ffa450edef68
* axe some useless or debug-inhibiting error checkingJeff Trawick2011-02-272-37/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075064 13f79535-47bb-0310-9956-ffa450edef68
* no docs should only be a blocker for GAStefan Fritsch2011-02-261-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074912 13f79535-47bb-0310-9956-ffa450edef68
* Updates.Lucien Gentis2011-02-262-8/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074883 13f79535-47bb-0310-9956-ffa450edef68
* fix some logging calls to include the server_recJeff Trawick2011-02-268-24/+24
| | | | | | | (and even the conn_rec in a couple of places) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074871 13f79535-47bb-0310-9956-ffa450edef68
* Axed C++ comments and tabs.Guenter Knauf2011-02-264-36/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074809 13f79535-47bb-0310-9956-ffa450edef68
* 'votes'Philip M. Gollucci2011-02-261-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074778 13f79535-47bb-0310-9956-ffa450edef68
* fix function name in log textJeff Trawick2011-02-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074659 13f79535-47bb-0310-9956-ffa450edef68
* We are going for betaJim Jagielski2011-02-251-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074527 13f79535-47bb-0310-9956-ffa450edef68
* Document mod_proxy work... userland changesJim Jagielski2011-02-231-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073741 13f79535-47bb-0310-9956-ffa450edef68
* protect one-off boundaryJim Jagielski2011-02-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073728 13f79535-47bb-0310-9956-ffa450edef68
* captures of THE_REQUEST are still escaped however the browser sent the request,Eric Covener2011-02-232-2/+4
| | | | | | | ulike most REQUEST_* variables. PR#50758 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073591 13f79535-47bb-0310-9956-ffa450edef68
* update xformsStefan Fritsch2011-02-2313-58/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073544 13f79535-47bb-0310-9956-ffa450edef68
* Add some links and bits to the ap_expr docsStefan Fritsch2011-02-233-8/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073543 13f79535-47bb-0310-9956-ffa450edef68
* Be at least somewhat more RESTful... Use POST for changing stuff.Jim Jagielski2011-02-221-32/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1073520 13f79535-47bb-0310-9956-ffa450edef68
* UpdatesLucien Gentis2011-02-208-54/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1072572 13f79535-47bb-0310-9956-ffa450edef68
* Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compileStefan Fritsch2011-02-181-1/+5
| | | | | | | error with apr 2 if crypto is disabled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1072155 13f79535-47bb-0310-9956-ffa450edef68
* Expose "new" ap_parse_form_data() function instead of requiringJim Jagielski2011-02-187-277/+254
| | | | | | mod_request for any module that may want to parse form data... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1072099 13f79535-47bb-0310-9956-ffa450edef68
* No longer depend on how fork() works when laying out segments...Jim Jagielski2011-02-184-34/+60
| | | | | | function pointers in shm are... nasty ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1072098 13f79535-47bb-0310-9956-ffa450edef68
* spelling fixJeff Trawick2011-02-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071794 13f79535-47bb-0310-9956-ffa450edef68
* Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries,Stefan Fritsch2011-02-162-2/+9
| | | | | | | which is the default for the gold linker. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071426 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Rich Bowen2011-02-165-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071223 13f79535-47bb-0310-9956-ffa450edef68
* I think I got the last of the "Allow from" and "Deny from" syntax, andRich Bowen2011-02-161-3/+0
| | | | | | | replaced it with the new access control syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071222 13f79535-47bb-0310-9956-ffa450edef68
* Removes more instances of 'allow from' and 'deny from' syntax. I thinkRich Bowen2011-02-167-42/+37
| | | | | | | that's the last of them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071221 13f79535-47bb-0310-9956-ffa450edef68
* Removes another instance of the "Allow from all" syntax.Rich Bowen2011-02-161-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071218 13f79535-47bb-0310-9956-ffa450edef68
* ap_main_state and ap_run_mode should be marked "extern"Jeff Trawick2011-02-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071217 13f79535-47bb-0310-9956-ffa450edef68
* Whitespace and small phrasing changes.Rich Bowen2011-02-162-60/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1071215 13f79535-47bb-0310-9956-ffa450edef68
* Note of a good place to get content for overhauling the SSL howtoRich Bowen2011-02-151-2/+5
| | | | | | | document. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070952 13f79535-47bb-0310-9956-ffa450edef68
* I don't think we want to encourage people to use _default_. It'sRich Bowen2011-02-152-2/+2
| | | | | | | confusing, and hardly ever the right solution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070919 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild transformations.Rich Bowen2011-02-157-20/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070918 13f79535-47bb-0310-9956-ffa450edef68
* People come to the SSL docs primarily for advice on getting SSL working.Rich Bowen2011-02-152-16/+7
| | | | | | | | Arrange the TOC accordingly, and remove condescending introductory quote and meaningless paragraph. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070915 13f79535-47bb-0310-9956-ffa450edef68
* Note to self: Look through the docs for examples using Order, Deny,Rich Bowen2011-02-151-0/+3
| | | | | | | Allow, and convert them to the new Require syntax. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070910 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild quickreference file with typo fix.Rich Bowen2011-02-158-9/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070908 13f79535-47bb-0310-9956-ffa450edef68
* Fix XML error. Rebuild access howto.Rich Bowen2011-02-152-8/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070907 13f79535-47bb-0310-9956-ffa450edef68
* Typo correction as per tid50766Rich Bowen2011-02-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070904 13f79535-47bb-0310-9956-ffa450edef68
* Remove another mention of allow, deny, and order, and add a warningRich Bowen2011-02-151-7/+17
| | | | | | | about their use. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070899 13f79535-47bb-0310-9956-ffa450edef68
* More transformation rebuilding.Rich Bowen2011-02-159-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070895 13f79535-47bb-0310-9956-ffa450edef68
* Capitalization consistent with the rest of this page.Rich Bowen2011-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070894 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild html transformations.Rich Bowen2011-02-1523-21/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070893 13f79535-47bb-0310-9956-ffa450edef68
* Links to access control howto.Rich Bowen2011-02-152-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070891 13f79535-47bb-0310-9956-ffa450edef68
* Expand the name of the "Binding" document, which seems frequentlyRich Bowen2011-02-154-5/+5
| | | | | | | misunderstood or overlooked. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070889 13f79535-47bb-0310-9956-ffa450edef68
* Rebuild htmlRich Bowen2011-02-151-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070887 13f79535-47bb-0310-9956-ffa450edef68
* Link to expr.html for more details on expression syntax.Rich Bowen2011-02-151-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070886 13f79535-47bb-0310-9956-ffa450edef68
* Small improvements in phrasing of the access control doc.Rich Bowen2011-02-152-16/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070881 13f79535-47bb-0310-9956-ffa450edef68