1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-19 22:42:14 +03:00
Commit Graph

5051 Commits

Author SHA1 Message Date
Bradley Nicholes
3c7b67c3a5 Document the new optional parameter for AuthLDAPUrl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151743 13f79535-47bb-0310-9956-ffa450edef68
2005-02-07 19:08:58 +00:00
André Malo
5bd178154b update revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151414 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:49:18 +00:00
Justin Erenkrantz
905cdf9f0b Update copyright year to 2005 and standardize on current copyright owner line.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
2005-02-04 20:28:49 +00:00
André Malo
c3ae691aa4 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151033 13f79535-47bb-0310-9956-ffa450edef68
2005-02-02 20:09:26 +00:00
Hiroaki Kawai
1400d6eef3 Update Japanese translation.
English Revision: 149276

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149513 13f79535-47bb-0310-9956-ffa450edef68
2005-02-02 13:57:18 +00:00
Justin Erenkrantz
4743f301f2 Add CacheStorePrivate, CacheStoreNoStore, and clarify CacheIgnoreCacheControl.
* docs/manual/mod/mod_cache.xml: Update documentation for
  CacheIgnoreCacheControl and add documentation for two new directives.
* modules/cache/mod_cache.c
  (cache_url_handler): Honor 'Cache-Control: no-cache' request header.
  (cache_save_filter): Only honor no-store or private when their respective
                       directives are Off (which is the default).
  rest of file: add in standard configuration syntax stuff...
* modules/cache/mod_cache.h: Minor formatting tweak and add new fields.

Suggested by: Pier Fumagalli


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149492 13f79535-47bb-0310-9956-ffa450edef68
2005-02-02 07:10:20 +00:00
André Malo
b2fac0dbb1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149321 13f79535-47bb-0310-9956-ffa450edef68
2005-01-31 23:23:00 +00:00
André Malo
15e0d5e045 it's a new translation...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149320 13f79535-47bb-0310-9956-ffa450edef68
2005-01-31 23:18:34 +00:00
Bill Stoddard
886e08c024 Make the doc agree with the implementation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149276 13f79535-47bb-0310-9956-ffa450edef68
2005-01-31 17:59:13 +00:00
Hiroaki Kawai
4fefc35edd Update Japanese translation.
English Revision: 126304

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149264 13f79535-47bb-0310-9956-ffa450edef68
2005-01-31 14:33:39 +00:00
Hiroaki Kawai
e67a5502d7 New Japanese translation.
Submitted by: yoshiki
Reviewed by: kawai


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149259 13f79535-47bb-0310-9956-ffa450edef68
2005-01-31 13:59:53 +00:00
André Malo
697bcb216e update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149144 13f79535-47bb-0310-9956-ffa450edef68
2005-01-30 19:24:58 +00:00
Rich Bowen
2ebc402da0 As per bug 33290, we probably don't want a <Limit> here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149092 13f79535-47bb-0310-9956-ffa450edef68
2005-01-30 01:59:44 +00:00
André Malo
0e7aa665f0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@148907 13f79535-47bb-0310-9956-ffa450edef68
2005-01-28 17:41:29 +00:00
Bradley Nicholes
30eea48f9b Added a new LDAPConnectionTimeout directive to util_ldap so that the socket connection timeout value is configurable.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126565 13f79535-47bb-0310-9956-ffa450edef68
2005-01-27 01:13:15 +00:00
Jim Jagielski
fe2650384d Add in a weighted byte count of all traffic (in and out) as
an alternative balancing method. We do not "adjust" the
byte count wrt scheme or method, simply by factoring
in the lbfactor value.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126304 13f79535-47bb-0310-9956-ffa450edef68
2005-01-24 18:28:16 +00:00
Joe Orton
96859f5822 Clarify meaning of %[bB] and note difference from 1.3.
Reviewed by: nd, slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126297 13f79535-47bb-0310-9956-ffa450edef68
2005-01-24 15:57:00 +00:00
Graham Leggett
3955df151d Clarify some of the SSL/TLS details as used by the mod_ldap module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126210 13f79535-47bb-0310-9956-ffa450edef68
2005-01-23 14:10:33 +00:00
Graham Leggett
eac000a48c Clarify the mod_ldap documentation to better explain handling of certificates
between different LDAP toolkits.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125860 13f79535-47bb-0310-9956-ffa450edef68
2005-01-20 23:34:35 +00:00
Bradley Nicholes
0a2c453dd2 Recognize the new certificate formats
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125810 13f79535-47bb-0310-9956-ffa450edef68
2005-01-20 20:22:31 +00:00
André Malo
bf84e30350 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125658 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 20:51:10 +00:00
André Malo
2970cbbc0e * manual/mod/mod_ldap.xml: Fix semantic error. There is no context "All"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125656 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 20:36:02 +00:00
André Malo
93c2e14c51 fix XML validation errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125651 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 20:21:56 +00:00
André Malo
9cdb3796dd adjust revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125649 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 20:11:41 +00:00
Graham Leggett
c78537114e mod_ldap: Updated to use the new apr-util v1.1 apr_ldap_*_option()
API for the setting of server and client SSL certificates. Replaced
LDAPTrustedCA directive with LDAPTrustedGlobalCert and
LDAPTrustedClientCert directives to correctly support global certs
(CA certs / Netware client certs) and per connection client certs
as supported by Netware, OpenLDAP and Netscape/Mozilla.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125645 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 19:52:08 +00:00
Justin Erenkrantz
45fdd72155 mod_cache: Remove unimplemented CacheForceCompletion directive.
* modules/cache/mod_cache.h: Remove DEFAULT_CACHE_COMPLETION #define and
  complete-related vars.
