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

1314 Commits

Author SHA1 Message Date
Joshua Slive
97d88cbc96 Be a little more consistent with the pathnames, and move some
DavLockDB details to its directive docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99485 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 20:36:39 +00:00
Joshua Slive
8cdf4feadd Update transforms now that xslt is working again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99475 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 14:57:50 +00:00
Joshua Slive
93aafc3499 Some serious updates to the top section of the mod_dav docs. Many of the ideas
are stolen from Greg's mod_dav site.  Some specifics:

- Change recommendations about where to place the dav lockfile and be specific
about required permissions.

- Remote the HEAD from the <Limit> block, since it is implied by GET.

- Add a security section discussing file permissions, auth issues, denial of
service, etc.

- Add a "complex config" section discussing the dynamic content issue.

Review requested.  Unfortunately, I can't check in the html because of
transformation problems in my setup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99469 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 03:00:40 +00:00
Joshua Slive
936873ca8d Add note about when to use <location>. This dupes what is already discussed
in sections.html, but it is important enough to repeat.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99467 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 00:24:28 +00:00
Jeff Trawick
ab74e345f0 as Andre' pointed out, we don't need %{pid/tid}P since the user
can do %P/%{tid}P or %{pid}P/%{tid}P


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99449 13f79535-47bb-0310-9956-ffa450edef68
2003-04-19 03:06:30 +00:00
Jeff Trawick
f96aba98f9 change the way that thread id is specified in the log format since
the previous implementation used a format string already taken
by mod_logio

now, an optional %P format is used instead

thanks to Andre' Malo for pointing out that I chose a format string
already used by mod_logio!


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99442 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 19:40:11 +00:00
Jeff Trawick
5d79cd7197 mod_log_config: Add the ability to log the id of the thread
processing the request (%I).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99439 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 10:44:11 +00:00
André Malo
7426c43be9 add missing ids.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99430 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 02:28:28 +00:00
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