1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-29 04:02:02 +03:00
Commit Graph

218 Commits

Author SHA1 Message Date
Marc Slemko
e37c357597 Clarify use of textual strings for expiry times.
PR: 1397
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79562 13f79535-47bb-0310-9956-ffa450edef68
1997-11-11 22:47:40 +00:00
Roy T. Fielding
fda326764c Close them CODE elements
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79557 13f79535-47bb-0310-9956-ffa450edef68
1997-11-11 21:58:15 +00:00
Ken Coar
68e8bd21ce Add documentation for alternate mod_expires time syntax.
PR:		1238


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79555 13f79535-47bb-0310-9956-ffa450edef68
1997-11-11 21:35:08 +00:00
Ken Coar
f2a573e72a Add a "SuppressColumnSorting" option to the IndexOptions list,
which will keep the column heading from beling links for sorting
	the display.

PR:		1261
Reviewed by:	Jim Jagielski, Martin Kraemer, Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79543 13f79535-47bb-0310-9956-ffa450edef68
1997-11-09 05:49:23 +00:00
Ken Coar
8ffd3701c8 Label the 1.3 documentation as being such in the header and footer.
Hopefully (!) this will ease some of the confusion about 1.3
	features described therein that people think apply to 1.2..

Reviewed by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79503 13f79535-47bb-0310-9956-ffa450edef68
1997-11-04 01:18:00 +00:00
Marc Slemko
38e2480ecf Document that "RewriteEngine on" is _not_ inherited by vhosts,
unlike many other directives.

PR: 570
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79487 13f79535-47bb-0310-9956-ffa450edef68
1997-11-01 03:58:32 +00:00
Sameer Parekh
c2edc0550e Set default pathnames -everywhere- to /usr/local/apache
PR:
Obtained from:
Submitted by:	Sameer Parekh
Reviewed by: Jim, Martin


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79464 13f79535-47bb-0310-9956-ffa450edef68
1997-10-25 22:35:13 +00:00
dgaudet
7a069a751d Document mod_unique_id.html.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79449 13f79535-47bb-0310-9956-ffa450edef68
1997-10-24 09:34:21 +00:00
Ken Coar
5b102c7c80 Clean up some typos in the proxy documentation, and add a
dictionary for the directive attributes (status, override,
	et cetera) - part of the directive-documentation-normalisation
	effort, and something I've wanted for a long time.  Updated the
	mod_example page to use the links to the dictionary (as an example ;-).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79376 13f79535-47bb-0310-9956-ffa450edef68
