1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-05 05:30:39 +03:00
Commit Graph

1306 Commits

Author SHA1 Message Date
André Malo
cb856eda18 update japanese transformation.
Note: the removed sequences ('esc $ B' 'esc ( B' (or other way round)) are ok.
These are useless "shift on"/"shift off" switches. See RFC 1468.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99356 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 18:16:03 +00:00
André Malo
5cd1fed4a2 update en and de transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99355 13f79535-47bb-0310-9956-ffa450edef68
2003-04-14 18:05:27 +00:00
André Malo
a9cddb794f remove the relativepath element from the documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99344 13f79535-47bb-0310-9956-ffa450edef68
2003-04-12 15:04:47 +00:00
André Malo
cb59688aa4 Synchronize German Translations.
Reviewed by: Astrid Ke�ler


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99338 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 23:36:04 +00:00
André Malo
486c861d43 add reference revision numbers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99336 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 22:10:10 +00:00
André Malo
495c5a7774 re-introduce mod/allmodules.xml*
The change is mainly intended to save some memory during the build process.
Additionally we may get a bit more clearness in our document structure ...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99333 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 21:17:44 +00:00
André Malo
ea559a3637 add metafiles. These files contain information that is relevant for one
document but all variants of it (i.e. one basename), such as avail. languages,
formats etc.

(Note, that it's still a noop for the output.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99330 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 19:47:31 +00:00
André Malo
94fc883415 add the metafile attribute to all xml files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99326 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 01:25:58 +00:00
Yoshiki Hayashi
64eec9ed9a Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99319 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 10:53:55 +00:00
Yoshiki Hayashi
7b81cca95e Update Japanese translations.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by:	Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99318 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 10:34:46 +00:00
André Malo
1586ffc868 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99304 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 12:25:59 +00:00
Chris Pepper
849ccfac04 Clarify some wording.
Note this change (as previously written, it implied that 1.3.5
	had this vulnerability, which is not true). I'm not sure if
	"httpd 2.0" is the preferred name.

-    <p>Note that in versions previous to 2.0.46 no escaping has been performed
+    <p>Note that in httpd 2.0 versions prior to 2.0.46, no escaping was performed
     on the strings from <code>%...r</code>, <code>%...i</code> and
     <code>%...o</code>. This was mainly to comply with the requirements of
     the Common Log Format. This implied that clients could insert control
     characters into the log, so you had to be quite careful when dealing
     with raw log files.</p>

-    <p>For security reasons starting with 2.0.46 non-printable and
+    <p>For security reasons, starting with 2.0.46, non-printable and
     other special characters are escaped mostly by using
     <code>\x<var>hh</var></code> sequences, where <var>hh</var> stands for
     the hexadecimal representation of the raw byte. Exceptions from this
     rule are <code>"</code> and <code>\</code> which are escaped by prepending
-    a backslash, and all whitespace characters that are written in their
-    C-notation (<code>\n</code>, <code>\t</code> etc).</p>
+    a backslash, and all whitespace characters which are written in their
+    C-style notation (<code>\n</code>, <code>\t</code> etc).</p>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99302 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 04:08:21 +00:00
Yoshiki Hayashi
96801c200f Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99294 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 09:25:24 +00:00
Yoshiki Hayashi
4a9c532e9b Update Japanese translations.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99293 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 09:23:37 +00:00
Yoshiki Hayashi
19587a7a48 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99292 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 09:04:36 +00:00
André Malo
09c1600f15 new XML for howto/auth
I changed the references to the auth modules, so that they're matching
the new model, but it probably needs a rewrite anyway.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99288 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 00:13:02 +00:00
André Malo
e5123950bf document log escaping
Reviewed by: Astrid Ke�ler, Erik Abele


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99283 13f79535-47bb-0310-9956-ffa450edef68
2003-04-06 21:34:03 +00:00
Rich Bowen
fdfc4354eb libexex -> libexec
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99282 13f79535-47bb-0310-9956-ffa450edef68
2003-04-06 20:17:01 +00:00
André Malo
9f313d5248 Document the ProxyBadHeader directive.
(and update transformation)

PR: 18623
Reviewed by: Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99214 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 20:55:32 +00:00
Yoshiki Hayashi
d8c2a7acdb Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99206 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 08:33:12 +00:00
Yoshiki Hayashi
4a690b577e Update Japanese translations.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by: 	Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99205 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 08:25:43 +00:00
Yoshiki Hayashi
0797ec3a7c Typo fix.
Submitted by:	Nobuyuki Morita <marika@plum.freemail.ne.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99204 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 07:40:32 +00:00
Yoshiki Hayashi
7ab84c8902 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99187 13f79535-47bb-0310-9956-ffa450edef68
2003-04-03 08:27:57 +00:00
Yoshiki Hayashi
466aca5bad Oops. Forgot to validate before committing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99186 13f79535-47bb-0310-9956-ffa450edef68
2003-04-03 08:27:07 +00:00
Yoshiki Hayashi
d2623805f2 Update Japanese translations.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>
Reviewed by:	Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99185 13f79535-47bb-0310-9956-ffa450edef68
2003-04-03 08:07:26 +00:00
Erik Abele
48f180488a Update a bunch of transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99071 13f79535-47bb-0310-9956-ffa450edef68
2003-03-26 23:13:08 +00:00
André Malo
d402d81ccc uh, I forgot to add the transformated mod_nw_ssl.html ;-)
additionally RewriteOptions was now introduced in 2.0.45.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99023 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 14:57:40 +00:00
André Malo
55c21e7bdb add mod_nw_ssl to sitemap (and autogenerated pages) and update transformation
of recent changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99019 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 00:19:37 +00:00
Bradley Nicholes
415283e60a Added documentation for the directives SecureListen and NWSSLTrustedCerts
that are provided through mod_nw_ssl for NetWare


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99007 13f79535-47bb-0310-9956-ffa450edef68
2003-03-13 23:22:10 +00:00
Bradley Nicholes
1775475f73 Added a note that indicates that forward slashes should always be used on
non-unix systems even if the OS allows backslashes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99005 13f79535-47bb-0310-9956-ffa450edef68
2003-03-13 23:16:05 +00:00
Jim Jagielski
826c91ae16 Document the SSLMutex directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99003 13f79535-47bb-0310-9956-ffa450edef68
2003-03-13 21:23:13 +00:00
Ian Holsman
2c4a98b3af reflect backport of mod_deflate.c r1.31
change directive from compressionlevel to deflatecompressionlevel

