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

3820 Commits

Author SHA1 Message Date
Graham Leggett
97e4c9276c mod_session_crypto: Add a session encoding implementation capable
of encrypting and decrypting sessions wherever they may be stored.
Introduces a level of privacy when sessions are stored on the
browser.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644751 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 16:11:31 +00:00
Graham Leggett
7d5bef8273 mod_session_cookie: Add a session implementation capable of storing
session information within cookies on the browser. Useful for high
volume sites where server bound sessions are too resource intensive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644748 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 16:02:22 +00:00
Graham Leggett
2b7c89aab4 mod_session: Add a generic session interface to unify the different
attempts at saving persistent sessions across requests.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644746 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 15:58:15 +00:00
Vincent Bray
a076962609 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644539 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 22:45:43 +00:00
Nick Kew
774f43485c HTTPD Core: Implement <If> sections for conditional (runtime) configuration.
N.B. This is a first pass, and has a way to go!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644253 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 10:23:12 +00:00
André Malo
dc4dd2ce5b move Japanese output files to utf-8
1) build boostrap
2) svn mv *.html.ja.euc-jp *.html.ja.utf8
3) build all


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@643944 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 15:48:46 +00:00
André Malo
832cdcf565 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@643930 13f79535-47bb-0310-9956-ffa450edef68
2008-04-02 15:07:57 +00:00
Nick Kew
13a49c46af Add upgrading section to mod_filter docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642992 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 13:49:56 +00:00
Nick Kew
6b670e344e Update mod_filter to use ap_expr
Advantage: supports more complex expressions while simplifying mod_filter
(c.f. PR 43956 - this means chaining is no longer necessary)
NOTE: this changes FilterProvider syntax, so can't be backported to 2.2.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642983 13f79535-47bb-0310-9956-ffa450edef68
2008-03-31 13:14:02 +00:00
Joe Orton
1ddce36dfc Update Timeout section, the semantics changed completely
since 1.3 and the caveats on signals not being reset
thankfully no longer apply either.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641855 13f79535-47bb-0310-9956-ffa450edef68
2008-03-27 15:45:34 +00:00
Chris Darroch
de7e25de16 note required APR/httpd versions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641514 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 19:47:02 +00:00
Chris Darroch
aa34d63219 Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@640954 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 19:27:11 +00:00
Chris Darroch
90dd2bc53f Add AuthzMergeRules to example configuration, and avoid use of
ISO SQL:1999 Booleans in example SQL.  Revise some introductory text.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@640951 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 19:25:02 +00:00
André Malo
46c37c2b34 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639847 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 21:14:11 +00:00
André Malo
f643825250 Add Turkish translations
Submitted by: Nilgün Belma Bugüner <nilgun belgeler.org>
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@639843 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 21:09:33 +00:00
Eric Covener
a18be7e908 spelling fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639759 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 19:00:16 +00:00
Chris Darroch
5c229dedb0 PR 43211: Revise mod_authn_dbd and mod_authz_dbd documenation to reflect
current APR DBD query statement parameter requirements.  Tidy up examples
and links to glossary and external sites.  Update transformation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639562 13f79535-47bb-0310-9956-ffa450edef68
2008-03-21 07:49:47 +00:00
Nick Kew
402ae82f5d Document new ChrootDir directive (r611483)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@639005 13f79535-47bb-0310-9956-ffa450edef68
2008-03-19 20:46:11 +00:00
André Malo
4b75178d5d update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636496 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 20:32:56 +00:00
André Malo
e0fd9d9b91 * let status texts and letters completely depend on the language
* let directive contexts and letters completely depend on the language
* allow embedding the "licensed" footer text
* generate quickreference legend automatically
* fix some japanese documents where statusses where translated by accident

