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

805 Commits

Author SHA1 Message Date
Joshua Slive
944952d554 Further cleanup of mod_mime docs:
- Shorten up the summary a little.
- Remove some cross-references where the link is already in the directive text.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94906 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 17:46:35 +00:00
Joshua Slive
a44c5833fd Some cleanup, cross-referencing, and description additions for mod_mime.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94905 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 15:10:28 +00:00
Joshua Slive
1323bf7d56 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94904 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 14:37:13 +00:00
Joshua Slive
b476bfcb02 Be a little more specific about what Location matches against.
PR: 8569


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94903 13f79535-47bb-0310-9956-ffa450edef68
2002-05-02 14:34:36 +00:00
Bill Stoddard
0ca3410662 mod_cache doc update (note this is still very primitive)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94874 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 03:41:45 +00:00
Rich Bowen
8832e7a0fe Typoed HTML tag. </ br> -> <br />
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94806 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 20:08:31 +00:00
Rich Bowen
61a3620dcd Added example of the Redirect status syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94805 13f79535-47bb-0310-9956-ffa450edef68
2002-04-25 20:04:19 +00:00
Yoshiki Hayashi
ef41276555 s/.html.html/.html/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94763 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 10:01:38 +00:00
Cliff Woolley
7586599090 worker is not the default Unix MPM. [This statement has been in the docs
ever since this was copy-and-pasted from the threaded MPM documentation,
and threaded *was* the default at one point.]

Reported by: kap@katchoo.org


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94670 13f79535-47bb-0310-9956-ffa450edef68
2002-04-16 06:13:48 +00:00
Joshua Slive
06aa1afca9 Addmodule doesn't exist in 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94651 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 22:08:44 +00:00
Joshua Slive
509b71068f Fix html comments in directive examples and defaults.
PR: 7832
Submitted by: sn@neopoly.com (Sven Neuhaus)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94649 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 17:08:53 +00:00
Joshua Slive
71da6ee25a Let people know what a "cgi-script" is and how to reference it.
PR: 8037


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94648 13f79535-47bb-0310-9956-ffa450edef68
2002-04-14 16:57:46 +00:00
Joshua Slive
b1bc20100d Add mod_cache to allmodules.xml and do the transforms to get
it into the indexes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94424 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 18:36:31 +00:00
Bill Stoddard
c6b4bf8e37 First meager steps to documenting mod_cache
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94408 13f79535-47bb-0310-9956-ffa450edef68
2002-04-03 04:07:35 +00:00
Joshua Slive
a9fbf24e63 Update the transformations.
Sorry for the huge diff.  It seems that switching from Xalan-j to xalan-c
causes the attributes to get reordered.