PR:
Obtained from:
Submitted by:	Ian Holsman, Andre Malo
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98982 13f79535-47bb-0310-9956-ffa450edef68
2003-03-11 18:11:33 +00:00
André Malo
5be714f7c4 update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98954 13f79535-47bb-0310-9956-ffa450edef68
2003-03-09 18:21:37 +00:00
Erik Abele
24d0e16318 Fixed <default> to AuthDigestProvider.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98950 13f79535-47bb-0310-9956-ffa450edef68
2003-03-08 20:23:55 +00:00
André Malo
4b5ab291f5 update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98927 13f79535-47bb-0310-9956-ffa450edef68
2003-03-07 19:28:49 +00:00
Greg Ames
b906d05f70 Linux 2.4+: enable coredumps when Apache is started as root if
CoreDumpDirectory is explicitly coded


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98908 13f79535-47bb-0310-9956-ffa450edef68
2003-03-06 21:48:58 +00:00
Ian Holsman
208fa4a85e new directive 'compressionlevel'
Default compression level now changed to Zlib's default (was 'best_speed')

Obtained from: Stephen Pierzchala <stephen@pierzchala.com> Michael Schroepl <Michael.Schroepl@telekurs.de>
Reviewed by:  Ian Holsman


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98895 13f79535-47bb-0310-9956-ffa450edef68
2003-03-05 22:14:33 +00:00
Erik Abele
f70c1fe22f Cleaned up the misc directory and busted the following
files (as proposed some weeks ago):
    misc/custom_errordocs.html
    misc/descriptors.html
    misc/fin_wait_2.html
    misc/known_client_problems.html
    misc/tutorials.html
    images/custom_errordocs.gif

The correspondig links were also removed. What remains
are the Japanese docs:

    urlmapping.xml.ja
    mod/mod_include.xml.ja
    vhosts/fd-limits.xml.ja
    env.xml.ja
    sitemap.xml.ja


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98874 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02 01:17:31 +00:00
André Malo
80fdf124ff document the changed behaviour of mod_negotiation.
add a cross link from mod_negotiation docs to env.html


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98872 13f79535-47bb-0310-9956-ffa450edef68
2003-03-02 00:30:54 +00:00
André Malo
da8c31d04c update transformations of recent changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98865 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 19:57:30 +00:00
André Malo
972bdf5ee0 add documentation of RewriteOptions MaxRedirects
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98864 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 19:56:43 +00:00
André Malo
ec044acdab Mention that ProxyPassReverse takes the hostname in respect
to the UseCanonicalName setting

PR: 8625


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98861 13f79535-47bb-0310-9956-ffa450edef68
2003-03-01 01:28:46 +00:00
Astrid Malo
cf848d26b4 add the two new modules mod_authz_owner and mod_ident
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98856 13f79535-47bb-0310-9956-ffa450edef68
2003-02-28 23:16:02 +00:00
André Malo
0dec004e40 document new features of setenvif and mod_negotiation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98768 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 22:20:21 +00:00
André Malo
3e6cf15733 fix new example in mod_alias (example is not a <pre> environment).
update transformations of recent changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98767 13f79535-47bb-0310-9956-ffa450edef68
2003-02-22 21:57:22 +00:00
Rich Bowen
08290ad770 Remind people to grant access to directories that they Alias
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98746 13f79535-47bb-0310-9956-ffa450edef68
2003-02-21 17:35:23 +00:00
Erik Abele
0f1460ba6a Fixed missing </p> + transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98715 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 22:56:35 +00:00
Bradley Nicholes
f576c4a9cb Update the mod_auth_ldap and mod_ldap documentation to show the new
directives for establishing an SSL connection and the addition of the Novell
LDAP SDK.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98714 13f79535-47bb-0310-9956-ffa450edef68
2003-02-18 22:21:24 +00:00
André Malo
9f350572c2 clarify the meaning of "SetHandler None"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98663 13f79535-47bb-0310-9956-ffa450edef68
2003-02-14 23:58:08 +00:00
André Malo
74f2a53309 fix link to squid
PR: 17073


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98654 13f79535-47bb-0310-9956-ffa450edef68
2003-02-14 14:06:37 +00:00