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

206 Commits

Author SHA1 Message Date
Joshua Slive
91afbbaa40 Fix links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92462 13f79535-47bb-0310-9956-ffa450edef68
2001-12-13 21:46:05 +00:00
Joshua Slive
14b759de4a Update the AcceptPathInfo docs and add references from upgrading and
mod_include docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92461 13f79535-47bb-0310-9956-ffa450edef68
2001-12-13 21:39:28 +00:00
William A. Rowe Jr
a33f617e1a A little loopy commit. Refer mod_cgid users to the mod_cgi docs for
extra info, document the AcceptPathInfo impact in the PATH_INFO comments
  of mod_cgi, and document it's configuration in core.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92455 13f79535-47bb-0310-9956-ffa450edef68
2001-12-13 18:19:21 +00:00
Rich Bowen
51861cf812 Remove LaTeX directives from core.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91828 13f79535-47bb-0310-9956-ffa450edef68
2001-11-10 03:37:15 +00:00
Martin Kraemer
46d8ab349b Try to improve the wording
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91800 13f79535-47bb-0310-9956-ffa450edef68
2001-11-08 14:43:46 +00:00
Martin Kraemer
26b47d185e Fix erroneous description
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91799 13f79535-47bb-0310-9956-ffa450edef68
2001-11-08 14:37:11 +00:00
Martin Kraemer
ac0d5e6317 Fixed previous patch to reflect what Apache-1.3 did regarding self-
referential uri's, and updated the manual accordingly.
XXX There is a kludge here: XXX the port number from the client's Host:
header used to be tossed, and there is no clean mechanism to pass it
(in the request_rec) to other consumers. As the unparsed_uri structure
(which could avoid repeated parsing of URI, Host, Port etc) seems to be
mostly unused currently, I used that to pass the port.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91798 13f79535-47bb-0310-9956-ffa450edef68
2001-11-08 14:29:37 +00:00
Justin Erenkrantz
57bff9deb0 Remove references to Port directive.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91566 13f79535-47bb-0310-9956-ffa450edef68
2001-10-19 05:52:07 +00:00
Ryan Bloom
b7bc1a03e7 Remove the Port directive. In it's place, the Listen directive
is now a required directive, which tells Apache what port to
listen on.  The ServerName directive has also been extended
to accept an optional port.  If the port is specified to the
ServerName, the server will report that port whenever it
reports the port that it is listening on.  This change was
made to ease configuration errors that stem from having a Port
directive, and a Listen directive.  In that situation, the server
would only listen to the port specified by the Listen command,
which caused a lot of confusion to users.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91293 13f79535-47bb-0310-9956-ffa450edef68
2001-10-04 20:00:53 +00:00
Rich Bowen
80aa275c73 Ran w3c tidy with the -asxhtml flag.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90942 13f79535-47bb-0310-9956-ffa450edef68
2001-09-07 01:49:03 +00:00
Rich Bowen
4e1be58da3 W3C tidy. Lowecased HTML tags. Various other indentation and
prettification of the HTML.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90908 13f79535-47bb-0310-9956-ffa450edef68
2001-09-06 03:48:59 +00:00
William A. Rowe Jr
aa5e641aa7 Move ForceType/SetHandler from mod_mime to core, copy the Set*Filter
description for Add*Filter in mod_mime, and cross reference them.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90864 13f79535-47bb-0310-9956-ffa450edef68
2001-09-01 02:25:22 +00:00
Joshua Slive
a4a0cba5f5 Add a note about includesnoexec.
PR: 5075


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90520 13f79535-47bb-0310-9956-ffa450edef68
2001-08-22 23:13:10 +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
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
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
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
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
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
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
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
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
445c56f2e2 Removed some more occurrances of "index.html".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87163 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03 06:04:44 +00:00
Joshua Slive
e0f96dd29b Clean up a few broken links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87068 13f79535-47bb-0310-9956-ffa450edef68
2000-11-22 19:52:10 +00:00
Joshua Slive
9bd296d331 Clean up core.html a little.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87033 13f79535-47bb-0310-9956-ffa450edef68
2000-11-20 01:21:59 +00:00
Joshua Slive
b93c6a2d01 Remove more of the directives that moved to mpm_common.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87022 13f79535-47bb-0310-9956-ffa450edef68
2000-11-19 05:04:08 +00:00
Joshua Slive
8b09ca2ad9 First attempt at MPM documentation. Feedback appreciated. Discussion
to follow on apache-docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86997 13f79535-47bb-0310-9956-ffa450edef68
2000-11-17 19:29:59 +00:00
Joshua Slive
54c9571a42 Slight clarification of chunked encoding and keep-alives. Thanks Tony.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86875 13f79535-47bb-0310-9956-ffa450edef68
2000-11-08 22:37:29 +00:00
Joshua Slive
efc5b26cf1 Make the keep-alive documentation more accurate.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86861 13f79535-47bb-0310-9956-ffa450edef68
2000-11-08 01:15:49 +00:00
Joshua Slive
1766317db6 Fix typos and grammar.
Submitted by:	Chris Pepper@mail.reppep.com


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86728 13f79535-47bb-0310-9956-ffa450edef68
2000-10-24 01:11:59 +00:00
Joshua Slive
0426d37522 One more update for "config directory" patch,
plus update of keep-alive documentation.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86727 13f79535-47bb-0310-9956-ffa450edef68
2000-10-23 22:41:58 +00:00
Joshua Slive
d58e23d383 Be a little more explicit about the consequences of
ErrorDocument xxx http://....


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86411 13f79535-47bb-0310-9956-ffa450edef68
2000-10-06 00:56:48 +00:00
Joshua Slive
08b904e73f PR: 5961
Make the NameVirtualHost docs a little more accurate.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86234 13f79535-47bb-0310-9956-ffa450edef68
2000-09-15 19:13:42 +00:00
Rich Bowen
97318f9e20 allow->Allow, deny->Deny, order->Order and require->Require.
All directives are now consistently capitalized.
PR:
Obtained from:
Submitted by:	Rich Bowen <rbowen@rcbowen.com>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86205 13f79535-47bb-0310-9956-ffa450edef68
2000-09-12 15:16:59 +00:00
Joshua Slive
ed488c48e5 PR: 6470,6450,6218,6216,6478
Submitted by:	pepper@reppep.com
Reviewed by:	Joshua Slive
Grammar fixes from the bug database.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86189 13f79535-47bb-0310-9956-ffa450edef68
2000-09-09 18:19:55 +00:00
Tony Finch
4e54ed5e02 ding, dong, ServerType is dead
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85016 13f79535-47bb-0310-9956-ffa450edef68
2000-04-22 23:45:10 +00:00
Tony Finch
2ad2f9e3b8 Document that a whole pile of directives have moved to the MPMs
or disappeared entirely.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84815 13f79535-47bb-0310-9956-ffa450edef68
2000-03-21 19:08:35 +00:00
Tony Finch
ac23f18cd5 Explain the changed ErrorDocument syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84813 13f79535-47bb-0310-9956-ffa450edef68
2000-03-21 18:28:27 +00:00
Ken Coar
5c44108274 Some Apache users are nervous about the version number (e.g.,
"Apache/1.3.11") in the Server: version string -- so add a
	new ServerTokens keyword that displays just the product name
	with no version (i.e., "Apache").


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84678 13f79535-47bb-0310-9956-ffa450edef68
2000-02-28 13:42:23 +00:00
Jim Jagielski
af4ec5a231 Try to reduce confusion over multiple and possible "conflicting"
versions of the term "default" by changing AddDefaultCharset to
be of the mode Off | On | charset
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84569 13f79535-47bb-0310-9956-ffa450edef68
2000-02-05 00:33:18 +00:00
Jim Jagielski
312b86c116 Streamline the AddDefaultCharset directive. Now this one directive
controls the entire 'charset' specification setup. If there is
heartburn, I have no trouble with backing this out, but it makes
live easier for those not using the "default" charset, and reduces
directive bloat a bit :)

