summaryrefslogtreecommitdiffstats
path: root/docs/manual (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-13flip operator in comment for r1182887 and add some whitespaceEric Covener1-1/+2
to highlight the restriction on nmatch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1183007 13f79535-47bb-0310-9956-ffa450edef68
2011-10-13Force the honoring of AP_MAX_REG_MATCHJim Jagielski1-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1182887 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12Rebuild xdocs.Rich Bowen4-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1182381 13f79535-47bb-0310-9956-ffa450edef68
2011-10-12Missing linebreaks in examples.Rich Bowen1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1182379 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10xformsStefan Fritsch1-0/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181248 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Give a hint about old multi-language error documentsStefan Fritsch1-0/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181242 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Update multilang error documents to ap_exprStefan Fritsch6-85/+85
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181238 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Update autogenerated code. Now generated with bison 2.5 instead of 2.4.1Stefan Fritsch3-464/+519
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181231 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Improve error message by removing 'unexpected T_ERROR' in one case.Stefan Fritsch2-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181230 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Downgrade to DEBUG level several messages which were all redundant William A. Rowe Jr2-5/+5
to these NOTICE level messages; Child: Starting %d worker threads Child: All worker threads have exited git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181216 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10 Resolve server and remote IP's in the AcceptFilter 'none' path.William A. Rowe Jr3-10/+29
Lower the volume on a number of debug messages (and omit errno where we have no errno). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1181140 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Corrects another typo.Rich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180985 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Rebuild HTML transform.Rich Bowen1-13/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180966 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Fixes numerous typos.Rich Bowen1-13/+13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180964 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Adds a recommendation that rewrite logging be consulted for more detailsRich Bowen2-2/+11
on how rewrite is looking at URIs. refs https://issues.apache.org/bugzilla/show_bug.cgi?id=30021 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180935 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Rebuilds varions transformation.Rich Bowen4-78/+76
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180930 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Rewrites the 'API Phases' section to give a brief intro to what an APIRich Bowen1-73/+73
Phase is, and how mod_rewrite handles rewrite rules in two different phases. Removes some of the condescending tone. References https://issues.apache.org/bugzilla/show_bug.cgi?id=30021 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180925 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Not sure what this note was referring to. The xslt assembles theRich Bowen1-6/+1
directives in alpha order, regardless of how they are in the xml source. I can't find a single example of a module doc being out of alpha order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180909 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Further clarifications of the rewrite process, as per ticket #52000Rich Bowen2-6/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180879 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch4-99/+4
SetEnvIfExpr with PeerExtList() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180828 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10If a child is created just before graceful restart and then exits becauseStefan Fritsch4-11/+63
of a missing lock file, don't shutdown the whole server. PR: 39311 Submitted by: Shawn Michael <smichael rightnow com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180742 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Check the return value from ap_run_create_connection in mpm_event.Stefan Fritsch3-0/+10
Add a todo in mpm_simple PR: 41194 Submitted by: Davi Arnaut git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180737 13f79535-47bb-0310-9956-ffa450edef68
2011-10-10Clarify behavior of multiple rewrite rules in the same scope. refs ↵Rich Bowen2-12/+16
https://issues.apache.org/bugzilla/show_bug.cgi?id=51968 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180734 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09mod_mime_magic: Add signatures for PNG and SWF to the example config.Stefan Fritsch2-0/+6
PR: 48352 Submitted by: Jeremy Wagner-Kaiser <jwagner-kaiser adknowledge com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180725 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Only dump User/Group if DUMP_RUN_CFG is definedStefan Fritsch1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180719 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09s/perl/Perl/Jeff Trawick1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180699 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Force base 10 when parsing the Content-Length. It doesn't matter in thisStefan Fritsch1-1/+1
case, but in general using strto*(..., 0) for parsing HTTP headers is a bug. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180689 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch5-9/+9
confusing to the user if some directives treat a number with leading zero as octal while most don't. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180687 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch11-8/+151
from the parsed (or default) config. This is useful for init scripts that need to setup temporary directories and permissions, for example if those temporary directories are located on a ram disk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180681 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch3-13/+23
mixing the two can give strange results due to buffering. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180671 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Remove ap_proxy_removestr(). It has been unused for a decade and has quadraticStefan Fritsch4-49/+3
memory usage. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180654 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Rebuild various xdocsRich Bowen13-66/+75
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180504 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Rebuild various xdocsRich Bowen24-3641/+3691
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180503 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09Note that hostname lookups will be performed for 'require from hostname'Rich Bowen1-0/+5
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-09refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 MentionRich Bowen1-1/+5
that %h will sometimes log the IP address, and sometimes the hostname, depending on HostNameLookup setting and the use of hostname-based authorization directives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180500 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08mod_authn_socache: fix it to enable initialisation to work if configuredNick Kew3-3/+33
only in .htaccess context, and provide a toggle for that. PR 51991 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180384 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Updates.Lucien Gentis9-62/+91
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180379 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Shut up gcc/glibc warning about ignoring write()'s return value.Stefan Fritsch1-3/+13
This may actually fix a real bug in case the error log is directed to a FIFO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180334 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Fix format string bugs in mod_lua. Found by gcc and pointed out by Igor Galic.Stefan Fritsch2-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180332 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Add some CFLAGS in maintainer mode if supported by gcc:Stefan Fritsch2-20/+32
-Wformat -Wformat-security -Werror=format-security -Werror=declaration-after-statement Add new macro APACHE_ADD_GCC_CFLAGS to do the compatibility check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180331 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Add another AP_DEBUG_ASSERT to document some assumptions in the code,Stefan Fritsch1-0/+2
for the benefit of code analyzers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180330 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Fix a potential NULL pointer dereference found by clang.Stefan Fritsch2-1/+2
Add a AP_DEBUG_ASSERT to quiet a clang false positive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180329 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch4-5/+9
error to info. List thread at http://mail-archives.apache.org/mod_mbox/httpd-dev/201110.mbox/%3Calpine.DEB.2.00.1110041948280.664@eru.sfritsch.de%3E PR: 35768 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180328 13f79535-47bb-0310-9956-ffa450edef68
2011-10-08Sort hooks twice, once before pre_config, once after ap_process_config_tree.Stefan Fritsch2-0/+17
This fixes a regression with perl modules introduced by r1032002 PR: 45076 Submitted by: Torsten Foertsch <torsten foertsch gmx net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1180325 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Rebuild doc transformations.Rich Bowen4-4/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179914 13f79535-47bb-0310-9956-ffa450edef68
2011-10-07Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51967 ClarifyRich Bowen1-1/+3
that %h logs the IP address when HostnameLookup is set Off. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179913 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06re-add "extern" accidentally removed by r1179448Stefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179715 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06Rebuild doc transformRich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179617 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06Patch from Description Mathijs Schmittmann - Corrected syntax for && (vs &) ↵Rich Bowen1-1/+1
expression. Refs https://issues.apache.org/bugzilla/show_bug.cgi?id=51976 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179614 13f79535-47bb-0310-9956-ffa450edef68
2011-10-05Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch3-3/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1179448 13f79535-47bb-0310-9956-ffa450edef68