* modules/cache/mod_cache.c: Ditto.
* modules/cache/mod_disk_cache.c: Clarify error message; remove unused
  complete var (unrelated to CacheForceCompletion removal).
* docs/manual/mod/mod_cache.xml.ja, docs/manual/mod/mod_cache.xml.ko,
  docs/manual/mod/mod_cache.xml: Remove references to CacheForceCompletion.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125573 13f79535-47bb-0310-9956-ffa450edef68
2005-01-19 00:19:58 +00:00
André Malo
9bd63722d8 adjust revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125281 13f79535-47bb-0310-9956-ffa450edef68
2005-01-15 17:28:31 +00:00
André Malo
9ade04f57c fix copyright notice
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@125277 13f79535-47bb-0310-9956-ffa450edef68
2005-01-15 17:01:17 +00:00
Erik Abele
8238b47b69 Update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124605 13f79535-47bb-0310-9956-ffa450edef68
2005-01-08 02:08:49 +00:00
Sander Striker
5a58b70445 Update mod_proxy documentation source (final doc still needs to be generated).
* docs/manual/mod/mod_proxy.xml

  Rub out some spelling mistakes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124594 13f79535-47bb-0310-9956-ffa450edef68
2005-01-08 00:30:41 +00:00
André Malo
a4e0961622 update revision references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124549 13f79535-47bb-0310-9956-ffa450edef68
2005-01-07 17:49:57 +00:00
Erik Abele
8cfc8e4007 Change 'directory' to 'resource': just the word 'directory' led some
users to the wrong assumption that Require isn't allowed in <Files>
sections.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124546 13f79535-47bb-0310-9956-ffa450edef68
2005-01-07 17:29:12 +00:00
André Malo
bf4a594d1a build all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124355 13f79535-47bb-0310-9956-ffa450edef68
2005-01-06 10:34:30 +00:00
Rich Bowen
12e2cddbee This has been coming up rather frequently on IRC, and it's a good
example. It's alluded to in the SetEnvIf docs, but it's not a complete
example there.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124246 13f79535-47bb-0310-9956-ffa450edef68
2005-01-05 19:08:24 +00:00
Astrid Malo
9df8cb2bb0 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124062 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 02:56:02 +00:00
Astrid Malo
4976ee262d update German translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124046 13f79535-47bb-0310-9956-ffa450edef68
2005-01-04 00:38:24 +00:00
Astrid Malo
334ef846a7 META elements are defined in the document head which is bart of the response body. So be a little bit more precise at this point.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@124024 13f79535-47bb-0310-9956-ffa450edef68
2005-01-03 20:13:03 +00:00
Hiroaki Kawai
77d0aef4c2 Update Japanese translation.
English revision: 111581

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123958 13f79535-47bb-0310-9956-ffa450edef68
2005-01-03 11:15:32 +00:00
Rich Bowen
a075a52c27 We generally call these slashes rather than sloshes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123821 13f79535-47bb-0310-9956-ffa450edef68
2004-12-31 21:03:18 +00:00
André Malo
3d156977d8 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123749 13f79535-47bb-0310-9956-ffa450edef68
2004-12-30 23:38:39 +00:00
Rich Bowen
3d9ff93e16 If we're going to recommend a book, we should recommend the edition
that's actually in print.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123371 13f79535-47bb-0310-9956-ffa450edef68
2004-12-26 23:43:26 +00:00
Rich Bowen
f40678ec5f Ported changes over from 2.0 docs.
Add port designation to test URL for Windows.html
Corrected regular expression in DirectoryMatch document


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123300 13f79535-47bb-0310-9956-ffa450edef68
2004-12-24 20:19:58 +00:00
André Malo
c7a7665ff1 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122910 13f79535-47bb-0310-9956-ffa450edef68
2004-12-21 00:01:22 +00:00
André Malo
5ff6b42f6c update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122908 13f79535-47bb-0310-9956-ffa450edef68
2004-12-20 23:50:19 +00:00
André Malo
ab279b08f0 - use better markup
- it's meta _element_ not tag


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122907 13f79535-47bb-0310-9956-ffa450edef68
2004-12-20 23:46:06 +00:00
Mladen Turk
958fcda537 Move the timeout explanation sentence to the proper place in the table.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122772 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 17:05:04 +00:00
Mladen Turk
53b9a10be4 Explain new proxy parameters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122771 13f79535-47bb-0310-9956-ffa450edef68
2004-12-19 16:34:43 +00:00
André Malo
c4e646229a update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122572 13f79535-47bb-0310-9956-ffa450edef68
2004-12-16 19:28:17 +00:00
Hiroaki Kawai
39072fcde9 Fix transnote tag usage.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122521 13f79535-47bb-0310-9956-ffa450edef68
2004-12-16 04:38:34 +00:00
André Malo
f615aa1068 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@112017 13f79535-47bb-0310-9956-ffa450edef68
2004-12-15 20:17:16 +00:00