Suggestions for improvements to the build system would be greatly
appreciated.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94399 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 20:40:48 +00:00
Joshua Slive
c3af25b14d Just a little change so that this will validate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94398 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 20:39:16 +00:00
Rich Bowen
ec8e8ad896 A few additional examples added to the docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94373 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 03:09:53 +00:00
Cliff Woolley
b43d2c5b00 Grammar police. (Well, you asked for it. ;) There's still a split
infinitive in the last sentence, but I don't really believe in that
rule, so...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94372 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 02:38:31 +00:00
Aaron Bannert
19edeaba1f Update the docs on the ScoreBoardFile directive for the new
apr_shm.h API and the removal of the old SCOREBOARD_FILE stuff.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94370 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 01:07:43 +00:00
Brian Pane
769f2f65d3 Document the variable expansion enhancements for mod_include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94295 13f79535-47bb-0310-9956-ffa450edef68
2002-03-29 06:26:03 +00:00
Rich Bowen
9e378ee2cf Completed going through mod/code.xml ensuring that every directive
contains at least one example. A little additional clarification a few
places. Updates STATUS to reflect the status of this task.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94144 13f79535-47bb-0310-9956-ffa450edef68
2002-03-23 03:23:15 +00:00
Joshua Slive
e4c1aafd0e Update the transformations again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94012 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:40:13 +00:00
Joshua Slive
8be36761e5 Add a reference to mod_alias.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94011 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:28:38 +00:00
Joshua Slive
2b4cfc0a8d Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94008 13f79535-47bb-0310-9956-ffa450edef68
2002-03-19 01:11:12 +00:00
Joshua Slive
bf922576d3 Forward port warning against open proxies.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94005 13f79535-47bb-0310-9956-ffa450edef68
2002-03-18 22:30:50 +00:00
Joshua Slive
971767fd80 Fix a couple typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93921 13f79535-47bb-0310-9956-ffa450edef68
2002-03-13 21:52:35 +00:00
patrikj
cac1983bd9 Changed a <default>, so it doesn't use <em>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93858 13f79535-47bb-0310-9956-ffa450edef68
2002-03-12 15:26:36 +00:00
patrikj
d09a7af9aa Edited so that it can be validated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93856 13f79535-47bb-0310-9956-ffa450edef68
2002-03-12 15:22:45 +00:00
patrikj
4ab50b14c4 Modified so that it validates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93840 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:39:50 +00:00
patrikj
9e6e378262 Cleaned up so that it validates
<b> to <strong>
<i> to <em>
and so on...


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93838 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:01:25 +00:00
patrikj
aaf7f315e4 Changed DOCTYPE, so that it can be validated.
Added <p>:s to get it to validate


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93837 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:36:04 +00:00
patrikj
d2edea1154 Fixed XML header, so that the document can be validated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93835 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:13:36 +00:00
patrikj
c504e20273 Changed the DOCTYPE and DTD, so that it can be validated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93834 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 11:09:47 +00:00
Joshua Slive
951104c79b Somehow I missed mod_expires in the xmlization. Here it is.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93831 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 19:37:12 +00:00
Joshua Slive
646f6b22c6 Transformations updates.
Bring the automatic indexes online.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93830 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 05:10:46 +00:00
Joshua Slive
9f76888a0b Convert the last module (mpm_netware) and add the skeleton xml for
the automatic module index.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93829 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 05:06:42 +00:00
Joshua Slive
321245634d Updates to some transformations and the allmodules file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93826 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 04:35:19 +00:00
Joshua Slive
cf13d8185e Another few xml files. Only one or two left to go.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93825 13f79535-47bb-0310-9956-ffa450edef68
2002-03-10 04:34:21 +00:00
Joshua Slive
2a9502d927 First crack at the automatic directive index. Now the only thing that
needs to be done if a new module is added is to stick it in allmodules.xml.
The directives will then get included in the index.

The technique in the xsl stylesheet can surely be improved, and we can
also now do fancy stuff like having a "quick reference" which includes
syntax/etc.  But this is a good start.

I haven't committed the html output of this yet, because there are still
a few modules yet to be converted to xml.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93822 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 22:42:54 +00:00
Joshua Slive
964a10a90e XML for mod_proxy.
Note: This one was and still is is pretty rough shape, both in terms of

1. Stinky markup (why use a <p> when a couple <br>s will do?)

2. Out of date and insufficient content.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93820 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 22:23:29 +00:00
Joshua Slive
2c8b203d04 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93815 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 18:31:23 +00:00
Joshua Slive
adad84a7ce New xml versions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93814 13f79535-47bb-0310-9956-ffa450edef68
2002-03-09 18:31:00 +00:00
Joshua Slive
c9b4962ad9 Make the xml match the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93797 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 18:00:37 +00:00
Joshua Slive
2882dfd168 Update the html tranformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93793 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 17:19:23 +00:00
Joshua Slive
02c9e91824 Add some more xml versions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93792 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 17:19:00 +00:00
Ian Holsman
0536b99534 new directive SSIUndefinedEcho.
this allows webadmins to change the default '(none)' to something
a bit more presentable (eg <!-- undef -->)
PR:
Obtained from: Rex (the hack he had to fix this was so ugly I was forced to do this)
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93788 13f79535-47bb-0310-9956-ffa450edef68
2002-03-08 04:14:26 +00:00
Rich Bowen
eb4b9b5216 Conversion to XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93746 13f79535-47bb-0310-9956-ffa450edef68
2002-03-07 03:46:33 +00:00
Rich Bowen
11748ba28e XML conversion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93744 13f79535-47bb-0310-9956-ffa450edef68
2002-03-07 01:19:40 +00:00
Joshua Slive
ead4179482 Bring some more files into line with the new DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93742 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 22:16:49 +00:00
Joshua Slive
fcb88838f4 Bring some docs into line with the DTD.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93741 13f79535-47bb-0310-9956-ffa450edef68
2002-03-06 20:58:48 +00:00