1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-11 13:22:44 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Joshua Slive
e9571aaf53 Fix a missing tag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91834 13f79535-47bb-0310-9956-ffa450edef68
2001-11-10 18:29:56 +00:00
Joshua Slive
12770b8d77 Change note->environment variable and convert <pre> list to <table>.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91833 13f79535-47bb-0310-9956-ffa450edef68
2001-11-10 18:29:22 +00:00
Ian Holsman
3a64998113 add a new option '%{note-name}e' to headers.
This will output the value of the note (subprocess_env) into a header field


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91789 13f79535-47bb-0310-9956-ffa450edef68
2001-11-07 19:25:33 +00:00
Rich Bowen
f88b50dec4 w3c tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91116 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:39:26 +00:00
Rich Bowen
29711056b0 Spell checking.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90946 13f79535-47bb-0310-9956-ffa450edef68
2001-09-07 02:38:21 +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
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
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
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
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
Joshua Slive
4381880352 Style update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86342 13f79535-47bb-0310-9956-ffa450edef68
2000-09-27 03:08:24 +00:00
Joshua Slive
0c4da4d383 PR: 6419
Submitted by:	chris@chrullrich.de
Reviewed by:	Joshua Slive
Missing Override.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86190 13f79535-47bb-0310-9956-ffa450edef68
2000-09-09 18:31:42 +00:00
Ken Coar
338e2040bd 'Header Unset' really unsets all values for the field, not
just the first.

Submitted by:	Robin Langford <rlangfor@US.IBM.Com>
Reviewed by:	Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83364 13f79535-47bb-0310-9956-ffa450edef68
1999-06-22 21:17:35 +00:00
Ken Coar
38d73313a9 Some of my semi-regular HTML cleanup (tag ordering, B/I
replacement) and long-line (>80) shortening.  No thirty..


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81320 13f79535-47bb-0310-9956-ffa450edef68
1998-05-20 14:13:00 +00:00
Ken Coar
80c32a1d5f Another pass at the normalisation of the HTML tags. Some
corrections coming up.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
1998-02-05 20:05:18 +00:00
Ken Coar
8d03a2f944 As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
1998-01-28 19:11:58 +00:00
Ken Coar
07050bb5be A truly mighty mod normalising HTML tags to uppercase, and
'i' and 'b' to 'EM' and 'STRONG' respectively.  Been threatening
	to do this for months.. no-one need try to maintain this when
	writing/modifiying the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80021 13f79535-47bb-0310-9956-ffa450edef68
1998-01-26 16:54:35 +00:00
Ralf S. Engelschall
b024a0d038 Make headerlines consistent between modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78858 13f79535-47bb-0310-9956-ffa450edef68
1997-08-01 12:05:05 +00:00
Ken Coar
8a147876e2 Online docs appearance rework, pass 1 phase 3: module descriptions.
This is the end of this pass for the online manual.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78228 13f79535-47bb-0310-9956-ffa450edef68
1997-06-04 16:14:24 +00:00
Marc Slemko
12e17e74b5 Big spelling and HTML cleanup of docs. Thanks go to weblint and ispell
and their authors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78081 13f79535-47bb-0310-9956-ffa450edef68
1997-05-01 05:27:03 +00:00
Randy Terbush
5c09d4b24b Spelling corrections
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77156 13f79535-47bb-0310-9956-ffa450edef68
1996-12-02 18:14:12 +00:00
pcs
7045561189 Add documentation for the new headers module (mod_headers)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77039 13f79535-47bb-0310-9956-ffa450edef68
1996-11-25 11:54:11 +00:00