1997-10-15 14:45:25 +00:00
pcs
5efa34aa80 Put <Limit> into its correct alphabetical position.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79362 13f79535-47bb-0310-9956-ffa450edef68
1997-10-10 09:13:09 +00:00
pcs
a76bcb7fc8 Document valid method names in <Limit> statements. Mention that
GET also restricts HEAD requests (see PR#1196).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79360 13f79535-47bb-0310-9956-ffa450edef68
1997-10-10 09:08:40 +00:00
Marc Slemko
580ae290b6 Make the documentation on the Limit directive shout a little louder
about not using it unless you really do only want to limit specific
methods.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79299 13f79535-47bb-0310-9956-ffa450edef68
1997-09-24 23:46:40 +00:00
dgaudet
cb5bff9e93 |From Martin.Kraemer@mch.sni.de Mon Sep 15 21:04:46 1997
|Date: Fri, 5 Sep 1997 14:22:32 +0200 (MET DST)
|From: Martin Kraemer <Martin.Kraemer@mch.sni.de>
|Reply-To: new-httpd@apache.org
|To: Apache Mailing List <new-httpd@apache.org>
|Subject: [DOC] mod_auth_anon.html corrections
|
|The mod_auth_anon.html documentation describes the default of
|the Anonymous_LogEmail and Anonymous_MustGiveEmail being "off", but in
|the code, the default seems to be "on".
|
|The "Example" section could be improved because when used as-is, the
|server returns a [500] server error (configuration error:  couldn't check
|user.  No user file?). I added a comment to clarify things.

Submitted by:	Martin Kraemer
Reviewed by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79267 13f79535-47bb-0310-9956-ffa450edef68
1997-09-16 04:06:03 +00:00
Ken Coar
9fd43ec82e Changes to mod_log_config to allow naming of format strings.
Format nicknames are defined with "LogFormat fmt nickname", and can
	be used with "LogFormat nickname" and "CustomLog logtarget nickname".


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79202 13f79535-47bb-0310-9956-ffa450edef68
1997-09-12 14:50:47 +00:00
pcs
f2a13d8294 Add CheckSpelling to list of directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79198 13f79535-47bb-0310-9956-ffa450edef68
1997-09-12 09:38:03 +00:00
pcs
d6e1e75a11 Add mod_speling to the list of distributed modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79196 13f79535-47bb-0310-9956-ffa450edef68
1997-09-12 09:36:18 +00:00
dgaudet
ee595be9e9 Add in mod_speling.
PR:
Submitted by:	Martin Kraemer, Alexei Kosut
Reviewed by:	various


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79181 13f79535-47bb-0310-9956-ffa450edef68
1997-09-11 18:50:30 +00:00
pcs
80e2506885 Add link to mod_setenvif docs. Add placeholder for mod_unique_id. Put
proxy & rewrite into alphabetic order. Note the modules which are not longer
part of Apache 1.3 (mod_browser, mod_auth_msql).


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79178 13f79535-47bb-0310-9956-ffa450edef68
1997-09-11 13:59:30 +00:00
pcs
45ad5df215 Change Module line examples into AddModule to reflect the new Configure
syntax


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79176 13f79535-47bb-0310-9956-ffa450edef68
1997-09-11 13:27:52 +00:00
Ken Coar
af7cbf0b6d Strongly note that the standalone FancyIndexing and IndexOptions
directives override each other.

PR:		1106


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79166 13f79535-47bb-0310-9956-ffa450edef68
1997-09-09 15:19:48 +00:00
Ken Coar
961a459bf7 The long-awaited doc update for the conditional SSI enhancements
(including some HTML cleanup), and some additional items for the
	new-for-1.3 page.

PR:		41


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79100 13f79535-47bb-0310-9956-ffa450edef68
1997-08-28 15:24:07 +00:00
Ken Coar
6007d02170 Update the list of directives for BrowserMatch*'s new location,
add the SetEnvIf* directives, and apply Lars' fix to mod_mime.

Submitted by:	Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79090 13f79535-47bb-0310-9956-ffa450edef68
1997-08-26 16:49:51 +00:00
Ken Coar
930bdc0c8d Ta-daah! The documentation for mod_setenvif, which defines the
SetEnvIf* and BrowserMatch* directives.  (And in time for 1.3b1, too)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79088 13f79535-47bb-0310-9956-ffa450edef68
1997-08-26 16:43:12 +00:00
brian
1c2d5e3f3d PR: #1010
Submitted by:	Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org>
Reviewed by:	Brian Behlendorf, with a little surgery

Suggested added text to clear up confusing situation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79086 13f79535-47bb-0310-9956-ffa450edef68
1997-08-26 02:10:49 +00:00
brian
f15ecd0890 PR:
Submitted by:	Martin Kraemer <Martin.Kraemer@mch.sni.de>
Reviewed by:	Brian Behlendorf

Fix a few inconsistancies.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79084 13f79535-47bb-0310-9956-ffa450edef68
1997-08-26 02:07:20 +00:00
brian
4a1afa7346 PR:
Document the type of responses which contain content-md5.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79082 13f79535-47bb-0310-9956-ffa450edef68
1997-08-26 01:51:32 +00:00
brian
0b1ab0defe PR:
Submitted by:	Lars Eilebrecht <Lars.Eilebrecht@unix-ag.org>
Reviewed by:	Brian Behlendorf

Document ContentDigest.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79080 13f79535-47bb-0310-9956-ffa450edef68
1997-08-26 01:20:35 +00:00
brian
3ef95a727d PR:
Submitted by:	Martin Kraemer <Martin.Kraemer@mch.sni.de>

Directive had been moved.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79074 13f79535-47bb-0310-9956-ffa450edef68
1997-08-25 19:26:03 +00:00
pcs
2228b8d6c6 Add document explaining how Directory, Location and Files sections
are merged. Based on Dean's explanation from PR#586. Link to this
doc from the directive descriptions in core.html.

PR: 586


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79051 13f79535-47bb-0310-9956-ffa450edef68
1997-08-24 14:16:04 +00:00
pcs
779a53080c Attempt to clarify relationship between VirtualHost and
Listen/BindAddress/Port.

PR: 1046


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79049 13f79535-47bb-0310-9956-ffa450edef68
1997-08-24 13:17:56 +00:00
Randy Terbush
bd83b23387 Update docs to reflect changes to mod_cern_meta
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79035 13f79535-47bb-0310-9956-ffa450edef68
1997-08-23 18:42:07 +00:00
Randy Terbush
e5834c11ce Document 'Include'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79016 13f79535-47bb-0310-9956-ffa450edef68
1997-08-23 03:10:54 +00:00
Ken Coar
d20b6dbadf Some typos and other cleanup from Martin the doc-walloper.
(.htaccess changes reverted to generic htaccess after some
	discussion.)

Submitted by:	Martin Kraemer <Martin.Kraemer@mch.sni.de>
Reviewed by:	Paul Sutton, Marc Slemko, Ken Coar


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78963 13f79535-47bb-0310-9956-ffa450edef68
1997-08-14 01:24:49 +00:00
dgaudet
3fd92531ff directory_walk optimization reducing the core loop from O(N*M) to O(N+M).
Plus minor semantic changes.  Plus BSD fnmatch.[ch].


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78908 13f79535-47bb-0310-9956-ffa450edef68
1997-08-06 20:21:16 +00:00
Ralf S. Engelschall
fabd4abcef Enhanced and cleaned up the URL rewriting engine for 1.3:
First the grouped parts of RewriteRule pattern matches (parenthesis!) can be
accessed now via backreferences $1..$9 in RewriteConds test-against strings in
addition to RewriteRules subst string. Second the grouped parts of RewriteCond
pattern matches (parenthesis!) can be accessed now via backreferences %1..%9
both in following RewriteCond test-against strings and RewriteRules subst
string. This provides maximum flexibility through the use of backreferences.
Additionally the rewriting engine was cleaned up by putting common code to the
new expand_backrefs_inbuffer() function.

Submitted by:	Ralf S. Engelschall
Reviewed by:	Dean Gaudet, Ralf S. Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78903 13f79535-47bb-0310-9956-ffa450edef68
1997-08-05 10:49:44 +00:00
Marc Slemko
d67b8f7c7b Add a CoreDumpDirectory directive to allow users to specify where Apache
should try to core dump.

Reviewed by:	Brian Behlendorf, Dean Gaudet
Submitted by:
Obtained from:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78880 13f79535-47bb-0310-9956-ffa450edef68
1997-08-03 20:29:16 +00:00
Ralf S. Engelschall
ae15353a10 Added link to the CGI spec from NCSA.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78877 13f79535-47bb-0310-9956-ffa450edef68
1997-08-03 10:17:10 +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
Ralf S. Engelschall
081bbcec05 Fixed HTML tag which was bad in recent commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78856 13f79535-47bb-0310-9956-ffa450edef68
1997-08-01 12:00:18 +00:00
Ralf S. Engelschall
583d3c45d9 Let the user use ``RewriteCond %{...} !=""'' instead
of ``RewriteCond %{...} !^$'' which is ugly and has
bad performance.

Obtained from:
Submitted by:	Ralf S. Engelschall
Reviewed by:	Dean Gaudet, Ralf S. Engelschall


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78852 13f79535-47bb-0310-9956-ffa450edef68
1997-08-01 09:36:41 +00:00
Ralf S. Engelschall
a7a182afab Bring mod_rewrite documentation up-to-date with recent source upgrade.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78837 13f79535-47bb-0310-9956-ffa450edef68
1997-07-31 21:23:11 +00:00
dgaudet
5aa06ad9da Document the AddModuleInfo patch.
Submitted by:	"Lou D. Langholtz" <ldl@usi.utah.edu>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78823 13f79535-47bb-0310-9956-ffa450edef68
1997-07-30 20:08:17 +00:00
dgaudet
fb2e24c9dc mod_access overhaul. Network/netmask and CIDR syntax. Critical path
speedups.  Forced double-reverse DNS.  Deprecate the "allow from
user-agents" syntax.  "HostnameLookups double" support.

PR:		762, 860
Reviewed by:	Paul Sutton, Marc Slemko (well he liked the double reverse part)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78820 13f79535-47bb-0310-9956-ffa450edef68
1997-07-30 18:41:47 +00:00
Ken Coar
85e64c8541 Add ability to sort FancyIndexed directories by the different
column values, ascending or descending.  Also update the new
	features page with some stuff that got missed.

Reviewed by:	Marc Slemko, Dean Gaudet, Alexei Kosut


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78779 13f79535-47bb-0310-9956-ffa450edef68
1997-07-25 11:04:00 +00:00
Alexei Kosut
a0fdad7bed Add docs for mod_isapi
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78742 13f79535-47bb-0310-9956-ffa450edef68
1997-07-22 20:47:40 +00:00
Alexei Kosut
612a5b3e4c Create some docs on Apache for Windows. Note that some of this is
tenative, and likely to change soon.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78727 13f79535-47bb-0310-9956-ffa450edef68
1997-07-21 21:26:56 +00:00
brian
686c58a244 PR: 785
Submitted by:	Lars Eilebrecht <sfx@unix-ag.org>

mod_proxy directives can be put in virtual hosts too.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78714 13f79535-47bb-0310-9956-ffa450edef68
1997-07-21 04:41:57 +00:00
dgaudet
5c251c2c0b A doc update from Martin Kraemer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78705 13f79535-47bb-0310-9956-ffa450edef68
1997-07-20 22:19:33 +00:00
dgaudet
a2f26797b3 NoProxy and ProxyDomain directives.
Submitted by:	Martin Kraemer <Martin.Kraemer@mch.sni.de>
Reviewed by:	Dean Gaudet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78664 13f79535-47bb-0310-9956-ffa450edef68
1997-07-19 08:58:32 +00:00
dgaudet
382ec74dc7 Fix poor html formatting of example. Remove <Limit> from example since it
is a bad thing to suggest.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78647 13f79535-47bb-0310-9956-ffa450edef68
1997-07-17 05:36:08 +00:00