1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Commit Graph

5848 Commits

Author SHA1 Message Date
Rich Bowen
c5170f710d Clarifying some of the phrasing, and removing some of the chattiness
from the example itself. Will eventually remove duplication between this
doc and the rewrite/vhosts.xml doc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@884917 13f79535-47bb-0310-9956-ffa450edef68
2009-11-27 17:35:47 +00:00
Jeff Trawick
d54cbf0c0b update generate docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883883 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 21:24:27 +00:00
Jeff Trawick
4f251a641d remove SSLMutex documentation
update the session cache description to indicate that the ssl cache mutex is used
to serialize access, and that the mutex can be configured using the Mutex directive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883880 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 21:22:15 +00:00
Jeff Trawick
19c0d8577c generated doc updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883879 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 21:10:49 +00:00
Jeff Trawick
6565e2228b move a couple of special warnings for SysV sems and Posix sems out of the
performance tuning guide and into the common Mutex documentation; remove the
other (duplicate) information from that guide and instead point to the Mutex
directive

mpm_common: axe docs for old accept mutex directives

worker and prefork: axe links to old accept mutex directives, mention the use
of the accept mutex and how it can be configured

event: axe links to old mutex directives where were already N/A

mod_rewrite: axe old RewriteLock directive, mention use of the rewrite map
mutex for RewriteMap programs and how it can be configured

fix other miscellaneous LockFile or AcceptMutex references


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883878 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 21:08:37 +00:00
Jeff Trawick
48a542e69c document the new Mutex directive, pulling in any existing special considerations described in the
documentation of the old LockFile, AcceptMutex, RewriteLock, and SSLMutex directives


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883712 13f79535-47bb-0310-9956-ffa450edef68
2009-11-24 14:54:03 +00:00
Lucien Gentis
16e46bdfb0 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883071 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 12:52:25 +00:00
Eric Covener
514827929b continue clarification of RewriteBase, lots of users who install little
PHP apps with an Alias a) leave off RewriteBase then b) add the filesystem
path instead of the URL-path then c) spend hours trying to debug
the RewriteRules themselves.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883030 13f79535-47bb-0310-9956-ffa450edef68
2009-11-22 01:38:59 +00:00
André Malo
cc39ce520f update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882998 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 21:32:13 +00:00
André Malo
74ee9a5720 fix config context tokens
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882997 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 21:27:08 +00:00
André Malo
8a4bf0685d fix validity problems
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882994 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 21:16:25 +00:00
André Malo
449c3e8ae1 automatically replace LastChangedRevision
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882991 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 21:00:44 +00:00
Rich Bowen
dcd7973909 Correct error. Patch from Lucien Gentis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882945 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 17:33:31 +00:00
Rich Bowen
13cec8a9d0 Starts on the vhosts document. Need to eliminate duplication with the
main /docs/vhosts/mass.html doc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882806 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 00:27:17 +00:00
Rich Bowen
bb4e2acc93 Adds vhosts and proxy docs, and updates the seealso sections in
everything. proxy only has one rule in it, and vhosts is empty. Will fix
that soon.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882805 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 00:24:21 +00:00
Rich Bowen
ba4f21e6d6 Adds a 'rewrite everything' or 'fallback resource' rule.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882797 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 00:07:26 +00:00
Rich Bowen
d152d310ef Flags patch from Igor Galić. Corrects error in noting what status codes
can be specified.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882171 13f79535-47bb-0310-9956-ffa450edef68
2009-11-19 15:10:07 +00:00
Eric Covener
13852f1b07 doc for AuthLDAPBindAuthoritative
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881812 13f79535-47bb-0310-9956-ffa450edef68
2009-11-18 15:55:29 +00:00
Rich Bowen
a8d83f580a Remove more refences to rewrite_guide.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881116 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 02:55:19 +00:00
Rich Bowen
98577e7f38 Remove references to the now-gone rewrite-guide.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881113 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 02:52:53 +00:00
Rich Bowen
3aff21153e Moves the last of the rules from the monolithic rewrite_guide into
topic-specific sub-pages. Still a lot of cleanup and improvement can be
done, but this is a good first step.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881110 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 02:44:19 +00:00
Rich Bowen
03af895d97 Moving yet another recipe. Almost done with this exercise.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@881091 13f79535-47bb-0310-9956-ffa450edef68
2009-11-17 01:56:34 +00:00
Rich Bowen
6d32b7b925 This isn't Apache 2.0 any more.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880811 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 15:46:18 +00:00
Rich Bowen
acb8dce5e2 Not sure this is actually a useful recipe, but it belongs in the access
file.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@880707 13f79535-47bb-0310-9956-ffa450edef68
2009-11-16 11:17:54 +00:00
Lucien Gentis
ba9199c91d Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@836194 13f79535-47bb-0310-9956-ffa450edef68
2009-11-14 15:45:21 +00:00
Rich Bowen
f1b955eddd Removes another bogus example. Use <Proxy> blocks instead, and standard
access control methods. Also, the note about loading mod_rewrite before
mod_proxy isn't actually relevant any more.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835827 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 12:40:58 +00:00
Rich Bowen
95a33e73d0 This is a really cool example, and I don't want to lose it. However, I'm
reasonably sure that there's easier ways to do this, and I'm not yet
sure that the example given actually works. Need to revisit this soon.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835826 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 12:38:55 +00:00
Rich Bowen
18c9340030 Removes an inscrutable recipe - I don't know what problem it's trying to
solve, and the solution appears to be a completely useless use of
RewriteMap to solve a trivial problem that could be better done with
Alias. Am I missing something?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835824 13f79535-47bb-0310-9956-ffa450edef68
2009-11-13 12:36:04 +00:00
Jeff Trawick
d7475cb8b8 update generated html and metadata
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835645 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 23:43:05 +00:00
Jeff Trawick
9c6f5f1320 update MPM doc to cover new MPM defaults and MPMs as DSO modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835638 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 23:27:41 +00:00
Rich Bowen
108cb76e46 Adds a couple of seealso's.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835573 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 21:56:11 +00:00
Rich Bowen
925dffec5b Corrects the page title.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835365 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 12:35:04 +00:00
Rich Bowen
c32c165396 Removes a lengthy and unnecessary discussion of the various methods of
load balancing. Removes a RewriteMap prg load balancing script, and
replaces it with a RewriteMap rnd example of the same, as well as an
admonition to use mod_proxy_balancer instead.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835364 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 12:30:05 +00:00
Rich Bowen
bf553f4e74 Corrects links to the reference documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835360 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 12:10:26 +00:00
Rich Bowen
118edd63a0 Move the 'vhost per user' rule, and add commentary.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@835356 13f79535-47bb-0310-9956-ffa450edef68
2009-11-12 12:00:32 +00:00
Rich Bowen
d52ef1dea8 Rebuild html from xml typo fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833936 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08 22:20:37 +00:00
Lucien Gentis
0bfb69f108 Little typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833878 13f79535-47bb-0310-9956-ffa450edef68
2009-11-08 13:56:00 +00:00
Stefan Fritsch
12e2a81ffc mod_log_config: Make ${cookie}C correctly match whole cookie names
instead of substrings.

