]> granicus.if.org Git - apache/log
apache
14 years agoPR49308: Header directive doesn't see CGI-issued headers because they live in err_hea...
Eric Covener [Thu, 20 May 2010 13:08:06 +0000 (13:08 +0000)]
PR49308: Header directive doesn't see CGI-issued headers because they live in err_headers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946616 13f79535-47bb-0310-9956-ffa450edef68

14 years agometafile rebuild.
Rich Bowen [Wed, 19 May 2010 22:05:57 +0000 (22:05 +0000)]
metafile rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946447 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCompletes the rewrite of the RewriteMap documentation. Examples for all
Rich Bowen [Wed, 19 May 2010 22:00:50 +0000 (22:00 +0000)]
Completes the rewrite of the RewriteMap documentation. Examples for all
the various map types, and an overhaul from a grammar perspective. Still
want to do some tweaks on the ref doc side.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946438 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLink to relevant section of avoid doc.
Rich Bowen [Wed, 19 May 2010 21:59:52 +0000 (21:59 +0000)]
Link to relevant section of avoid doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946437 13f79535-47bb-0310-9956-ffa450edef68

14 years agovhosts section of avoid doc.
Rich Bowen [Wed, 19 May 2010 21:58:55 +0000 (21:58 +0000)]
vhosts section of avoid doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946433 13f79535-47bb-0310-9956-ffa450edef68

14 years ago- amalgamate the sections describing the env vars available
Joe Orton [Wed, 19 May 2010 15:56:53 +0000 (15:56 +0000)]
- amalgamate the sections describing the env vars available
- update the docs for PeerExtList
- fix the markup of the SSLRequire example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946243 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix handling of extensions with types not known to OpenSSL in
Joe Orton [Wed, 19 May 2010 15:55:21 +0000 (15:55 +0000)]
Fix handling of extensions with types not known to OpenSSL in
PeerExtList(); parse the value as a string primitive, or else fail,
rather than rendering the raw DER blob as a string regardless of the
type:

* modules/ssl/ssl_engine_vars.c: (dump_extn_value): New function.
  (ssl_ext_list): Use it; tweak error message and free the OID object
  (thanks to drh for spotting this last issue way back).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946240 13f79535-47bb-0310-9956-ffa450edef68

14 years ago* modules/metadata/mod_headers.c: Add a function pointer type for
Joe Orton [Wed, 19 May 2010 13:15:21 +0000 (13:15 +0000)]
* modules/metadata/mod_headers.c: Add a function pointer type for
  the tag handler callback to regain some type-safety.
  (register_format_tag_handler, header_pre_config): Adjusted.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946173 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote unresolved cause of current crashes in the test suite.
Joe Orton [Wed, 19 May 2010 13:12:26 +0000 (13:12 +0000)]
Note unresolved cause of current crashes in the test suite.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@946170 13f79535-47bb-0310-9956-ffa450edef68

14 years agoint: example.
Rich Bowen [Wed, 19 May 2010 01:30:26 +0000 (01:30 +0000)]
int: example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945991 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMore information for the dbm map type.
Rich Bowen [Wed, 19 May 2010 01:07:27 +0000 (01:07 +0000)]
More information for the dbm map type.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945987 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMinor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'.
Rich Bowen [Wed, 19 May 2010 00:43:45 +0000 (00:43 +0000)]
Minor tweak: Rename links to 'Using RewriteMap' rather than 'RewriteMap'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945974 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBetter explanation of example for rnd: type RewriteMap
Rich Bowen [Wed, 19 May 2010 00:17:37 +0000 (00:17 +0000)]
Better explanation of example for rnd: type RewriteMap

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945971 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLink to the new RewriteMap doc.
Rich Bowen [Tue, 18 May 2010 23:48:12 +0000 (23:48 +0000)]
Link to the new RewriteMap doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945967 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdds a useful and complete example for using RewriteMap txt:
Rich Bowen [Tue, 18 May 2010 23:46:08 +0000 (23:46 +0000)]
Adds a useful and complete example for using RewriteMap txt:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945966 13f79535-47bb-0310-9956-ffa450edef68