Initially submitted by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636495 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 20:26:01 +00:00
Joshua Slive
e04102ffe6 Make the RewriteRule docs shorter (!) by referencing the regex docs in the
rewrite intro.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@636398 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 16:22:20 +00:00
Vincent Bray
df6db8e6e4 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635800 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 04:49:04 +00:00
Vincent Bray
d699df5fa4 Correct 'require' capitalisation missed in previous commit
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635799 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 04:46:39 +00:00
Vincent Bray
3e79654f31 Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635140 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 02:33:51 +00:00
Vincent Bray
abe71efea4 Pet peeve: fix capitalisation of 'Require' directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@635137 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 02:31:41 +00:00
Joshua Slive
b2cf8f26e7 Note that reverse proxy means gateway in a few places.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634760 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 17:54:13 +00:00
Vincent Bray
b28e305c3e Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634156 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 04:23:10 +00:00
Vincent Bray
9ebd78554e Fix quoting for AuthLDAPUrl examples.
Submitted by: Per Lundberg (Per.Lundberg bredband.com)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634155 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 04:21:06 +00:00
Vincent Bray
1dbb15d424 buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632566 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 08:25:03 +00:00
Eric Covener
7e08559433 A note about SSL handshake data and mod_logio
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630289 13f79535-47bb-0310-9956-ffa450edef68
2008-02-22 18:57:02 +00:00
Eric Covener
93db24c97a rename mod_charset_lite CharsetOption ForceAllMimeTypes to
TranslateAllMimeTypes (only about 18 hours old)



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@629915 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 18:43:24 +00:00
Eric Covener
4b67018908 *) mod_charset_lite: Add ForceAllMimeTypes sub-option to
CharsetOptions, allowing the administrator to skip the
     mimetype checking that precedes translation.
     PR 44458 [Eric Covener]



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@629615 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 21:17:17 +00:00
Jim Jagielski
d07c93a02e Update doccos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@628762 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 14:46:55 +00:00
Jim Jagielski
6a865d6923 Change default of mod_substitute to flattening...
Via current discussion on dev@httpd


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627764 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 14:48:13 +00:00
Jim Jagielski
5e4a7d4299 adjust transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627730 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 12:58:24 +00:00
Jim Jagielski
2c2c155799 wordsmithing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627729 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 12:57:19 +00:00
Jim Jagielski
d1858ec213 Add in mod_jk's disablereuse analog for mod_proxy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627728 13f79535-47bb-0310-9956-ffa450edef68
2008-02-14 12:55:57 +00:00
Eric Covener
a14f7a34e6 Clarify when AUTHENTICATE_* variables are populated by mod_authnz_ldap
(authn only). 


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627443 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:57:13 +00:00
Erik Abele
a2b1c8e4dd Update revision markers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627435 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:45:07 +00:00
Erik Abele
31ddba1589 Transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627431 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:42:28 +00:00
Erik Abele
630e867e8b Fix reference to RewriteCond - there's no class="module" in our XML.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@627428 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 14:40:46 +00:00
Vincent Bray
5df524c3c8 Build products
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620771 13f79535-47bb-0310-9956-ffa450edef68
2008-02-12 11:54:40 +00:00
Tony Stevenson
647576b5d7 As per PR 33892 - Added comment re escaping slashes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619736 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 02:06:04 +00:00
Tony Stevenson
5710e61dbe As per PR 44135
Feeling brave mucking with the rewrite docs =) 

setenvif -> added link to rewrite.html#rewritecond
rewrite -> added a see also so the rewrite flags stood out a little more.  



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619726 13f79535-47bb-0310-9956-ffa450edef68
2008-02-08 01:34:51 +00:00
Bradley Nicholes
d0c0759137 Update the example and fix typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619498 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 16:46:09 +00:00
Bradley Nicholes
108c5129b2 Document the RequireAlias block directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619497 13f79535-47bb-0310-9956-ffa450edef68
2008-02-07 16:45:11 +00:00
Vincent Bray
57f937b07b Copyright year change transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@618551 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 05:35:15 +00:00
Paul J. Reder
3c2db6063b Add doc for the new mod_ldap referral directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@615097 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 01:59:43 +00:00
Noirin Plunkett
2e1af8db42 Copyright year update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@613134 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 11:44:40 +00:00
André Malo
e3ca7df0a4 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@608144 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 16:50:24 +00:00