1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

3314 Commits

Author SHA1 Message Date
Daniel Earl Poirier
2d3400d1c4 Update transforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890437 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 18:52:03 +00:00
Daniel Earl Poirier
8cd7ce41fc Expand on mod_alias documentation.
Add a link from the glossary entry on regular expressions to the wikipedia
page that seems to be a good reference for the syntax of PCRE's flavor of
regular expressions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890436 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 18:50:30 +00:00
Rich Bowen
3ae69046c1 Patch from Mark Watts. Mention ProxyErrorOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890378 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 15:43:46 +00:00
André Malo
991dd648f9 revert r832627, because it uses invalid xml structure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@889973 13f79535-47bb-0310-9956-ffa450edef68
2009-12-12 20:28:44 +00:00
André Malo
d70cd375de update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@889970 13f79535-47bb-0310-9956-ffa450edef68
2009-12-12 20:12:15 +00:00
Jeff Trawick
13cb638cbd Add OmitPID keyword on Mutex directive to suppress the
addition of the parent pid to the generated lock file
name.

Change the Mutex directive syntax from

  Mutex default|mutex-name mechanism

to

  Mutex mechanism [default|mutex-name] ... [OmitPID]

as suggested by wrowe.  (Thanks!)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@886154 13f79535-47bb-0310-9956-ffa450edef68
2009-12-02 14:24:18 +00:00
André Malo
a681f7e662 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885297 13f79535-47bb-0310-9956-ffa450edef68
2009-11-29 23:34:43 +00:00
Lucien Gentis
7c5022c268 Little typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885242 13f79535-47bb-0310-9956-ffa450edef68
2009-11-29 15:55:07 +00:00
Lucien Gentis
7523fe837a Updates for french translations and small typos for manual/mod/mod_reqtimeout.xml.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885121 13f79535-47bb-0310-9956-ffa450edef68
2009-11-28 17:50: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
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
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
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
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
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
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
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
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
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
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
Eric Covener
5848a42169 add an early note about the Pattern in a rewriterule behaving
counterintuitively in per-directory context. (lots of mysterious no-op 
rulesets due to ^/ in htaccess)

Tweak QSA text.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832914 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 23:48:52 +00:00
Noirin Plunkett
c423645206 Split RewriteCond into two sections, brought TestString section up to date.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832627 13f79535-47bb-0310-9956-ffa450edef68
2009-11-04 00:10:36 +00:00
Nilgun Belma Buguner
ea427a9ef1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832316 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 07:02:59 +00:00
Nilgun Belma Buguner
38d2bb98e7 update for sync with English docs.
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@832315 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 06:56:52 +00:00
Noirin Plunkett
6bda4890a2 Removing more cruft, rewriting what's left
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832239 13f79535-47bb-0310-9956-ffa450edef68
2009-11-03 01:09:38 +00:00
Noirin Plunkett
fd8ad0059b Ripping out the stuff that isn't really module reference, and translating the
introduction to English


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832130 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 22:05:01 +00:00
Rich Bowen
183a6ef99f Full doc tree rebuild. This includes some diffs that rename
rewrite/rewrite_tech.* to rewrite/tech.*


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832071 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 19:34:38 +00:00
Rich Bowen
0931f622f5 Renames rewrite_flags.html to flags.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832042 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 18:49:46 +00:00
Rich Bowen
d2b36fc6aa As discussed on the docs mailing list several months back, we're
removing the 'rewrite_' from the various files in the rewrite/
directory, since it's redundant. This change moves rewrite_intro to
intro. Patches to follow will rename the other rewrite_ files.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832009 13f79535-47bb-0310-9956-ffa450edef68
2009-11-02 18:31:08 +00:00
Vincent Deffontaines
a2ec53c54e A handful of new french doc translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831756 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01 20:13:27 +00:00
Eric Covener
2eb4d470d4 address FAQ of SetEnv environment variables not being available to early
directives such as RewriteRule.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831695 13f79535-47bb-0310-9956-ffa450edef68
2009-11-01 16:24:59 +00:00
Eric Covener
7c978c89e2 a warning about the [trunk-only] LDAP Hop Limit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831543 13f79535-47bb-0310-9956-ffa450edef68
2009-10-31 14:07:35 +00:00
Eric Covener
6aaaf8286f s/backeld/backend spotted by poirier
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831281 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 12:22:34 +00:00
Eric Covener
4e6f442708 add LDAPLibraryDebug directive to mod_ldap to turn on
tracing in underlying LDAP SDK, where all the interesting tidbits
about all kinds of LDAP errors are hidden.

Unfortunately windows doesn't implement this LDAP_OPT.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@831183 13f79535-47bb-0310-9956-ffa450edef68
2009-10-30 02:07:45 +00:00
Daniel Earl Poirier
ac908cb61f Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830259 13f79535-47bb-0310-9956-ffa450edef68
2009-10-27 17:39:39 +00:00
Stefan Fritsch
e7d5802480 CompatEnvVars does not exist anymore
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829921 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 19:54:06 +00:00
Eric Covener
8d279e92f2 Hint about disabling translation in subdirectories by setting matching,
but not necessarily correct, Source and Default charsets.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829667 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25 22:16:00 +00:00
Eric Covener
19c2132122 CharsetOptions NoImplicitAdd wasn't referenced during insert_filter callback.
Doc: Correct defaults, charset_lite inserts itself by as soon as you tell it about
input and output character sets.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829664 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25 22:06:18 +00:00
Vincent Deffontaines
299688e2b1 Add a note about the DPI rewrite flag, available from 2.2.12 only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829520 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25 10:03:25 +00:00
Vincent Deffontaines
22f3878f39 New .fr translation for mod_deflate doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829329 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 09:16:48 +00:00
Vincent Deffontaines
689e01787f New .fr translation for mod_expires doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829309 13f79535-47bb-0310-9956-ffa450edef68
2009-10-24 05:48:46 +00:00
Vincent Deffontaines
9e6b562967 829271 was incomplete. This fixes it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829272 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 22:40:07 +00:00
Vincent Deffontaines
6adf0240ae New .fr translation for mod_sed doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829271 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 22:39:29 +00:00
André Malo
6ad83771b1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@829251 13f79535-47bb-0310-9956-ffa450edef68
2009-10-23 21:39:14 +00:00