Vincent Deffontaines
40809271ae
Porting previous commit on 2.2 doc, with a not about why .htaccess is bad when you have access to main server config.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030041 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 13:40:27 +00:00
Daniel Earl Poirier
5b07a2b131
Fix awkward sentence reported by Gary Schnabl.
...
PR47390
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029865 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 21:59:49 +00:00
Daniel Earl Poirier
a59eff8db8
Warn that not only does mod_disk_cache require mod_cache, but
...
mod_cache has to be loaded first. Reported by Eric Covener.
PR43976
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029833 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 20:55:59 +00:00
Daniel Earl Poirier
3a166e5cc2
Fix regex in AliasMatch example. Thanks to Felix Schaefer for report
...
and fix. PR47722.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029715 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:42:08 +00:00
Rich Bowen
516641e8e1
Rebuild transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:01:41 +00:00
Rich Bowen
3398d070e5
Rebuild HTML
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029691 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 14:57:03 +00:00
Rich Bowen
e6a13980db
LogLevel should specify a global log level as well as the per-module
...
loglevel.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029689 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 14:56:09 +00:00
Graham Leggett
7564cc32a1
Update transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029588 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 09:52:12 +00:00
Graham Leggett
7b8e03425f
Add documentation for mod_cache and mod_disk_cache.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029587 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 09:50:42 +00:00
Daniel Earl Poirier
745905a67d
Point out that the format of encrypted passwords depends on
...
whether you're using mod_authn_basic or mod_authn_digest.
Reported by Josef Spillner, PR46672.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029180 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 20:14:38 +00:00
Daniel Earl Poirier
c96477714a
Clarify that when troubleshooting .htaccess files, you need to reload
...
the page. Reported by Filipus Klutiero, PR50176.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029165 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 19:10:54 +00:00
Daniel Earl Poirier
68541d80d2
Since rotatelogs now checks the local time offset on each rotation,
...
no longer need to warn about unpredictable behavior with -l.
Reported by Dave Brondsema, PR44917.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029156 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 18:52:11 +00:00
Daniel Earl Poirier
c0815f0dcc
Clarify - say "suEXEC wrapper" instead of "this program".
...
Reported by James Tanit. PR48632.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029136 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 17:59:37 +00:00
Daniel Earl Poirier
6b803976f2
Fix a number of typos and misspellings. Reported by Ville Skytta.
...
PR48496.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029134 13f79535-47bb-0310-9956-ffa450edef68
2010-10-30 17:56:13 +00:00
Eric Covener
e2273c8c9c
make the name-based vhost note a warning based on offline discussion with Rich
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028799 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 15:16:48 +00:00
Eric Covener
09fc976510
Add a note about LimitRequest* and name-based vhosts as followup on PR#7741
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028797 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 15:11:05 +00:00
Eric Covener
a81eb0d43d
Add an END flag to RewriteRule that acts like L=LAST but also prevents
...
further rounds of rewrite processing due to per-directory substitutions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028778 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 14:43:49 +00:00
Rich Bowen
7893d3f5ed
Correct context for LimitRequest*, as per bug 7741
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028776 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 14:42:15 +00:00
Rich Bowen
e448aedd17
Add link to mod_log_config and BufferedLogs, as per
...
https://issues.apache.org/bugzilla/show_bug.cgi?id=50110
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028766 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 14:31:17 +00:00
Rich Bowen
32b857f960
Rebuild intro doc.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028731 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 13:31:08 +00:00
Rich Bowen
8ca8c78c41
Makes the intro paragraph a little less jargon-y, in response to
...
https://issues.apache.org/bugzilla/show_bug.cgi?id=49298
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028730 13f79535-47bb-0310-9956-ffa450edef68
2010-10-29 13:30:20 +00:00
Rich Bowen
c74a7b2e00
Remove note to myself.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028399 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:34:11 +00:00
Rich Bowen
6cd235c332
Remove a leftover note to myself.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028398 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:33:31 +00:00
Rich Bowen
7e11840a75
Introduce <If> as an alternative to mod_rewrite in the "avoiding
...
mod_rewrite" document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028397 13f79535-47bb-0310-9956-ffa450edef68
2010-10-28 17:31:59 +00:00
Rich Bowen
76769e0d60
Update transformations
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027128 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 14:11:52 +00:00
Rich Bowen
5c1ea3d4d9
Adds examples to each directive.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027122 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 13:57:56 +00:00
Rich Bowen
4ff2ba7ea3
Drag this doc 12 years into the future. Referring to what the module
...
used to do in 1.2 not only helps nobody, but it also screams that the
module is unmaintained.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1027113 13f79535-47bb-0310-9956-ffa450edef68
2010-10-25 13:37:38 +00:00
Lucien Gentis
5e303bd7e6
Typos corrections.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026804 13f79535-47bb-0310-9956-ffa450edef68
2010-10-24 14:12:09 +00:00
Lucien Gentis
65bb1b80c2
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026632 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 16:02:06 +00:00
Graham Leggett
13fec746f9
mod_proxy: Optimise ProxyPass within a Location so that it is stored
...
per-directory, and chosen during the location walk. Make ProxyPass
work correctly from within a LocationMatch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1026184 13f79535-47bb-0310-9956-ffa450edef68
2010-10-22 00:13:45 +00:00
Eric Covener
204de4f15e
Update a per-dir example that's meant to show looping and the L flag.
...
* add a RewriteBase
* REQUEST_URI doesn't have the RewriteBase stripped from it, so fix the test comparison.
* rewrite to absolute URI and use PT flag so the rule is somewhat applicable to per-vh context
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025748 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 21:00:49 +00:00
Graham Leggett
84a346c5bb
mod_proxy: Move the ProxyErrorOverride directive to have per directory scope.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1025666 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20 18:33:55 +00:00
Daniel Earl Poirier
ba00b6bfa4
Update transforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024268 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 15:16:49 +00:00
Daniel Earl Poirier
31c8d8214f
Add warning about using rotatelogs filename formats with not
...
enough granularity. PR46318.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024263 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 15:12:11 +00:00
Daniel Earl Poirier
2446703116
Trivial typo: s/This modules/This module/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1024254 13f79535-47bb-0310-9956-ffa450edef68
2010-10-19 14:56:30 +00:00
Rich Bowen
3d60754585
Fixes a handful of xml validation errors.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023861 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 15:47:18 +00:00
Rich Bowen
726f4ce5d8
Add teensy clarification to the introductory paragraph for the
...
ServerName directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023846 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 15:26:57 +00:00
William A. Rowe Jr
afeb9eff59
Apparently we hadn't done a ./build all convmap in a while
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023827 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 14:57:06 +00:00
William A. Rowe Jr
2cddaea81d
Plenty of typos, it appears
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023815 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 14:32:55 +00:00
William A. Rowe Jr
7447796fa5
Kill xml flaw, what a nice opportunity for a precommit check :)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023813 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 14:30:38 +00:00
Rainer Jung
23202a0a90
AllowCONNECT has been moved from mod_proxy to
...
mod_proxy_connect. Remove obsolete and broken link.
Directive is already documented on this page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023789 13f79535-47bb-0310-9956-ffa450edef68
2010-10-18 13:30:41 +00:00
Lucien Gentis
962b1409a8
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023519 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 16:24:13 +00:00
Lucien Gentis
a9d107302d
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023490 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 13:01:01 +00:00
Lucien Gentis
85b25bb5f7
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023488 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 12:51:39 +00:00
Lucien Gentis
cd4df9fca3
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023487 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 12:49:24 +00:00
Lucien Gentis
df7a8ff327
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023475 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 12:28:11 +00:00
Lucien Gentis
5136a21483
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023474 13f79535-47bb-0310-9956-ffa450edef68
2010-10-17 12:26:38 +00:00
Stefan Fritsch
7c19e4963f
update transformations
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023239 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 10:38:36 +00:00
Stefan Fritsch
d261e6835e
new features list:
...
- add mod_allowmethods to new features
- remove mpm_simple, it won't be ready in time for 2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023238 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 10:29:34 +00:00
Stefan Fritsch
91b29bbd77
Fix xml again
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1023236 13f79535-47bb-0310-9956-ffa450edef68
2010-10-16 10:27:52 +00:00