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

1121 Commits

Author SHA1 Message Date
André Malo
a94e304a8c formal:
- <em> -> <var>
- markup changes
- some whitespace reformatting

content:
- fix directive contexts
- clarify the flag directives and add default values
- add short description for CacheDefaultExpire


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97418 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 02:16:51 +00:00
Justin Erenkrantz
911ad5768b Update some doc transformations.
(I gotta think someone is committing bogus transformations as I can't
figure out how these transformations are valid and why they would be
changing right now.  Yet, these need to stay in sync.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97417 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 02:05:16 +00:00
Justin Erenkrantz
b8b583d0c4 The value emitted by ServerSignature now mimics the Server HTTP header as
controlled by ServerTokens.

Submitted by:	Francis Daly <deva@daoine.org>
Reviewed by:	Justin Erenkrantz


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97416 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 01:55:15 +00:00
André Malo
ce28147011 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97413 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 00:34:36 +00:00
André Malo
edab0c4aed formal changes:
- <em> -> <var>
- markup improvements
- allow class attribute for <li>

content changes:
- remove the references to apache 1.3 in IndexOptions descriptions
- clarify (prior non-existing) incremental index options example...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97412 13f79535-47bb-0310-9956-ffa450edef68
2002-11-06 00:27:17 +00:00
Erik Abele
3ba0aa91f3 updated transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97409 13f79535-47bb-0310-9956-ffa450edef68
2002-11-05 19:05:22 +00:00
André Malo
72d1b3b941 fix a lot of weird links and markup
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97407 13f79535-47bb-0310-9956-ffa450edef68
2002-11-05 18:09:08 +00:00
Yoshiki Hayashi
79419f135b Correct typo, cut and past error, wrong mark up and redundant see also.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97402 13f79535-47bb-0310-9956-ffa450edef68
2002-11-05 08:14:34 +00:00
André Malo
56ca3246be SSIUndefinedEcho never defaulted to <!-- undef -->
btw: could someone fix the directive description in
     mod_include.c:3522? ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97395 13f79535-47bb-0310-9956-ffa450edef68
2002-11-04 18:27:26 +00:00
Yoshiki Hayashi
9eb3f86b12 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97349 13f79535-47bb-0310-9956-ffa450edef68
2002-10-30 12:55:35 +00:00
Yoshiki Hayashi
8f9c72b952 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@97347 13f79535-47bb-0310-9956-ffa450edef68
2002-10-30 12:50:34 +00:00
Rich Bowen
3156032ec6 Adds example of Group directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97319 13f79535-47bb-0310-9956-ffa450edef68
2002-10-28 01:59:29 +00:00
Rich Bowen
63b5ab7783 Add examples of using ErrorLog, particularly logging to syslog.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97318 13f79535-47bb-0310-9956-ffa450edef68
2002-10-28 01:52:01 +00:00
Rich Bowen
1719e0f753 It seems that a lot of people get confused about where they can put
header and footer files, and assume that they *must* be in the same
directory as that being indexed. Just being a little more explicit on
this point, as it seems to come up very frequently.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97317 13f79535-47bb-0310-9956-ffa450edef68
2002-10-28 01:27:24 +00:00
Erik Abele
c1ec40fa3b Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97294 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 20:30:52 +00:00
Paul J. Reder
4d41fa588f Change the CacheRoot processing to check for a required
value at config time. This saves a lot of wasted processing
if the mod_disk_cache module is loaded but no CacheRoot
was provided. This fix also adds code to log an error
and avoid useless pallocs and procesing when the computed
cache file name cannot be opened. This also updates the
docs accordingly.  [Paul J. Reder]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97291 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 18:56:18 +00:00
André Malo
de158f5224 typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97278 13f79535-47bb-0310-9956-ffa450edef68
2002-10-21 20:19:17 +00:00
Yoshiki Hayashi
7e5a93dcd6 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97274 13f79535-47bb-0310-9956-ffa450edef68
2002-10-21 06:51:12 +00:00
Yoshiki Hayashi
64e801f97f Sync Japanese translation.
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@97272 13f79535-47bb-0310-9956-ffa450edef68
2002-10-21 06:41:52 +00:00
André Malo
a126ba2439 whoops. two parameters are two parameters are two parameters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97268 13f79535-47bb-0310-9956-ffa450edef68
2002-10-20 01:22:43 +00:00
André Malo
3504393928 step by step... :)
<em> -> <var>
add some <seealso>s to mod_action and mod_asis
little markup improvements


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97267 13f79535-47bb-0310-9956-ffa450edef68
2002-10-20 01:05:42 +00:00
Joshua Slive
239213d275 Fix an error in the <default> for MaxSpareThreads.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97266 13f79535-47bb-0310-9956-ffa450edef68
2002-10-19 18:58:46 +00:00
André Malo
a75d816777 the MPM module docs:
- <em> -> <var>
- a little other markup changes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97258 13f79535-47bb-0310-9956-ffa450edef68
2002-10-18 02:18:04 +00:00
André Malo
761e85bcbd - fix context info of ModMimeUsePathInfo (ACCESS_CONF)
- improve markup
- fix some typos
- update the transformation (in that order ;-)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97257 13f79535-47bb-0310-9956-ffa450edef68
2002-10-18 01:32:27 +00:00
André Malo
79ba964729 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97236 13f79535-47bb-0310-9956-ffa450edef68
2002-10-16 07:08:09 +00:00
André Malo
c466d81a05 (re-)add the obsolete module docs.
This commit is a base for some discussion and better work on the
documents, feel free to add or change the files
I stuck with mod_access for now, since there's no decision about yet.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97235 13f79535-47bb-0310-9956-ffa450edef68
2002-10-16 06:56:35 +00:00
Yoshiki Hayashi
9c4cb37f8e Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97226 13f79535-47bb-0310-9956-ffa450edef68
2002-10-15 11:21:28 +00:00
Yoshiki Hayashi
5255f543a5 Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97225 13f79535-47bb-0310-9956-ffa450edef68
2002-10-15 11:19:56 +00:00
André Malo
4160451af3 A happy outcome is worth waiting for...
add docs for AddOutputFilterByType
sorry for the long delay.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97221 13f79535-47bb-0310-9956-ffa450edef68
2002-10-15 03:30:17 +00:00
André Malo
7fe519e29b discovered some useful stuff in the code,
see: server/core.c:core_override_type


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97218 13f79535-47bb-0310-9956-ffa450edef68
2002-10-15 02:51:41 +00:00
David Shane Holden
6004163be0 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97210 13f79535-47bb-0310-9956-ffa450edef68
2002-10-14 19:16:27 +00:00
William A. Rowe Jr
49d6e906c9 Document EnableSendfile. I'm presuming that directives.html* and
quick_reference.html* are now autogenerated.  Could someone run the
  xml builder and commit the compiled results?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97208 13f79535-47bb-0310-9956-ffa450edef68
