Rich Bowen
674ec01c9a
Bringing 2.0 docs up to date with the 1.3 docs.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90484 13f79535-47bb-0310-9956-ffa450edef68
2001-08-22 02:22:46 +00:00
Rich Bowen
007d14d30a
Base template for Apache module documentation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90483 13f79535-47bb-0310-9956-ffa450edef68
2001-08-22 01:42:44 +00:00
William A. Rowe Jr
f1a4bc7d04
*) Changed the late-1.3 log_config substitution %c to %X (logs the
...
status of the closed connection) as it conflicts with the far more
common, historical ssl logging directive %...{var}c.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90417 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 19:43:03 +00:00
Rich Bowen
c5d6f8890c
Moved the directive listing up. Or the additional discussion down,
...
depending on how you look at it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90385 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 03:11:36 +00:00
Rich Bowen
7263eb0e2e
Error is argument listing for version sorting. A few minor typos.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90379 13f79535-47bb-0310-9956-ffa450edef68
2001-08-20 00:19:49 +00:00
Rich Bowen
f1e03cbc14
Additional hint in the HeaderName documentation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90366 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 19:27:32 +00:00
Rich Bowen
8b878bbe15
A little more clarity in DescriptionWidth. Better phrasing recommended by Bill Rowe on SuppressDescription
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90353 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 03:26:34 +00:00
Graham Leggett
b1c9e15b48
Some documentation corrections. Add the missing LDAPSharedCacheSize directive
...
to the docs.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90351 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 01:31:24 +00:00
Graham Leggett
27e042d880
Added documentation for mod_ldap and mod_auth_ldap.
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90346 13f79535-47bb-0310-9956-ffa450edef68
2001-08-19 00:45:34 +00:00
Rich Bowen
d9064c3b19
I had SuppressLastModified turned on, and so had the wrong number for
...
the column width.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90341 13f79535-47bb-0310-9956-ffa450edef68
2001-08-18 22:06:24 +00:00
Rich Bowen
ac47087550
Added a little more detail to the SuppressDescription argument to IndexOptions
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90339 13f79535-47bb-0310-9956-ffa450edef68
2001-08-18 19:49:59 +00:00
Ken Coar
72c47f3d78
Document the recent directive enhancements for cookie syntaces.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90184 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 02:30:09 +00:00
Joshua Slive
29f7e12399
The Port directive does effect VirtualHosts.
...
PR: 8174
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90179 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 01:27:22 +00:00
Joshua Slive
8228ea90b2
Clarify what %U will log.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90071 13f79535-47bb-0310-9956-ffa450edef68
2001-08-10 18:51:04 +00:00
Joshua Slive
885ffa294e
Eliminate duplicate info and add references to logs.html.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90068 13f79535-47bb-0310-9956-ffa450edef68
2001-08-10 15:58:16 +00:00
William A. Rowe Jr
a7632f5040
All mod_autoindex query parsing is now quietly quashed with the
...
IndexOption IgnoreClient. The IndexOption SuppressColumnSorting
still drops the column sort <a href>'s for the column headers, but
IgnoreClient is required to ignore these Query options entirely.
Introduced new mod_autoindex query argument parsing for F=[0|1|2]
to allow the client to select plain, FancyIndexing or HTMLTable
formatting, V=[0|1] to inhibit or enable version sorting, and
P=pattern to return only specific files. The old Query Arguments
were reorganized as C=f for sorting column 'f' (same N, D, S, or M
as before), and O=A|D for ordering ascending or descending.
Docs and an Example are provided in mod_autoindex.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89981 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 12:54:31 +00:00
William A. Rowe Jr
5c1fdbd27d
Formatted output changes only...
...
Introduced new mod_autoindex IndexOptions flags; SuppressIcon to
drop the icon column and SuppressRules to drop the <hr> elements.
These are necessary for HTML 3.2 final formatting rules.
Introduced HTMLTable to create rudimentary HTML table listings
(implies FancyIndexing). Necessary for alternate charsets, since
the columns are borked by multibyte characters.
Re-Introduced the mod_autoindex IndexOptions flag TrackModified
from Apache 1.3.15. This is needed for two reasons, first, given
multiple machines within a server farm, ETags and Last-Modified
stamps won't correspond from machine to machine, and second, many
Unixes don't capture changes to the date or time stamp of existing
files, since these don't modify the dirent itself.
[Originally for 1.3 by me]
Re-Introduced the mod_autoindex InextOptions flag FoldersFirst
and DirectoryWidth options from Apache 1.3.10.
[Originally for 1.3 by Ken Coar]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89979 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 04:33:58 +00:00
Joshua Slive
1738c88939
Correct the default.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89913 13f79535-47bb-0310-9956-ffa450edef68
2001-08-03 23:41:35 +00:00
William A. Rowe Jr
98747ddffa
Thanks Justin :) This also looked a bit klunky
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89895 13f79535-47bb-0310-9956-ffa450edef68
2001-08-03 00:50:26 +00:00
Cliff Woolley
5c65228471
Somebody please teach OtherBill how to spell "deprecated". ;-)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89894 13f79535-47bb-0310-9956-ffa450edef68
2001-08-03 00:33:24 +00:00
William A. Rowe Jr
b20d409f66
It's a new book. Time to throw out the old switch-hitter plays.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89892 13f79535-47bb-0310-9956-ffa450edef68
2001-08-03 00:24:40 +00:00
Ryan Bloom
cb4f372f8b
XBitHack has just been re-enabled in Apache 2.0, so the docs need to
...
be updated to reflect that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89874 13f79535-47bb-0310-9956-ffa450edef68
2001-08-02 05:28:27 +00:00
Joshua Slive
4b0cb28f2d
Typo.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89768 13f79535-47bb-0310-9956-ffa450edef68
2001-07-29 18:47:54 +00:00
Joshua Slive
2761ae7342
Some doc updates realted to ssi.
...
1. Add info on how to activate ssi to upgrading.html.
2. Remove mention of the ssi magic mime-types, since they no
longer work.
3. Place a warning on xbithack that it doesn't currently work,
and reference the bug report.
4. Add a warning about mod_include parsing non-html content.
5. Misc little fixups.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89655 13f79535-47bb-0310-9956-ffa450edef68
2001-07-23 15:50:47 +00:00
Joshua Slive
b8861ba216
Bringing forward from 1.3: small changes to standardize argument types.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89603 13f79535-47bb-0310-9956-ffa450edef68
2001-07-18 20:25:19 +00:00
Joshua Slive
e13a4cc672
Bringing forward from 1.3: Changes to standardize the "argument types"
...
in the syntax entires.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89568 13f79535-47bb-0310-9956-ffa450edef68
2001-07-17 20:20:21 +00:00
Joshua Slive
3166708470
Typo fix.
...
Submitted by: Carl Johnstone <carl.johnstone@gmgrd.co.uk >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89540 13f79535-47bb-0310-9956-ffa450edef68
2001-07-11 16:51:29 +00:00
Joshua Slive
ae4298616f
New directives should really come with documentation. This is
...
my best guess at what the documentation for the AcceptMutex directive
should look like.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89533 13f79535-47bb-0310-9956-ffa450edef68
2001-07-10 19:22:40 +00:00
Ryan Bloom
f48c2e8363
Add documentation for mod_suexec. And add a note in the old docs
...
about User that SuexecUserGroup now replaces putting User/Group directives
inside of VirtualHosts.
PR: 7634
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89499 13f79535-47bb-0310-9956-ffa450edef68
2001-07-05 04:27:56 +00:00
Joshua Slive
fa9b8b364e
Reverse typo correction.
...
Submitted by: Rodent of Unusual Size <Ken.Coar@Golux.Com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89401 13f79535-47bb-0310-9956-ffa450edef68
2001-06-21 20:26:20 +00:00
Joshua Slive
2feece5618
Bring these docs into line with "The Standard" and clean them up a
...
little.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89387 13f79535-47bb-0310-9956-ffa450edef68
2001-06-19 03:48:49 +00:00
Bill Stoddard
e36b1ebae6
Extend mod_setenvif to support specifying regular expressions
...
on the SetEnvIf (and SetEnvIfNoCase) directive attribute field.
Example: SetEnvIf ^TS* [a-z].* HAVE_TS
will cause HAVE_TS to be set if any of the request headers begins
with "TS" and has a value that begins with any character in the
set [a-z]. [Bill Stoddard]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89353 13f79535-47bb-0310-9956-ffa450edef68
2001-06-12 17:06:04 +00:00
Yoshiki Hayashi
54666fc179
Port typo fix from 1.3.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89287 13f79535-47bb-0310-9956-ffa450edef68
2001-06-07 05:14:13 +00:00
Bill Stoddard
80ed810f66
Extend mod_headers to support conditional driven Header
...
add, append and set. Use SetEnvIf to set an envar and conditionally
add/append/set headers based on this envar thusly:
SetEnvIf TSMyHeader value HAVE_TSMyHeader
Header add MyHeader "%t %D" env=HAVE_TSMyHeader
If the request contains header "TSMyHeader: value" then header
MyHeader: "t=xxxxxxxxxx D=yyyy" will be sent on the response.
Update mod_headers.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89271 13f79535-47bb-0310-9956-ffa450edef68
2001-06-05 21:44:48 +00:00
Bill Stoddard
f99513610b
Update doc with info on Header echo directive
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89251 13f79535-47bb-0310-9956-ffa450edef68
2001-06-01 04:39:08 +00:00
Martin Kraemer
64ecb3db32
Add RequestHeader
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89245 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 08:37:27 +00:00
Martin Kraemer
d7876cd5d6
Fix broken #target
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89244 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 08:35:33 +00:00
Yoshiki Hayashi
d09f32188d
Typo fix.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89233 13f79535-47bb-0310-9956-ffa450edef68
2001-05-28 10:37:34 +00:00
Graham Leggett
97b97c1c69
Fixed a typo about the RequestHeader directive and compatibility.
...
PR:
Obtained from:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89182 13f79535-47bb-0310-9956-ffa450edef68
2001-05-20 15:57:20 +00:00
Graham Leggett
5ebd4c2b68
Updated mod_headers documentation to coincide with addition of RequestHeader
...
directive.
PR:
Obtained from:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89181 13f79535-47bb-0310-9956-ffa450edef68
2001-05-20 15:54:21 +00:00
Ken Coar
6947ca5b3d
Bring forward this patch from 1.3..
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89160 13f79535-47bb-0310-9956-ffa450edef68
2001-05-18 20:26:56 +00:00
Joshua Slive
68af27a953
Bring the mod_include docs up to scratch and link up the ssi tutorial.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89042 13f79535-47bb-0310-9956-ffa450edef68
2001-05-07 00:42:21 +00:00
Joshua Slive
79b4bfab68
Forgot one file when adding mod_cgid.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89036 13f79535-47bb-0310-9956-ffa450edef68
2001-05-06 05:08:56 +00:00
Joshua Slive
62884a215d
Update some CGI docs:
...
- add docs for mod_cgid
- link up the CGI tutorial brought forward from 1.3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89035 13f79535-47bb-0310-9956-ffa450edef68
2001-05-06 05:08:01 +00:00
Yoshiki Hayashi
443bee33cb
Fix typo.
...
Submitted by: Koga Youichirou <y-koga@apache.or.jp >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88916 13f79535-47bb-0310-9956-ffa450edef68
2001-04-23 12:43:16 +00:00
Chris Pepper
dc5fc7d083
More entity quoting.
...
<p></p> & <a></a> cleanup.
Removed link to mod_cookies.html (missing in 2.0).
Fixed <a name="#.
Fixed link to fragment removed from mod_proxy.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88377 13f79535-47bb-0310-9956-ffa450edef68
2001-02-28 03:40:40 +00:00
Joshua Slive
00d504b64b
Some details on mod_rewrite variables.
...
Submitted by: Miguel Cruz <mnc@un.u.nu>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88373 13f79535-47bb-0310-9956-ffa450edef68
2001-02-27 21:36:14 +00:00
Rich Bowen
68407c0f4f
Applied patch from 1.3 tree - added link back from AllowOverride to
...
AccessFileName
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88367 13f79535-47bb-0310-9956-ffa450edef68
2001-02-27 12:28:17 +00:00
Ryan Bloom
e25e1dc44b
Rename the mpmt_pthread module to threaded. This module has moved from
...
the old mpmt_pthread directory to the new threaded directory.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88199 13f79535-47bb-0310-9956-ffa450edef68
2001-02-16 19:00:24 +00:00
Chuck Murcko
3a14b44521
add placeholder for proxy doc
...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88187 13f79535-47bb-0310-9956-ffa450edef68
2001-02-16 07:33:35 +00:00