Graham Leggett
7dca8984d7
Add the LastChangedRevision keyword.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646330 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 13:15:44 +00:00
Graham Leggett
6919d5d261
Change the directives within the mod_session* modules to be valid
...
both inside and outside the location/directory sections, as suggested
by wrowe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646304 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 12:39:33 +00:00
Graham Leggett
254d5e1cbf
Update transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646294 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 12:03:33 +00:00
Graham Leggett
786afc76bd
mod_auth_form: Add a module capable of allowing end users to log
...
in using an HTML form, storing the credentials within mod_session.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646285 13f79535-47bb-0310-9956-ffa450edef68
2008-04-09 11:46:46 +00:00
Ruediger Pluem
1b2929f05b
* Fix eol-style
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645933 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 14:09:03 +00:00
Tony Stevenson
31fbd5e02d
Patch from Takashi Sato. Cheers.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645883 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 12:48:43 +00:00
Tony Stevenson
49430f15ce
Patch from Takashi Sato
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645880 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 12:41:33 +00:00
André Malo
ded7181a63
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645862 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 11:44:03 +00:00
André Malo
2eda9d753c
let subversion set the lastchangedrevision
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645857 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 11:28:23 +00:00
Tony Stevenson
6bbbff6a00
Additional changes from r645667
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645679 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07 20:47:51 +00:00
Martin Kraemer
a0107cce70
Another typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645390 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07 06:08:11 +00:00
Martin Kraemer
c801775cd2
Typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645388 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07 06:01:54 +00:00
Graham Leggett
10d47f14ff
Clarify the operation of the SessionCryptoPassphrase directive as raised by rpluem. When
...
SessionCryptoCertificateFile is set, asymmetrical encryption will be used, and SessionCryptoPassphrase
will be interpreted as the passphrase protecting the private key. When SessionCryptoCertificateFile
is not set, symmetrical encryption is used, and SessionCryptoPassphrase will contain the key to
use. Make sure that the engine parameter is properly passed into the crypto functions, and fix a
missing cleanup on an error case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645186 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 23:35:00 +00:00
Graham Leggett
eca71d40e9
Update manual transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645162 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 19:01:22 +00:00
Graham Leggett
5b822119d0
mod_session_dbd: Add a session implementation capable of storing
...
session information in a SQL database via the dbd interface. Useful
for sites where session privacy is important.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645160 13f79535-47bb-0310-9956-ffa450edef68
2008-04-05 18:59:40 +00:00
Jim Jagielski
1627d916f9
updates docco xform
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644762 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 16:30:43 +00:00
Graham Leggett
db55a56f3f
Run transformation on new documentation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@644759 13f79535-47bb-0310-9956-ffa450edef68
2008-04-04 16:25:37 +00:00
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