1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-02 06:53:27 +03:00
Commit Graph

321 Commits

Author SHA1 Message Date
Eric Covener
30aa08f801 copy the context restrictions from sections.html for symlink
related options


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364309 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 14:37:03 +00:00
Daniel Gruno
0a7d606e13 typo fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1364306 13f79535-47bb-0310-9956-ffa450edef68
2012-07-22 14:15:04 +00:00
Daniel Gruno
94a1f3e39b Remove .* from the equation in the "<Directory ~ ..." example.
Submitted by: Daniel (comment #143 on site)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363515 13f79535-47bb-0310-9956-ffa450edef68
2012-07-19 20:15:54 +00:00
Daniel Gruno
9487668058 Fix XML error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357168 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 08:33:19 +00:00
Daniel Gruno
ee54554df1 Add examples of <Files ...> that don't involve regex.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1357167 13f79535-47bb-0310-9956-ffa450edef68
2012-07-04 08:30:37 +00:00
Stefan Fritsch
625107b5f5 The compiled in limit has been removed in r149269, as noted by Bojan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352912 13f79535-47bb-0310-9956-ffa450edef68
2012-06-22 14:58:19 +00:00
Daniel Gruno
d6f93cfe91 Fix a whitespace issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351967 13f79535-47bb-0310-9956-ffa450edef68
2012-06-20 07:40:20 +00:00
Eric Covener
7dd643909e PR5334, leave a hint about VirtualHost args acting like serveralias for people who don't read details.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1344675 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 12:23:39 +00:00
Rich Bowen
5dc0c4ff28 Put that example in the wrong part of the doc. Moving it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336979 13f79535-47bb-0310-9956-ffa450edef68
2012-05-11 00:31:46 +00:00
Rich Bowen
d8ca6eb27d Add the FilesMatch example for .php files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336962 13f79535-47bb-0310-9956-ffa450edef68
2012-05-10 23:42:36 +00:00
Daniel Gruno
b08b1b15c8 Fix broken link (point to the new wiki site instead of FAQ.html)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332627 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 12:17:25 +00:00
Daniel Gruno
fecfcee26c Add quotation marks to error messages
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332300 13f79535-47bb-0310-9956-ffa450edef68
2012-04-30 17:17:04 +00:00
Daniel Gruno
53736c4ddf Fix a plethora of typos in core
Some nitpicking on the indenting in some example configs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331903 13f79535-47bb-0310-9956-ffa450edef68
2012-04-29 12:22:47 +00:00
Daniel Gruno
0bc8c6f324 Cosmetic fixes to core
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331722 13f79535-47bb-0310-9956-ffa450edef68
2012-04-28 09:13:05 +00:00
Daniel Gruno
cc403785bf Missed a FilesMatch section, meh.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331701 13f79535-47bb-0310-9956-ffa450edef68
2012-04-28 07:54:58 +00:00
Daniel Gruno
59e07eaaf2 Insist that when we open a section in an example, we close it again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331697 13f79535-47bb-0310-9956-ffa450edef68
2012-04-28 07:47:24 +00:00
Daniel Gruno
e37b053c43 Add links to some seealso tags and change 2.4.1 to 2.4.2 some places
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330850 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 13:43:22 +00:00
Daniel Gruno
507f71d45b Remove a botched title from a vhost example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330664 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 06:08:09 +00:00
Daniel Gruno
8e44ec3238 Remove some newlines and white-spaces
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330507 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 19:35:18 +00:00
Igor Galić
f1a774074e fixup examples in core.xml with syntax highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330302 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 14:13:36 +00:00
Jim Jagielski
7cd6f8086c Note that TRACE is not a vuln
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1302855 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 12:08:25 +00:00
Eric Covener
c2f29eef97 fix a misleading example that implies ServerName has precedence over a ServerAlias.
We stop when a vhost matches for any reason (not 2.4 specific).  Mention this explicitly.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301398 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 09:45:01 +00:00
Rich Bowen
e41092ae24 Broken link fixes. Daniel Gruno again (rumble at cord dot dk)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301033 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 15:18:08 +00:00
Rich Bowen
a332884703 Allow/Deny now in mod_acess_compat rather than authz_host (via Daniel
Gruno - rumble at cord dk)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300883 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 10:28:30 +00:00
Jim Jagielski
25c27c59dd Docs (and minor comment change) for DefaultRuntimeDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1297959 13f79535-47bb-0310-9956-ffa450edef68
2012-03-07 12:51:04 +00:00
André Malo
ecae3bfa1e fix validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242913 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10 20:19:47 +00:00
Nick Kew
5ab582bd93 Document AllowOverride Nonfatal option
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239174 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 15:40:03 +00:00
Jim Jagielski
7b54660f3e c/p error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238701 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 17:37:08 +00:00
Jim Jagielski
916ae59243 Docco r1229021
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238695 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 16:53:27 +00:00
Stefan Fritsch
60eb4d27eb Document how Include should behave. The present inconsistencies are now subject
of PR 52505 instead.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234876 13f79535-47bb-0310-9956-ffa450edef68
2012-01-23 16:13:08 +00:00
Stefan Fritsch
29bd6ba338 Fix docs for Include, add docs for IncludeOptional
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1234643 13f79535-47bb-0310-9956-ffa450edef68
2012-01-22 23:26:31 +00:00
Jeff Trawick
ae5d1f38b1 fix syntax errors in Mutex examples
Submitted by: Daniel Shahaf


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1231607 13f79535-47bb-0310-9956-ffa450edef68
2012-01-15 01:36:45 +00:00
Graham Leggett
8c8f815c1b Clarify the peer IP of the connection and the client IP of the request within
the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208753 13f79535-47bb-0310-9956-ffa450edef68
2011-11-30 20:28:25 +00:00
Graham Leggett
e6810567ce Update the documentation for the %a and %{c}a logging format strings, and
update the mod-remoteip documentation in line with the new API.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1205075 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 16:50:00 +00:00
Rich Bowen
d8c39d15e2 Clarify docs for LimitRequestLine, as per bug #51665.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200961 13f79535-47bb-0310-9956-ffa450edef68
2011-11-11 17:09:28 +00:00
Jim Jagielski
59066a3ff3 Change def timeout from a nasty 5 mins to a more reasonable 1min
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199485 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:07:58 +00:00
Stefan Fritsch
ccc76d4e43 Change default FileETag to be "size mtime", i.e. remove the inode. Adjust the
etag generation in mod_dav_fs to the new default.

PR 49623.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199086 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 03:06:08 +00:00
Stefan Fritsch
ff24538c81 Add missing line break
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1188095 13f79535-47bb-0310-9956-ffa450edef68
2011-10-24 11:22:48 +00:00
Stefan Fritsch
369db0d390 Clarify how ErrorDocument interprets argument
PR: 42430


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1187986 13f79535-47bb-0310-9956-ffa450edef68
2011-10-23 22:09:34 +00:00
Rich Bowen
ba50abae82 Missing linebreaks in examples.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1182379 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12 14:06:09 +00:00
Rich Bowen
c8711a459a Note that hostname lookups will be performed for 'require from hostname'
directives, regardless of the setting of HostnameLookups. refs
https://issues.apache.org/bugzilla/show_bug.cgi?id=51967


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180502 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08 22:26:16 +00:00
Rich Bowen
827743e677 Adds brief introduction to the table to address initial confusion when I
showed this doc to someone unfamiliar with the directive.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173140 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 13:41:10 +00:00
Rich Bowen
f346896e2c Rebuild HTML transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173087 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 11:31:09 +00:00
Rich Bowen
96a5aeb12d Adds some examples of using the ErrorLogFormat token handlers.
Standardizes the spelling of behavio(u)r to be consistent throughout the file.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1173086 13f79535-47bb-0310-9956-ffa450edef68
2011-09-20 11:28:02 +00:00
Stefan Fritsch
b19a70c570 Fix cut'n'paste error: ErrorLog -> ErrorLogFormat
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172208 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 07:31:18 +00:00
Rich Bowen
5aa285fe66 Trying to make it slightly clearer that 'name' in these examples is a variable to be replaced.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172177 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 03:03:46 +00:00
Rich Bowen
753d2588d1 Altering the "somewhat similar" to default example to actually be the
default format.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1172173 13f79535-47bb-0310-9956-ffa450edef68
2011-09-18 02:54:33 +00:00
Jim Jagielski
4f9f6f79bf Some more 2.4 goodness and notes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1170294 13f79535-47bb-0310-9956-ffa450edef68
2011-09-13 18:48:19 +00:00
Jim Jagielski
625b89a7e2 Add in MaxRangeOverlaps and MaxRangeReversals to accomodate
more control over acceptable Range headers:

        See: http://trac.tools.ietf.org/wg/httpbis/trac/ticket/311

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1169756 13f79535-47bb-0310-9956-ffa450edef68
2011-09-12 14:15:53 +00:00
Eric Covener
fe5f7b561d take care of some MaxRanges feedback:
* allow "none" to be expressed in config
 * send Accept-Ranges: none with MaxRanges none
 * stop accepting confusing/ambiguous "0", start accepting "unlimited".



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1166282 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 17:29:49 +00:00