14 years agoI think this might look better as a DL than as a TABLE.
Rich Bowen [Tue, 18 May 2010 23:12:38 +0000 (23:12 +0000)]
I think this might look better as a DL than as a TABLE.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945947 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRephrasing of RewriteMap intro.
Rich Bowen [Tue, 18 May 2010 22:55:44 +0000 (22:55 +0000)]
Rephrasing of RewriteMap intro.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945944 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild various metadocs.
Rich Bowen [Tue, 18 May 2010 22:32:02 +0000 (22:32 +0000)]
Rebuild various metadocs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945937 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild with new nav element.
Rich Bowen [Tue, 18 May 2010 22:31:41 +0000 (22:31 +0000)]
Rebuild with new nav element.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945935 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd the rewritemap doc to the seealso navigation.
Rich Bowen [Tue, 18 May 2010 22:30:54 +0000 (22:30 +0000)]
Add the rewritemap doc to the seealso navigation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945934 13f79535-47bb-0310-9956-ffa450edef68

14 years agoxmllint
Rich Bowen [Tue, 18 May 2010 22:25:03 +0000 (22:25 +0000)]
xmllint

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945931 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMoves most of the rewritemap stuff out into its own document where we
Rich Bowen [Tue, 18 May 2010 22:02:33 +0000 (22:02 +0000)]
Moves most of the rewritemap stuff out into its own document where we
can give it the exhaustive treatment it deserves without making the
reference doc unmanageable.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945921 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdates module description in module index.
Rich Bowen [Mon, 17 May 2010 11:54:38 +0000 (11:54 +0000)]
Updates module description in module index.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945104 13f79535-47bb-0310-9956-ffa450edef68

14 years agoThe "up to one" thing has bugged me for a while.
Rich Bowen [Mon, 17 May 2010 11:54:10 +0000 (11:54 +0000)]
The "up to one" thing has bugged me for a while.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945103 13f79535-47bb-0310-9956-ffa450edef68

14 years agoClarifying Redirect of GET/POST.
Igor Galić [Sun, 16 May 2010 11:07:59 +0000 (11:07 +0000)]
Clarifying Redirect of GET/POST.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944795 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdding compatibility tag.
Igor Galić [Sun, 16 May 2010 11:03:34 +0000 (11:03 +0000)]
Adding compatibility tag.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944794 13f79535-47bb-0310-9956-ffa450edef68

14 years agoapxs -q: Stop filtering out ':' characters from the reported values.
Jeff Trawick [Fri, 14 May 2010 18:44:48 +0000 (18:44 +0000)]
apxs -q: Stop filtering out ':' characters from the reported values.

PR: 45343
Submitted by: Bill Cole <apachebugz-20090909 billmail.scconsult.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944383 13f79535-47bb-0310-9956-ffa450edef68

14 years agopointed out by a colleague:
Jeff Trawick [Thu, 13 May 2010 13:03:04 +0000 (13:03 +0000)]
pointed out by a colleague:
  Available in Apache 2.2.15 and later, not 2.3 and later
(2.2.x docs already has the right blurb)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943875 13f79535-47bb-0310-9956-ffa450edef68

14 years agoreplace r942897 with the original submitted patch
Jeff Trawick [Wed, 12 May 2010 19:41:19 +0000 (19:41 +0000)]
replace r942897 with the original submitted patch

prefork MPM: Run cleanups for final request when process exits gracefully.
PR: 43857
Submitted by: Tom Donovan

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943650 13f79535-47bb-0310-9956-ffa450edef68

14 years agorevert the PR 43857 fix in r942897 based on a potential
Jeff Trawick [Wed, 12 May 2010 19:36:47 +0000 (19:36 +0000)]
revert the PR 43857 fix in r942897 based on a potential
memory leak pointed out by jorton
(original patch to be committed shortly)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@943648 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLine breaks, to make the example useful
Rich Bowen [Mon, 10 May 2010 22:43:02 +0000 (22:43 +0000)]
Line breaks, to make the example useful

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942937 13f79535-47bb-0310-9956-ffa450edef68

14 years agoprefork MPM: Run cleanups for final request when process exits gracefully.
Jeff Trawick [Mon, 10 May 2010 20:47:59 +0000 (20:47 +0000)]
prefork MPM: Run cleanups for final request when process exits gracefully.
PR: 43857
Submitted by: Tom Donovan, simplified slightly by me

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942897 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoving the obscenely obsolete FAQs'' from the SSL FAQ.
Igor Galić [Mon, 10 May 2010 15:58:06 +0000 (15:58 +0000)]
Removing the obscenely obsolete FAQs'' from the SSL FAQ.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942800 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild transformations.
Rich Bowen [Mon, 10 May 2010 14:51:15 +0000 (14:51 +0000)]
Rebuild transformations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942763 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypos.
Rich Bowen [Mon, 10 May 2010 14:50:43 +0000 (14:50 +0000)]
Typos.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942762 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFormatting of examples.
Rich Bowen [Mon, 10 May 2010 14:50:09 +0000 (14:50 +0000)]
Formatting of examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942761 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate.
Lucien Gentis [Sun, 9 May 2010 14:12:57 +0000 (14:12 +0000)]
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942538 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix the following:
Philip M. Gollucci [Fri, 7 May 2010 20:36:14 +0000 (20:36 +0000)]
Fix the following:
$> grep -e autoindex_ -e cgi_ httpd.conf
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so

