| Commit message (Expand) | Author | Files | Lines |
2011-02-26 | fix some logging calls to include the server_rec | Jeff Trawick | 8 | -24/+24 |
2011-02-26 | Axed C++ comments and tabs. | Guenter Knauf | 4 | -36/+36 |
2011-02-26 | 'votes' | Philip M. Gollucci | 1 | -4/+6 |
2011-02-25 | fix function name in log text | Jeff Trawick | 1 | -2/+2 |
2011-02-25 | We are going for beta | Jim Jagielski | 1 | -1/+3 |
2011-02-23 | Document mod_proxy work... userland changes | Jim Jagielski | 1 | -0/+9 |
2011-02-23 | protect one-off boundary | Jim Jagielski | 1 | -3/+3 |
2011-02-23 | captures of THE_REQUEST are still escaped however the browser sent the request, | Eric Covener | 2 | -2/+4 |
2011-02-23 | update xforms | Stefan Fritsch | 13 | -58/+90 |
2011-02-23 | Add some links and bits to the ap_expr docs | Stefan Fritsch | 3 | -8/+43 |
2011-02-22 | Be at least somewhat more RESTful... Use POST for changing stuff. | Jim Jagielski | 1 | -32/+86 |
2011-02-20 | Updates | Lucien Gentis | 8 | -54/+57 |
2011-02-18 | Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compile | Stefan Fritsch | 1 | -1/+5 |
2011-02-18 | Expose "new" ap_parse_form_data() function instead of requiring | Jim Jagielski | 7 | -277/+254 |
2011-02-18 | No longer depend on how fork() works when laying out segments... | Jim Jagielski | 4 | -34/+60 |
2011-02-17 | spelling fix | Jeff Trawick | 1 | -1/+1 |
2011-02-16 | Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries, | Stefan Fritsch | 2 | -2/+9 |
2011-02-16 | Rebuild transformations. | Rich Bowen | 5 | -5/+5 |
2011-02-16 | I think I got the last of the "Allow from" and "Deny from" syntax, and | Rich Bowen | 1 | -3/+0 |
2011-02-16 | Removes more instances of 'allow from' and 'deny from' syntax. I think | Rich Bowen | 7 | -42/+37 |
2011-02-16 | Removes another instance of the "Allow from all" syntax. | Rich Bowen | 1 | -2/+1 |
2011-02-16 | ap_main_state and ap_run_mode should be marked "extern" | Jeff Trawick | 1 | -2/+2 |
2011-02-16 | Whitespace and small phrasing changes. | Rich Bowen | 2 | -60/+70 |
2011-02-15 | Note of a good place to get content for overhauling the SSL howto | Rich Bowen | 1 | -2/+5 |
2011-02-15 | I don't think we want to encourage people to use _default_. It's | Rich Bowen | 2 | -2/+2 |
2011-02-15 | Rebuild transformations. | Rich Bowen | 7 | -20/+14 |
2011-02-15 | People come to the SSL docs primarily for advice on getting SSL working. | Rich Bowen | 2 | -16/+7 |
2011-02-15 | Note to self: Look through the docs for examples using Order, Deny, | Rich Bowen | 1 | -0/+3 |
2011-02-15 | Rebuild quickreference file with typo fix. | Rich Bowen | 8 | -9/+14 |
2011-02-15 | Fix XML error. Rebuild access howto. | Rich Bowen | 2 | -8/+15 |
2011-02-15 | Typo correction as per tid50766 | Rich Bowen | 1 | -3/+3 |
2011-02-15 | Remove another mention of allow, deny, and order, and add a warning | Rich Bowen | 1 | -7/+17 |
2011-02-15 | More transformation rebuilding. | Rich Bowen | 9 | -9/+9 |
2011-02-15 | Capitalization consistent with the rest of this page. | Rich Bowen | 1 | -1/+1 |
2011-02-15 | Rebuild html transformations. | Rich Bowen | 23 | -21/+31 |
2011-02-15 | Links to access control howto. | Rich Bowen | 2 | -2/+5 |
2011-02-15 | Expand the name of the "Binding" document, which seems frequently | Rich Bowen | 4 | -5/+5 |
2011-02-15 | Rebuild html | Rich Bowen | 1 | -0/+4 |
2011-02-15 | Link to expr.html for more details on expression syntax. | Rich Bowen | 1 | -0/+4 |
2011-02-15 | Small improvements in phrasing of the access control doc. | Rich Bowen | 2 | -16/+34 |
2011-02-15 | Rebulds transformation, adding simplified chinese translation documents. | Rich Bowen | 138 | -165/+3737 |
2011-02-15 | Adds simplified Chinese translation to httpd trunk docs. Via | Rich Bowen | 22 | -5/+1576 |
2011-02-15 | Rebuild documents from xml, including new access control howto. | Rich Bowen | 7 | -3/+192 |
2011-02-15 | Updates the access control howto for trunk. Could use a lot more | Rich Bowen | 1 | -53/+35 |
2011-02-15 | Copies the access control howto from the 2.2 docs. However, it's going | Rich Bowen | 2 | -0/+200 |
2011-02-15 | This document exists in the 2.2 docs, but not here. Not sure why. Need | Rich Bowen | 1 | -12/+0 |
2011-02-15 | Don't skip the first character, as it may be a quote, which is handled | Graham Leggett | 1 | -1/+1 |
2011-02-14 | typo in format string for 1070660 | Eric Covener | 1 | -1/+1 |
2011-02-14 | Log a hint about the directory needing to be executable | Eric Covener | 1 | -2/+3 |
2011-02-14 | fix compile failure in r1070616 | Jeff Trawick | 1 | -1/+1 |