1
0
mirror of https://github.com/apache/httpd.git synced 2025-10-28 20:34:59 +03:00
Commit Graph

1454 Commits

Author SHA1 Message Date
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
Joshua Slive
5321f5a3c3 A few fixups to the new logging docs.
Submitted by:	Chris Pepper, Joshua Slive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90218 13f79535-47bb-0310-9956-ffa450edef68
2001-08-16 14:58:14 +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
Joshua Slive
a20d0649c6 Bring forward new logs.html doc from 1.3.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90067 13f79535-47bb-0310-9956-ffa450edef68
2001-08-10 15:54:09 +00:00
Joshua Slive
509ad5a906 prefork is default.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90009 13f79535-47bb-0310-9956-ffa450edef68
2001-08-07 20:34:47 +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
William A. Rowe Jr
d51dbc7229 Gone, see .html.en flavors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89951 13f79535-47bb-0310-9956-ffa450edef68
2001-08-06 19:42:42 +00:00
William A. Rowe Jr
773df83269 These will _not_ be required in 2.0 If they are required today, there is
still a bug to track down.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89950 13f79535-47bb-0310-9956-ffa450edef68
2001-08-06 19:37:27 +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
Yoshiki Hayashi
6adddefe3f Expand .html.en, .html.fr and .html.ja.jis as well as
.html and .html.html.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89905 13f79535-47bb-0310-9956-ffa450edef68
2001-08-03 08:57:39 +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
William A. Rowe Jr
1be045b72d That's all I'm changing... time to simply bring the 1.3 file over.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89778 13f79535-47bb-0310-9956-ffa450edef68
2001-07-30 04:12:50 +00:00
William A. Rowe Jr
bd100ea666 Fix some brokenness.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89777 13f79535-47bb-0310-9956-ffa450edef68
2001-07-30 03:39:49 +00:00
Cliff Woolley
a7c5c2babe No such thing as /usr/local/bin/perl5 on icarus...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89774 13f79535-47bb-0310-9956-ffa450edef68
2001-07-29 22:54:22 +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
William A. Rowe Jr
67af92ac6e More XXX replacement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89663 13f79535-47bb-0310-9956-ffa450edef68
2001-07-23 18:54:32 +00:00
William A. Rowe Jr
77dc0ac926 XXX is disallowed except as a to-do note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89662 13f79535-47bb-0310-9956-ffa450edef68
2001-07-23 18:53:04 +00:00
William A. Rowe Jr
4779d38dd2 Lots o' changes to re-review.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89657 13f79535-47bb-0310-9956-ffa450edef68
2001-07-23 17:24:47 +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
Joshua Slive
7c25c04192 ExtendedStatus is back.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89530 13f79535-47bb-0310-9956-ffa450edef68
2001-07-10 18:49:50 +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
Cliff Woolley
09e715dbfa More of s/ap_table_t/apr_table_t/g;
Also s/ap_status_t/apr_status_t/;


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89435 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 18:51:23 +00:00
Cliff Woolley
9bcbfdc46c It's apr_pool_t, not apr_pools_t. And tables are in APR's namespace, not
Apache's, so it's apr_table_t and not ap_table_t.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89434 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 18:44:20 +00:00
William A. Rowe Jr
3b24cc7824 Update docs to reflect API changes and typos.
Harrie Hazewinkel <harrie@covalent.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89426 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 03:34:15 +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
941bc17c48 Add some instructions on verifying PGP signatures. This could really
use a review from some people who understand these issues better than
I do.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89394 13f79535-47bb-0310-9956-ffa450edef68
2001-06-20 04:33:13 +00:00
Joshua Slive
f71eeca3ef Remove these Pre-1.3 vhost files from the 2.0 docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89391 13f79535-47bb-0310-9956-ffa450edef68
2001-06-20 01:14:29 +00:00
Joshua Slive
61be6d5644 Note mod_headers changes in a couple other places.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89388 13f79535-47bb-0310-9956-ffa450edef68
2001-06-19 03:55:59 +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
Martin Kraemer
0dbc0ba7d9 First step at stamping out gif's: convert them to png
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89243 13f79535-47bb-0310-9956-ffa450edef68
2001-05-30 07:54:51 +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
Joshua Slive
d9a2c3aade Add a little more info on ways to enable modules, add an index, and
clean up a few things.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89189 13f79535-47bb-0310-9956-ffa450edef68
2001-05-21 20:31:37 +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