PR: 28037
Submitted by: Dan Franklin <dan dan-franklin.com>, Stefan Fritsch


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833738 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07 19:19:10 +00:00
Lucien Gentis
23006b3229 Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833722 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07 17:45:55 +00:00
Rich Bowen
48b70fd6e4 Typo correction. Thanks Lucien.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833721 13f79535-47bb-0310-9956-ffa450edef68
2009-11-07 17:40:28 +00:00
Sander Temme
c994d6b559 Some additional new feature goodness to be part of 2.4. Please review
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833596 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 23:18:33 +00:00
Lucien Gentis
65c69658fd Update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833393 13f79535-47bb-0310-9956-ffa450edef68
2009-11-06 13:42:16 +00:00
Rich Bowen
21ecc37006 seealso list in all the various docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833139 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 19:23:09 +00:00
Lucien Gentis
13545fc5a6 Little typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833090 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 17:29:31 +00:00
Rich Bowen
2929211635 Moves the "canonial URL" example to remapping
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833061 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 15:43:23 +00:00
Rich Bowen
8adffe51d9 Moves the "dynamically regenerated" rule to advanced.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832977 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 02:42:38 +00:00
Rich Bowen
cc81b11230 Removing a ruleset that not only doesn't have a description, but also
can't possibly work, since it contains a fully-qualified URL in the
RewriteRule. Feel free to revert iff you can provide a description and a
functional rule.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832976 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 02:34:59 +00:00
Rich Bowen
5c7cd4e7cb Moves the 'browser-specific' rule into remapping.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832973 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:55:43 +00:00
Rich Bowen
19b535dff4 Moves the 'sharding' rule into the 'advanced' doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832971 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:55:25 +00:00
Rich Bowen
4896bf4aa7 I'm actually not terribly thrilled with the notion of an "advanced" doc,
because that's such an arbitrary designation, and I'm afraid that it
will become a catch-all. So if someone wants to do this differently, I
certainly won't object.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832962 13f79535-47bb-0310-9956-ffa450edef68
2009-11-05 01:29:29 +00:00