1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-27 09:35:38 +03:00
Commit Graph

778 Commits

Author SHA1 Message Date
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
Chuck Murcko
7051c34517 This file moved into httpd-proxy CVS module.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88180 13f79535-47bb-0310-9956-ffa450edef68
2001-02-15 23:21:30 +00:00
Ryan Bloom
c8102d866b Remove the dexter MPM. This has been replaced with the Perchild MPM.
The two MPMs are basically identical, except that Perchild also allows
each child process to have a unique uid/gid combination.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88144 13f79535-47bb-0310-9956-ffa450edef68
2001-02-13 20:30:19 +00:00
Joshua Slive
8264c19b87 Remove the warning from the mod_include docs since it seems
relatively up-to-date now.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88073 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 23:36:07 +00:00
Joshua Slive
ba3266faca Update all the references I can find to use SetOutputFilter to
actives SSIs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88072 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 23:33:36 +00:00
Joshua Slive
f65ed749c3 Remove SetFilter from the mod_mime docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88071 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 23:32:21 +00:00
Joshua Slive
64700324cb Better get the index entries too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88049 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 04:12:55 +00:00
Joshua Slive
7a0dfe57dd ServerType is gone in 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88048 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 04:12:00 +00:00
Joshua Slive
f279daa8f9 Add some VERY basic filter documentation. See followup discussion
on apache-docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88047 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 04:04:12 +00:00
Bill Stoddard
12da73c42e Add new LogFormat directive, %D, to log time it takes to serve a request
in microseconds.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88046 13f79535-47bb-0310-9956-ffa450edef68
2001-02-10 03:38:48 +00:00
Ken Coar
945b318250 Fixed a typo..
Submitted by:	Steve Ciccarelli <Tenefel@aol.com>
Reviewed by:	Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87909 13f79535-47bb-0310-9956-ffa450edef68
2001-01-29 19:15:49 +00:00
Joshua Slive
d56f872d3e Adding references to html'ized man pages where appropriate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87879 13f79535-47bb-0310-9956-ffa450edef68
2001-01-28 00:19:30 +00:00
Joshua Slive
c30f94e109 Fix typo in module identifier.
PR: 7117
Submitted by:	Brent Kearney


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87819 13f79535-47bb-0310-9956-ffa450edef68
2001-01-24 18:28:09 +00:00
Tony Finch
84c36af5a2 note that rewrite map expansions work in rewriteconds
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87659 13f79535-47bb-0310-9956-ffa450edef68
2001-01-11 23:29:16 +00:00
Joshua Slive
5d7e4d4b49 Fix a typo in an example and make a slight clarification in the
TransferLog docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87648 13f79535-47bb-0310-9956-ffa450edef68
2001-01-10 21:38:36 +00:00
Jeff Trawick
c5cc43631c update some references to the old prefix/libexec directory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87646 13f79535-47bb-0310-9956-ffa450edef68
2001-01-10 19:48:08 +00:00
Joshua Slive
a235af4c8f This is the second in a series of clean-ups of the
environment variable docs.  Here is what I have done:

1. Removed some obsolete CERN references and done a tiny
bit of cleanup of mod_env.html.

2. Included references from mod_env.html and mod_setenvif.html
to env.html.

3. Prettied-up env.html a little bit by including sub-headings.

4. Added some "caveats" to env.html:
- No overriding basic CGI variables
- suexec restrictions
- no non-alphanumeric characters in env variable names


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87621 13f79535-47bb-0310-9956-ffa450edef68
2001-01-09 03:24:50 +00:00
Joshua Slive
3404634c64 Place a note in some of the files that contain obsolete information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87505 13f79535-47bb-0310-9956-ffa450edef68
2000-12-21 22:36:03 +00:00
William A. Rowe Jr
b9195712b5 Document the Win32 .so change. Time to rest the brain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87484 13f79535-47bb-0310-9956-ffa450edef68
2000-12-21 02:26:56 +00:00
Joshua Slive
936b6a9db2 Major rewrite of mod_access docs.
Submitted by:	Joshua Slive, Cliff Woolley


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87378 13f79535-47bb-0310-9956-ffa450edef68
2000-12-16 21:41:38 +00:00
Joshua Slive
45643bc9c8 Major update of mod_log_config docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87288 13f79535-47bb-0310-9956-ffa450edef68
2000-12-11 21:00:59 +00:00
Joshua Slive
2115c234f0 Remove mod_log_agent and mod_log_referer from the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87277 13f79535-47bb-0310-9956-ffa450edef68
2000-12-11 00:45:41 +00:00
Joshua Slive
e3489b6948 Normalize syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
2000-12-09 19:50:04 +00:00
Chris Pepper
eba324b391 Removed some illegal <p>s wrapping <hr>s.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87164 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03 06:05:44 +00:00