PR:
Obtained from:
Submitted by:
Reviewed by:	Martin


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84564 13f79535-47bb-0310-9956-ffa450edef68
2000-02-03 14:22:26 +00:00
Jim Jagielski
bf91ca510f Marc's CSS patch!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84557 13f79535-47bb-0310-9956-ffa450edef68
2000-02-02 20:43:16 +00:00
Bill Stoddard
d396b348b0 Documentation for the Netware port
Submitted by:	Mike Gardiner


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84489 13f79535-47bb-0310-9956-ffa450edef68
2000-01-18 19:32:49 +00:00
Tony Finch
25cf1b6402 Revert the scoreboard change because Jim doesn't like it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84444 13f79535-47bb-0310-9956-ffa450edef68
2000-01-12 15:54:46 +00:00
Tony Finch
5288c0fb16 Be more explicit about the performance of UseCanonicalName DNS
after the scoreboard change.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84440 13f79535-47bb-0310-9956-ffa450edef68
2000-01-12 01:18:07 +00:00
Manoj Kasichainula
fb179c817c Add back support for UseCanonicalName in <Directory> containers.
Mistake was found by Dave Colasurdo <davecola@us.ibm.com>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84345 13f79535-47bb-0310-9956-ffa450edef68
1999-12-21 07:52:51 +00:00
Lars Eilebrecht
8467d26cce Uhm... forgot require directive...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84322 13f79535-47bb-0310-9956-ffa450edef68
1999-12-19 18:46:59 +00:00
Lars Eilebrecht
73ef731ed0 Add some links.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84320 13f79535-47bb-0310-9956-ffa450edef68
1999-12-19 17:33:14 +00:00