fire up the following commands

$> apxs -e -a -n autoindex mod_autoindex.so
[activating module `autoindex' in /usr/local/etc/apache22/httpd.conf]
$> apxs -e -a -n cgi mod_cgi.so
[activating module `cgi' in /usr/local/etc/apache22/httpd.conf]

This will result into the following httpd.conf

$> grep -e autoindex_ -e cgi_ httpd.conf
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule cgi_module libexec/apache22/mod_cgi.so

As you notice the modules are now loaded twice

Now try to deactivate for the loaded ssl module

$> grep ssl_ httpd.conf
LoadModule ssl_module libexec/apache22/mod_ssl.so

$> apxs -e -A -n ssl mod_ssl.so
[preparing module `ssl' in /usr/local/etc/apache22/httpd.conf]

$> grep ssl_ httpd.conf
LoadModule ssl_module libexec/apache22/mod_ssl.so
#LoadModule ssl_module libexec/apache22/mod_ssl.so

As reported in FreeBSD ports PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133704
Previously discussed with: wrowe@

This b/c '$lmd' expects the amount of space to be a fixed amount.  Use \s+ to make
any valid httpd.conf syntax work (i.e. at least 1 space)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@942209 13f79535-47bb-0310-9956-ffa450edef68

14 years agoTypo.
Daniel Earl Poirier [Thu, 6 May 2010 14:00:59 +0000 (14:00 +0000)]
Typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941737 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote that it would be nice if we could write authn and authz providers
Daniel Earl Poirier [Thu, 6 May 2010 13:58:58 +0000 (13:58 +0000)]
Note that it would be nice if we could write authn and authz providers
in lua.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941734 13f79535-47bb-0310-9956-ffa450edef68

14 years agofix compile failure in r940981
Jeff Trawick [Wed, 5 May 2010 20:01:22 +0000 (20:01 +0000)]
fix compile failure in r940981

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941454 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMissing linebreak in example
Rich Bowen [Wed, 5 May 2010 01:07:33 +0000 (01:07 +0000)]
Missing linebreak in example

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@941127 13f79535-47bb-0310-9956-ffa450edef68

14 years agoCatch up with ap_[proc|global]_mutex_create api change
William A. Rowe Jr [Tue, 4 May 2010 17:40:43 +0000 (17:40 +0000)]
Catch up with ap_[proc|global]_mutex_create api change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940981 13f79535-47bb-0310-9956-ffa450edef68

14 years agommn bump for api args change
William A. Rowe Jr [Tue, 4 May 2010 17:38:32 +0000 (17:38 +0000)]
mmn bump for api args change

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940980 13f79535-47bb-0310-9956-ffa450edef68

14 years agoIt is not inconvenient to return the derived filename here, let's
William A. Rowe Jr [Tue, 4 May 2010 17:36:57 +0000 (17:36 +0000)]
It is not inconvenient to return the derived filename here, let's
save the caller later hassle in looking this up, if they like.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940979 13f79535-47bb-0310-9956-ffa450edef68

14 years agoReverting at nd's request.
Rich Bowen [Tue, 4 May 2010 17:21:21 +0000 (17:21 +0000)]
Reverting at nd's request.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940969 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFrustrated with having to scroll back up to get the TOC. Make this stay
Rich Bowen [Tue, 4 May 2010 16:59:35 +0000 (16:59 +0000)]
Frustrated with having to scroll back up to get the TOC. Make this stay
where it is so that I don't have to go hunting for it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940953 13f79535-47bb-0310-9956-ffa450edef68

14 years agoWhen it's "it is", it's "it's". When it's "belonging to it", it's its.
Rich Bowen [Tue, 4 May 2010 12:31:49 +0000 (12:31 +0000)]
When it's "it is", it's "it's". When it's "belonging to it", it's its.
(Patch from Gillis)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940831 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix Polish error document messages. Thanks to <zrchos gmail.com> for
Daniel Earl Poirier [Tue, 4 May 2010 12:22:35 +0000 (12:22 +0000)]
Fix Polish error document messages.  Thanks to <zrchos gmail.com> for
the patch.  PR: 40827.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940824 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate transforms
Daniel Earl Poirier [Mon, 3 May 2010 18:23:46 +0000 (18:23 +0000)]
Update transforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940557 13f79535-47bb-0310-9956-ffa450edef68

14 years agoab was sending wrong number of requests when keepalive enabled.
Daniel Earl Poirier [Mon, 3 May 2010 17:33:03 +0000 (17:33 +0000)]
ab was sending wrong number of requests when keepalive enabled.
Thanks to Bryn Dole for the patch.
PR: 48497

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940526 13f79535-47bb-0310-9956-ffa450edef68

14 years agoenable-mods-shared works on Darwin, drop from "NICE TO WRAP UP" list
Daniel Earl Poirier [Mon, 3 May 2010 17:29:40 +0000 (17:29 +0000)]
enable-mods-shared works on Darwin, drop from "NICE TO WRAP UP" list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940524 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd an example auth_check hook. Unfortunately without a base64
Daniel Earl Poirier [Sun, 2 May 2010 15:55:58 +0000 (15:55 +0000)]
Add an example auth_check hook.  Unfortunately without a base64
implementation in Lua, we cannot actually do basic auth in the hook,
so just fake it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940250 13f79535-47bb-0310-9956-ffa450edef68

14 years agoSome more updates to the mod_lua doc:
Daniel Earl Poirier [Sun, 2 May 2010 15:11:03 +0000 (15:11 +0000)]
Some more updates to the mod_lua doc:
- link to the Lua web site
- Lua modules are properly refered to as 'packages'
- intro to writing hooks in Lua
- remove unnecessary indentation from examples

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940246 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd some documentation for the request record, apache2 module, some
Daniel Earl Poirier [Sat, 1 May 2010 13:25:29 +0000 (13:25 +0000)]
Add some documentation for the request record, apache2 module, some
default configuration values.  Indicate that mod_lua is available
in 2.3.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@940007 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd info to debug logging.
Daniel Earl Poirier [Sat, 1 May 2010 12:04:27 +0000 (12:04 +0000)]
Add info to debug logging.
Avoid null pointer dereference by returning if we can't get
a lua VM.
Move "we got a VM" message to after we know we have one.
Check that we found the lua handler function before trying to
call it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939987 13f79535-47bb-0310-9956-ffa450edef68

14 years agoLog error if unable to load lua file.
Daniel Earl Poirier [Sat, 1 May 2010 12:02:53 +0000 (12:02 +0000)]
Log error if unable to load lua file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939986 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAn uninitialized pointer in ap_lua_mapped_handler_spec was causing
Daniel Earl Poirier [Sat, 1 May 2010 11:43:55 +0000 (11:43 +0000)]
An uninitialized pointer in ap_lua_mapped_handler_spec was causing
seg faults in lua.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939980 13f79535-47bb-0310-9956-ffa450edef68

14 years agoChange references from mod_wombat to mod_lua.
Daniel Earl Poirier [Fri, 30 Apr 2010 15:06:16 +0000 (15:06 +0000)]
Change references from mod_wombat to mod_lua.
Remove references to no-longer-needed pre-req, mod_apreq2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939704 13f79535-47bb-0310-9956-ffa450edef68

14 years agoChange references from mod_wombat to mod_lua.
Daniel Earl Poirier [Fri, 30 Apr 2010 15:05:07 +0000 (15:05 +0000)]
Change references from mod_wombat to mod_lua.
Remove references to no-longer-needed pre-req, mod_apreq2.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@939703 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUse the more specific 408 (timed out) instead of a generic 400 during a timeout
Eric Covener [Mon, 26 Apr 2010 23:05:29 +0000 (23:05 +0000)]
Use the more specific 408 (timed out) instead of a generic 400 during a timeout
reading a chunk-length.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@938265 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdds another section to the 'avoiding mod_rewrite' doc.
Rich Bowen [Mon, 26 Apr 2010 13:11:56 +0000 (13:11 +0000)]
Adds another section to the 'avoiding mod_rewrite' doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@938031 13f79535-47bb-0310-9956-ffa450edef68

14 years agoPR49167, unexpected 413 and double-errordoc during a timeout reading a
Eric Covener [Sun, 25 Apr 2010 19:10:45 +0000 (19:10 +0000)]
PR49167, unexpected 413 and double-errordoc during a timeout reading a
chunk-size.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937858 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate.
Lucien Gentis [Sat, 24 Apr 2010 15:55:39 +0000 (15:55 +0000)]
Update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937637 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFixing up mod_lua with context and overrides
Igor Galić [Fri, 23 Apr 2010 15:04:17 +0000 (15:04 +0000)]
Fixing up mod_lua with context and overrides

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937323 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUbuntu build notes
Jim Jagielski [Fri, 23 Apr 2010 14:01:42 +0000 (14:01 +0000)]
Ubuntu build notes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937303 13f79535-47bb-0310-9956-ffa450edef68

14 years agoVarious metafiles rebuilt.
Rich Bowen [Thu, 22 Apr 2010 21:09:33 +0000 (21:09 +0000)]
Various metafiles rebuilt.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937064 13f79535-47bb-0310-9956-ffa450edef68

14 years agoStupid typo.
Rich Bowen [Thu, 22 Apr 2010 21:08:49 +0000 (21:08 +0000)]
Stupid typo.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937063 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded working config to mod_ratelimit
Rich Bowen [Thu, 22 Apr 2010 20:52:16 +0000 (20:52 +0000)]
Added working config to mod_ratelimit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937056 13f79535-47bb-0310-9956-ffa450edef68

14 years agoWorking example configuration, thanks to Paul.
Rich Bowen [Thu, 22 Apr 2010 20:51:56 +0000 (20:51 +0000)]
Working example configuration, thanks to Paul.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@937055 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdding a missing <br />. No more commits after half past three.
Igor Galić [Thu, 22 Apr 2010 15:44:56 +0000 (15:44 +0000)]
Adding a missing <br />. No more commits after half past three.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936907 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMove back to a post_config hook...
Jim Jagielski [Thu, 22 Apr 2010 14:52:43 +0000 (14:52 +0000)]
Move back to a post_config hook...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936880 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd updatelbstatus to allow to have all the LB logic in the balancers.
Jean-Frederic Clere [Thu, 22 Apr 2010 13:13:40 +0000 (13:13 +0000)]
Add updatelbstatus to allow to have all the LB logic in the balancers.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936828 13f79535-47bb-0310-9956-ffa450edef68

14 years agoupdate STATUS
Rich Bowen [Thu, 22 Apr 2010 12:47:07 +0000 (12:47 +0000)]
update STATUS

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936816 13f79535-47bb-0310-9956-ffa450edef68

14 years agoVarious metafiles that now contain mention of mod_ratelimit.
Rich Bowen [Thu, 22 Apr 2010 12:39:57 +0000 (12:39 +0000)]
Various metafiles that now contain mention of mod_ratelimit.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936814 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdds docs for mod_ratelimit. Need more information in usage and
Rich Bowen [Thu, 22 Apr 2010 12:39:31 +0000 (12:39 +0000)]
Adds docs for mod_ratelimit. Need more information in usage and
configuration.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936813 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemove unneeded comment from mod_dialup docs source.
Rich Bowen [Thu, 22 Apr 2010 12:31:04 +0000 (12:31 +0000)]
Remove unneeded comment from mod_dialup docs source.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936812 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdding an cache hit/miss example, regarding PR#48241
Igor Galić [Thu, 22 Apr 2010 12:07:44 +0000 (12:07 +0000)]
Adding an cache hit/miss example, regarding PR#48241

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936805 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdded mod_dialup docs.
Rich Bowen [Thu, 22 Apr 2010 12:05:27 +0000 (12:05 +0000)]
Added mod_dialup docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936804 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAnd one more time to make 'validate-xml' happy.
Rich Bowen [Thu, 22 Apr 2010 12:04:37 +0000 (12:04 +0000)]
And one more time to make 'validate-xml' happy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936803 13f79535-47bb-0310-9956-ffa450edef68

14 years agoFix formatting of examples.
Rich Bowen [Thu, 22 Apr 2010 12:02:41 +0000 (12:02 +0000)]
Fix formatting of examples.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936800 13f79535-47bb-0310-9956-ffa450edef68

14 years agoVarious other files that reference the new mod_dialup docs.
Rich Bowen [Thu, 22 Apr 2010 12:01:47 +0000 (12:01 +0000)]
Various other files that reference the new mod_dialup docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936799 13f79535-47bb-0310-9956-ffa450edef68

14 years agoBuild all associated metafiles for mod_dialup.
Rich Bowen [Thu, 22 Apr 2010 12:00:53 +0000 (12:00 +0000)]
Build all associated metafiles for mod_dialup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936797 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_dialup docs.
Rich Bowen [Thu, 22 Apr 2010 11:59:18 +0000 (11:59 +0000)]
mod_dialup docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936796 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMake 'validate-xml' happy.
Rich Bowen [Thu, 22 Apr 2010 11:43:49 +0000 (11:43 +0000)]
Make 'validate-xml' happy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936793 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild directive quick reference
Rich Bowen [Thu, 22 Apr 2010 11:40:54 +0000 (11:40 +0000)]
Rebuild directive quick reference

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936791 13f79535-47bb-0310-9956-ffa450edef68

14 years agoOops, missed some.
Rich Bowen [Thu, 22 Apr 2010 11:39:48 +0000 (11:39 +0000)]
Oops, missed some.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936790 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd more of the descriptions from the code.
Rich Bowen [Thu, 22 Apr 2010 11:34:01 +0000 (11:34 +0000)]
Add more of the descriptions from the code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936789 13f79535-47bb-0310-9956-ffa450edef68

14 years agoMore small cleanup of STATUS file.
Rich Bowen [Thu, 22 Apr 2010 11:19:13 +0000 (11:19 +0000)]
More small cleanup of STATUS file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936785 13f79535-47bb-0310-9956-ffa450edef68

14 years agomod_lua has a doc now. It sucks, but at least it's not on the "doesn't
Rich Bowen [Thu, 22 Apr 2010 11:18:07 +0000 (11:18 +0000)]
mod_lua has a doc now. It sucks, but at least it's not on the "doesn't
have a doc at all" list any more.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936783 13f79535-47bb-0310-9956-ffa450edef68

14 years agoDoesn't flow very well, but here's the info that was squirreled away in
Rich Bowen [Thu, 22 Apr 2010 11:16:40 +0000 (11:16 +0000)]
Doesn't flow very well, but here's the info that was squirreled away in
txt files in svn. From here I'll probably need some help to flesh this
out, or perhaps I'll steal some of Paul's blog articles.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936782 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd basic almost-useful usage information.
Rich Bowen [Thu, 22 Apr 2010 11:05:30 +0000 (11:05 +0000)]
Add basic almost-useful usage information.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936778 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRemoving redundant lines. Adding reminder: Good start for conditional logging docs...
Igor Galić [Thu, 22 Apr 2010 00:07:35 +0000 (00:07 +0000)]
Removing redundant lines. Adding reminder: Good start for conditional logging docs would be cache hit/miss.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936577 13f79535-47bb-0310-9956-ffa450edef68

14 years agoUpdate xforms
Jim Jagielski [Wed, 21 Apr 2010 18:23:25 +0000 (18:23 +0000)]
Update xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936408 13f79535-47bb-0310-9956-ffa450edef68

14 years agoAdd in BalancerNonce directive... useful for shared-secrets.
Jim Jagielski [Wed, 21 Apr 2010 18:19:06 +0000 (18:19 +0000)]
Add in BalancerNonce directive... useful for shared-secrets.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936407 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNote update to mod_lua doc.
Rich Bowen [Tue, 20 Apr 2010 13:58:43 +0000 (13:58 +0000)]
Note update to mod_lua doc.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@935926 13f79535-47bb-0310-9956-ffa450edef68

14 years agoRebuild html with correct last modified revision number.
Rich Bowen [Tue, 20 Apr 2010 13:49:10 +0000 (13:49 +0000)]
Rebuild html with correct last modified revision number.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@935920 13f79535-47bb-0310-9956-ffa450edef68

14 years agoProperty changes to get the LastRevisionModified to update. Thanks, nd.
Rich Bowen [Tue, 20 Apr 2010 13:48:38 +0000 (13:48 +0000)]
Property changes to get the LastRevisionModified to update. Thanks, nd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@935919 13f79535-47bb-0310-9956-ffa450edef68

14 years agoNot sure why all the image paths were wrong. Weird. Regenerated html so
Rich Bowen [Tue, 20 Apr 2010 13:38:42 +0000 (13:38 +0000)]
Not sure why all the image paths were wrong. Weird. Regenerated html so
that they work right.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@935917 13f79535-47bb-0310-9956-ffa450edef68

14 years agoInclude the license and the metafile.
Rich Bowen [Tue, 20 Apr 2010 13:32:09 +0000 (13:32 +0000)]
Include the license and the metafile.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@935911 13f79535-47bb-0310-9956-ffa450edef68