2002-10-14 18:25:07 +00:00
André Malo
168543cd80 update transformation due to perchild.xml changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97188 13f79535-47bb-0310-9956-ffa450edef68
2002-10-12 14:59:20 +00:00
Ryan Bloom
10ed47b099 Fix the docs for ChildPerUserId.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97177 13f79535-47bb-0310-9956-ffa450edef68
2002-10-11 15:20:30 +00:00
Yoshiki Hayashi
093060b625 Regenerate Japanese HTML files.
Sorry for SPAM.  I forgot to update ja.xml first so the previous
transformation ended up in empty context lines.  Thank Hiroaki KAWAI
<hawk@bcl.t.u-tokyo.ac.jp> for pointing this out.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97171 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 14:30:08 +00:00
Yoshiki Hayashi
69b542eae4 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97169 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 13:08:41 +00:00
Yoshiki Hayashi
45503659a5 Convert context element back into English.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97168 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 13:06:41 +00:00
Yoshiki Hayashi
c4b048cc02 Update Japanese translations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97167 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 13:03:44 +00:00
Yoshiki Hayashi
e62cf53544 Convert context element back into English.
Submitted by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97166 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 13:00:12 +00:00
Yoshiki Hayashi
2e0fdc14fd 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@97165 13f79535-47bb-0310-9956-ffa450edef68
2002-10-10 12:56:30 +00:00
André Malo
aa5888a2ef fix bogus anchors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97155 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 01:40:44 +00:00
André Malo
ecc81a9ecc update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97154 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 01:27:48 +00:00
André Malo
54c2f3418c fix many links in respect to the aaa changes.
Probably overlooked one or two ;-)

Some files are left unmodified, since the parts there
aren't clear or have to be (re-)written:

ebcdic.xml
new_features_2_0.xml
upgrading.xml


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97153 13f79535-47bb-0310-9956-ffa450edef68
2002-10-09 01:16:06 +00:00
André Malo
7b672a2117 core.xml: revert turns to <pre>formatted examples and use
<indent> elements
update transformations of core.html.en and
  quickreference.html.en (due to the mod_rewrite.xml fix)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97146 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 18:40:36 +00:00
Erik Abele
7e9ff3f66f Typo.
Submitted by: Steve Reppucci <sgr@logsoft.com>
Bug#: 13383


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97145 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 17:44:48 +00:00
André Malo
08a1c36c03 fix context abbreviation code
it didn't work properly if there's a newline inside of a context
(instead of a single space), so some <context>virtual
host</context> were lost.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97141 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 02:48:22 +00:00
André Malo
22a342b1ea update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97140 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 02:22:26 +00:00
André Malo
4ef885c1ad <context>directory</context> includes location
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97137 13f79535-47bb-0310-9956-ffa450edef68
2002-10-08 01:46:47 +00:00
André Malo
38d154b343 update transformation due to the change of synopsis.xsl
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97134 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 15:23:03 +00:00
André Malo
aea58da4fb update transformation...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97131 13f79535-47bb-0310-9956-ffa450edef68
2002-10-07 13:56:36 +00:00