]> granicus.if.org Git - apache/log
apache
13 years agoAdd a generic pool cleanup function that sets a pointer to NULL and use
Stefan Fritsch [Sat, 6 Nov 2010 22:12:41 +0000 (22:12 +0000)]
Add a generic pool cleanup function that sets a pointer to NULL and use
it to replace various pool cleanup functions.

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

13 years agoNetware build fixes
Stefan Fritsch [Sat, 6 Nov 2010 21:47:39 +0000 (21:47 +0000)]
Netware build fixes

Submitted by: NormW <normw gknw net>

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

13 years agoadd support for trace loglevels in mod_lua
Stefan Fritsch [Sat, 6 Nov 2010 14:48:43 +0000 (14:48 +0000)]
add support for trace loglevels in mod_lua

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

13 years agoReplace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch [Sat, 6 Nov 2010 14:31:16 +0000 (14:31 +0000)]
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
the new parser. Rework ap_expr's public interface and provide hooks for modules
to add variables and functions.

The Netware and Windows build files still need to be adjusted

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

13 years agoPut the expression parser back into mod_include
Stefan Fritsch [Sat, 6 Nov 2010 14:03:13 +0000 (14:03 +0000)]
Put the expression parser back into mod_include
This reverts r642559 and r642978

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

13 years agoupdate transformation
André Malo [Sat, 6 Nov 2010 13:54:21 +0000 (13:54 +0000)]
update transformation

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

13 years agoFix hook sorting for the pre_config hook.
Stefan Fritsch [Sat, 6 Nov 2010 11:11:17 +0000 (11:11 +0000)]
Fix hook sorting for the pre_config hook.
Move modules/http/config2.m4 back to modules/http/config.m4, since this was
only done as work-around in r88887 for the broken hook-sorting.

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

13 years agoa pointer optim.
Jim Jagielski [Fri, 5 Nov 2010 21:17:05 +0000 (21:17 +0000)]
a pointer optim.

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

13 years agocorrection to r1031776, retain OR_UNSET with default AllowOverride None
Eric Covener [Fri, 5 Nov 2010 21:00:18 +0000 (21:00 +0000)]
correction to r1031776, retain OR_UNSET with default AllowOverride None

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

13 years agoPR49823: Make the hardcoded default for AllowOverride match the default config -...
Eric Covener [Fri, 5 Nov 2010 20:21:09 +0000 (20:21 +0000)]
PR49823: Make the hardcoded default for AllowOverride match the default config -- None.

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

13 years agoPR47765: leave a hint about ProxyPass and ProxyPassReverse not
Eric Covener [Fri, 5 Nov 2010 20:05:39 +0000 (20:05 +0000)]
PR47765: leave a hint about ProxyPass and ProxyPassReverse not
working in Directory and Files sections.

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

13 years agoPR47765: ProxyPass and ProxyPassReverse should not be accepted in
Eric Covener [Fri, 5 Nov 2010 20:03:02 +0000 (20:03 +0000)]
PR47765: ProxyPass and ProxyPassReverse should not be accepted in
Directory or Files sections.

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

13 years agoPR#48720: SSLProxyVerify is not per-directory, only per-server.
Eric Covener [Fri, 5 Nov 2010 19:35:23 +0000 (19:35 +0000)]
PR#48720: SSLProxyVerify is not per-directory, only per-server.

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

13 years agoPR#40047: explain that AJP_* variables can be used to send atrributes to the backend...
Eric Covener [Fri, 5 Nov 2010 19:21:24 +0000 (19:21 +0000)]
PR#40047: explain that AJP_* variables can be used to send atrributes to the backend, like JkEnvVar.

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

13 years agominor typo
Eric Covener [Fri, 5 Nov 2010 17:21:07 +0000 (17:21 +0000)]
minor typo

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

13 years agoChange the default of the Header directive to apply to responses of all types
Eric Covener [Fri, 5 Nov 2010 17:20:31 +0000 (17:20 +0000)]
Change the default of the Header directive to apply to responses of all types
instead of just 2xx successful responses.

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

13 years agorename the mod_headers variables used to track onsuccess vs. always for clarity
Eric Covener [Fri, 5 Nov 2010 17:15:50 +0000 (17:15 +0000)]
rename the mod_headers variables used to track onsuccess vs. always for clarity

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

13 years agoPR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnec...
Eric Covener [Fri, 5 Nov 2010 16:31:45 +0000 (16:31 +0000)]
PR47782: On trunk, the default conf and the hard-coded default are zero for MaxConnectionsPerChild

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

13 years agoPR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the
Eric Covener [Fri, 5 Nov 2010 16:29:08 +0000 (16:29 +0000)]
PR#47782: compiled-in default for MaxConnectionsPerChild is 10,000 vs the
recommendations in the default conf and the manual.

Principle of least astonishment says to use a baked-in value of zero until
an admin asks for processes to exit this way.

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

13 years agofix typo pointed out by poirier offline.
Eric Covener [Fri, 5 Nov 2010 15:56:09 +0000 (15:56 +0000)]
fix typo pointed out by poirier offline.

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

13 years agogratuitous style change
Jeff Trawick [Fri, 5 Nov 2010 15:05:39 +0000 (15:05 +0000)]
gratuitous style change

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

13 years agorepeat apr_poll() while EINTR
Jeff Trawick [Fri, 5 Nov 2010 15:04:37 +0000 (15:04 +0000)]
repeat apr_poll() while EINTR

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

13 years agolink to the RFC for the list of CGI environment variables
Eric Covener [Fri, 5 Nov 2010 14:45:53 +0000 (14:45 +0000)]
link to the RFC for the list of CGI environment variables

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

13 years agoPR#49152: newsgroup is dead and 'hoohoo.ncsa.uiuc.edu' is gone. Suggest users
Eric Covener [Fri, 5 Nov 2010 14:36:35 +0000 (14:36 +0000)]
PR#49152: newsgroup is dead and 'hoohoo.ncsa.uiuc.edu' is gone.  Suggest users
search the web or visit the RFC.

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

13 years agoPR#29538: ErrorLog syslog facility can't be changed per-virtualhost.
Eric Covener [Fri, 5 Nov 2010 14:15:23 +0000 (14:15 +0000)]
PR#29538: ErrorLog syslog facility can't be changed per-virtualhost.

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

13 years agoPR#44758: document LimitRequestBody vs. proxy
Eric Covener [Fri, 5 Nov 2010 13:55:38 +0000 (13:55 +0000)]
PR#44758: document LimitRequestBody vs. proxy

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

13 years agoPR50220: keep on chugging after EINTR in mod_proxy_connect
Eric Covener [Fri, 5 Nov 2010 13:12:14 +0000 (13:12 +0000)]
PR50220: keep on chugging after EINTR in mod_proxy_connect

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

13 years agoPR#47766 mod_autoindex directives not merged into sections with no autoindex directives.
Eric Covener [Fri, 5 Nov 2010 04:45:21 +0000 (04:45 +0000)]
PR#47766 mod_autoindex directives not merged into sections with no autoindex directives.

This is due to an empty "opts" field looking just like one that has specified "None".  None is always
alone, so simplify and test for equality.

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

13 years agoPR#47348: missing "response" the ProxyBadHeader description,
Eric Covener [Fri, 5 Nov 2010 04:22:36 +0000 (04:22 +0000)]
PR#47348: missing "response" the ProxyBadHeader description,
and drive home with  ...from the origin server.

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

13 years agoPR#48474: wrong directive name in mod_proxy_scgi example
Eric Covener [Fri, 5 Nov 2010 04:11:39 +0000 (04:11 +0000)]
PR#48474: wrong directive name in mod_proxy_scgi example

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

13 years agotypo
Eric Covener [Fri, 5 Nov 2010 04:03:43 +0000 (04:03 +0000)]
typo

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

13 years agoPR#46582 document that modules can implement internal map functions
Eric Covener [Thu, 4 Nov 2010 23:26:35 +0000 (23:26 +0000)]
PR#46582 document that modules can implement internal map functions

minor changes to original due to changes in context.

Submitted by: Bob Ionescu
Reviewed By: Eric Covener:

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

13 years agoPR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.
Eric Covener [Thu, 4 Nov 2010 23:10:45 +0000 (23:10 +0000)]
PR#40831: empty-valued keys behave like missing keys in a RewriteMap lookup.

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

13 years agoLook for a deeper clue into the existance of srclib/apr[-2.0], where
William A. Rowe Jr [Thu, 4 Nov 2010 22:58:47 +0000 (22:58 +0000)]
Look for a deeper clue into the existance of srclib/apr[-2.0], where
we won't have apr-util in that tree.

(The real patch, redux)

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

13 years agoPR#49460: balancer example sets a large loadfactor on the "weak" server.
Eric Covener [Thu, 4 Nov 2010 22:55:06 +0000 (22:55 +0000)]
PR#49460: balancer example sets a large loadfactor on the "weak" server.

Set loadfactors on both servers, also remove smax= from the example.

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

13 years agoCorrect the instructions for stopping an Apache server
Daniel Earl Poirier [Thu, 4 Nov 2010 22:46:32 +0000 (22:46 +0000)]
Correct the instructions for stopping an Apache server
running in a Windows console.  Reported by jhannwong.
PR47325

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

13 years agoPR#48865: maxattempts=1 in balancer doc is wrong.
Eric Covener [Thu, 4 Nov 2010 22:46:27 +0000 (22:46 +0000)]
PR#48865: maxattempts=1 in balancer doc is wrong.

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

13 years agoPR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3
Eric Covener [Thu, 4 Nov 2010 22:36:37 +0000 (22:36 +0000)]
PR#45722: if we get EACCESS in the directory walk, give the hint that's in 1.3
about search permissions on intermediate directories.  I left the prefix of the message
as "denied" instead of "failed" to satisfy web searches.

The extended error text was added to 1.3.x but not trunk in
  http://svn.apache.org/viewvc?view=revision&revision=99781

This plagues users on IRC!

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

13 years agoDocument the default value of mod_autoindex's CharSet option
Daniel Earl Poirier [Thu, 4 Nov 2010 22:33:40 +0000 (22:33 +0000)]
Document the default value of mod_autoindex's CharSet option
on various platforms.  Reported by Toralf Forster.  PR49675

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

13 years agoRevert r1031167
William A. Rowe Jr [Thu, 4 Nov 2010 21:55:29 +0000 (21:55 +0000)]
Revert r1031167

Not the advertised fix, and premature as it is.

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

13 years agoLook for a deeper clue into the existance of srclib/apr[-2.0], where
William A. Rowe Jr [Thu, 4 Nov 2010 21:54:31 +0000 (21:54 +0000)]
Look for a deeper clue into the existance of srclib/apr[-2.0], where
we won't have apr-util in that tree.

(The real patch)

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

13 years agoAdd some more cross-references related to the protocol
Daniel Earl Poirier [Thu, 4 Nov 2010 20:22:41 +0000 (20:22 +0000)]
Add some more cross-references related to the protocol
argument for Listen and AcceptFilter, as suggested by
Otmar Lendl.  PR45286

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

13 years agoClarify that the "www.example.com" is in the ServerName directive
Daniel Earl Poirier [Thu, 4 Nov 2010 19:59:40 +0000 (19:59 +0000)]
Clarify that the "www.example.com" is in the ServerName directive
in the first example.  Reported by Charles Merriam.  PR49611

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

13 years agoNote that people should not spend time on the ap_expr documentation, yet.
Stefan Fritsch [Thu, 4 Nov 2010 19:29:27 +0000 (19:29 +0000)]
Note that people should not spend time on the ap_expr documentation, yet.
I hope I will post something reviewable to the dev-list in the next few days.

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

13 years agoPR46916
Igor Galić [Thu, 4 Nov 2010 19:29:26 +0000 (19:29 +0000)]
PR46916

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

13 years agoLook for a deeper clue into the existance of srclib/apr[-2.0], where
William A. Rowe Jr [Thu, 4 Nov 2010 19:20:58 +0000 (19:20 +0000)]
Look for a deeper clue into the existance of srclib/apr[-2.0], where
we won't have apr-util in that tree.

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

13 years agoThe discussion of conditional logging is much better than I remember it being.
Rich Bowen [Thu, 4 Nov 2010 19:03:36 +0000 (19:03 +0000)]
The discussion of conditional logging is much better than I remember it being.

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

13 years agoMention the %200{var}i syntax in the conditional logging doc.
Rich Bowen [Thu, 4 Nov 2010 19:02:51 +0000 (19:02 +0000)]
Mention the %200{var}i syntax in the conditional logging doc.

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

13 years agoNote that the new expression language for <If> and Require expr
Daniel Earl Poirier [Thu, 4 Nov 2010 18:44:46 +0000 (18:44 +0000)]
Note that the new expression language for <If> and Require expr
needs documentatio.

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

13 years agoDocuments undocumented directive. PR42912
Rich Bowen [Thu, 4 Nov 2010 18:35:31 +0000 (18:35 +0000)]
Documents undocumented directive. PR42912

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

13 years agoExplain that Options [+-]?Multiviews doesn't make any sense anywhere outside <Directory>
Igor Galić [Thu, 4 Nov 2010 17:58:22 +0000 (17:58 +0000)]
Explain that Options [+-]?Multiviews doesn't make any sense anywhere outside <Directory>

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

13 years agoMention the "Windows ^N end-of-line character" problem
Rich Bowen [Thu, 4 Nov 2010 17:29:54 +0000 (17:29 +0000)]
Mention the "Windows ^N end-of-line character" problem

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

13 years agoThere's already a seealso link for Options. Added 'ExecCGI' explicitly
Rich Bowen [Thu, 4 Nov 2010 17:19:28 +0000 (17:19 +0000)]
There's already a seealso link for Options. Added 'ExecCGI' explicitly
to that link for clarity.

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

13 years agoChange mentions of 'Deny from' and 'Allow from' to new Require syntax.
Rich Bowen [Thu, 4 Nov 2010 17:12:35 +0000 (17:12 +0000)]
Change mentions of 'Deny from' and 'Allow from' to new Require syntax.

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

13 years agoPR#50174: don't offer 120ms as a "typical" TCP keepalive frequency. Initial keepaliv...
Eric Covener [Thu, 4 Nov 2010 16:24:51 +0000 (16:24 +0000)]
PR#50174: don't offer 120ms as a "typical" TCP keepalive frequency.  Initial keepalive timers can be
as high as 2 hours (windows/linux/solars defaults via google).

Drive home the idea that users need
to figure out their OS and Firewall timers and make the former smaller than th elatter.

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

13 years agoBe more forceful in talking about where SSLEngine On should go.
Rich Bowen [Thu, 4 Nov 2010 16:22:24 +0000 (16:22 +0000)]
Be more forceful in talking about where SSLEngine On should go.

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

13 years agoError messages like "theoretically shouldn't happen" are incredibly
Rich Bowen [Thu, 4 Nov 2010 16:15:03 +0000 (16:15 +0000)]
Error messages like "theoretically shouldn't happen" are incredibly
unhelpful, particularly when they do happen with some regularity.

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

13 years agoPR45017: document obscure GprofDir directive
Eric Covener [Thu, 4 Nov 2010 16:08:31 +0000 (16:08 +0000)]
PR45017: document obscure GprofDir directive

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

13 years agoNote that RewriteOptions inherit causes parent rules to be applied AFTER
Rich Bowen [Thu, 4 Nov 2010 15:51:51 +0000 (15:51 +0000)]
Note that RewriteOptions inherit causes parent rules to be applied AFTER
child scope rules. PR46399

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

13 years agoRemoving intro, which doesn't make sense.
Igor Galić [Thu, 4 Nov 2010 15:46:26 +0000 (15:46 +0000)]
Removing intro, which doesn't make sense.

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

13 years ago./build.sh all - fixed htaccess validation error.
Igor Galić [Thu, 4 Nov 2010 15:41:00 +0000 (15:41 +0000)]
./build.sh all - fixed htaccess validation error.

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

13 years agoPR#47935 some people think s/except/unless makes this somewhat contrived
Eric Covener [Thu, 4 Nov 2010 15:37:28 +0000 (15:37 +0000)]
PR#47935 some people think s/except/unless makes this somewhat contrived
RewriteCond example clearer.

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

13 years agoRemoving history, because nobody cares.
Igor Galić [Thu, 4 Nov 2010 15:33:22 +0000 (15:33 +0000)]
Removing history, because nobody cares.

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

13 years agoAdds an example of how to set up SSL to the SSL howto. Seems like an
Rich Bowen [Thu, 4 Nov 2010 15:21:24 +0000 (15:21 +0000)]
Adds an example of how to set up SSL to the SSL howto. Seems like an
obvious omission.

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

13 years agoMore whitespace
Paul Querna [Thu, 4 Nov 2010 15:16:18 +0000 (15:16 +0000)]
More whitespace

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

13 years agoWhitespace commit
Paul Querna [Thu, 4 Nov 2010 15:13:25 +0000 (15:13 +0000)]
Whitespace commit

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

13 years agoRemoved the stuff that is ancient and embarrassing. Hopefully I didn't
Rich Bowen [Thu, 4 Nov 2010 15:07:29 +0000 (15:07 +0000)]
Removed the stuff that is ancient and embarrassing. Hopefully I didn't
miss anything.

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

13 years agoOh, look, someone beat me to the FAQ.
Rich Bowen [Thu, 4 Nov 2010 13:42:24 +0000 (13:42 +0000)]
Oh, look, someone beat me to the FAQ.

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

13 years agoFix a pool lifetime issue: Make sure we clean up our brigade before we
Graham Leggett [Thu, 4 Nov 2010 08:37:13 +0000 (08:37 +0000)]
Fix a pool lifetime issue: Make sure we clean up our brigade before we
hand the backend connection back to the connection pool.

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

13 years agoFollowup to r1026665: reset "cleaned" flag in
Rainer Jung [Thu, 4 Nov 2010 08:09:57 +0000 (08:09 +0000)]
Followup to r1026665: reset "cleaned" flag in
ap_proxy_acquire_connection().

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

13 years agoPatch from jean-frederic - Port 8009 implies ajp://
Rich Bowen [Wed, 3 Nov 2010 21:00:11 +0000 (21:00 +0000)]
Patch from jean-frederic - Port 8009 implies ajp://

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

13 years agocleaning up / replacing ap_expr should be a blocker for a beta
Stefan Fritsch [Wed, 3 Nov 2010 20:13:31 +0000 (20:13 +0000)]
cleaning up / replacing ap_expr should be a blocker for a beta

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

13 years agoRebuild .ja transformation for updated to example.
Rich Bowen [Wed, 3 Nov 2010 15:27:52 +0000 (15:27 +0000)]
Rebuild .ja transformation for updated to example.

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

13 years agoMissing linebreak in example.
Rich Bowen [Wed, 3 Nov 2010 15:23:31 +0000 (15:23 +0000)]
Missing linebreak in example.

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

13 years agoNote for future dev....
Jim Jagielski [Wed, 3 Nov 2010 15:21:50 +0000 (15:21 +0000)]
Note for future dev....

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

13 years agomod_cache: correctly parse quoted strings in cache headers.
Nick Kew [Wed, 3 Nov 2010 00:16:47 +0000 (00:16 +0000)]
mod_cache: correctly parse quoted strings in cache headers.
PR 50199

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

13 years agoWhile I expect Bill Stoddard would be willing, he's not particularly
Rich Bowen [Tue, 2 Nov 2010 19:21:57 +0000 (19:21 +0000)]
While I expect Bill Stoddard would be willing, he's not particularly
involved any more.

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

13 years agoRebuilds various transformations
Rich Bowen [Tue, 2 Nov 2010 19:18:48 +0000 (19:18 +0000)]
Rebuilds various transformations

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

13 years agoWhile "largely rubbish" was a bit of an overstatement, this is done now.
Rich Bowen [Tue, 2 Nov 2010 19:16:15 +0000 (19:16 +0000)]
While "largely rubbish" was a bit of an overstatement, this is done now.

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

13 years agoRemove 1998-era stuff that's not true any more.
Rich Bowen [Tue, 2 Nov 2010 19:12:53 +0000 (19:12 +0000)]
Remove 1998-era stuff that's not true any more.

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

13 years agoRebuild rotatelogs man page.
Rich Bowen [Tue, 2 Nov 2010 18:57:00 +0000 (18:57 +0000)]
Rebuild rotatelogs man page.

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

13 years agoOk, did that.
Rich Bowen [Tue, 2 Nov 2010 18:46:34 +0000 (18:46 +0000)]
Ok, did that.

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

13 years agoAre the per-module links to 2.2 correct?
Rich Bowen [Tue, 2 Nov 2010 17:44:57 +0000 (17:44 +0000)]
Are the per-module links to 2.2 correct?

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

13 years agotimeline
Jim Jagielski [Tue, 2 Nov 2010 15:41:13 +0000 (15:41 +0000)]
timeline

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

13 years agoPorting previous commit on 2.2 doc, with a not about why .htaccess is bad when you...
Vincent Deffontaines [Tue, 2 Nov 2010 13:40:27 +0000 (13:40 +0000)]
Porting previous commit on 2.2 doc, with a not about why .htaccess is bad when you have access to main server config.

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

13 years agoRemove mis-placed period.
Daniel Earl Poirier [Tue, 2 Nov 2010 01:15:19 +0000 (01:15 +0000)]
Remove mis-placed period.

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

13 years agoWarning in configure -h that mod_dumpio was only for developers
Daniel Earl Poirier [Tue, 2 Nov 2010 00:47:21 +0000 (00:47 +0000)]
Warning in configure -h that mod_dumpio was only for developers
and testing was erroneous.

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

13 years agoFix awkward sentence reported by Gary Schnabl.
Daniel Earl Poirier [Mon, 1 Nov 2010 21:59:49 +0000 (21:59 +0000)]
Fix awkward sentence reported by Gary Schnabl.
PR47390

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

13 years agoWarn that not only does mod_disk_cache require mod_cache, but
Daniel Earl Poirier [Mon, 1 Nov 2010 20:55:59 +0000 (20:55 +0000)]
Warn that not only does mod_disk_cache require mod_cache, but
mod_cache has to be loaded first.  Reported by Eric Covener.
PR43976

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

13 years agoAdd to modules' help text (displayed by ./configure -h) more
Daniel Earl Poirier [Mon, 1 Nov 2010 20:02:51 +0000 (20:02 +0000)]
Add to modules' help text (displayed by ./configure -h) more
information that will be useful in deciding whether to enable
them or not.

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

13 years agoFix regex in AliasMatch example. Thanks to Felix Schaefer for report
Daniel Earl Poirier [Mon, 1 Nov 2010 15:42:08 +0000 (15:42 +0000)]
Fix regex in AliasMatch example.  Thanks to Felix Schaefer for report
and fix.  PR47722.

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

13 years agoRebuild transformations.
Rich Bowen [Mon, 1 Nov 2010 15:01:41 +0000 (15:01 +0000)]
Rebuild transformations.

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

13 years agoRebuild HTML
Rich Bowen [Mon, 1 Nov 2010 14:57:03 +0000 (14:57 +0000)]
Rebuild HTML

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

13 years agoLogLevel should specify a global log level as well as the per-module
Rich Bowen [Mon, 1 Nov 2010 14:56:09 +0000 (14:56 +0000)]
LogLevel should specify a global log level as well as the per-module
loglevel.

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

13 years agoUpdate transformations.
Graham Leggett [Mon, 1 Nov 2010 09:52:12 +0000 (09:52 +0000)]
Update transformations.

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

13 years agoAdd documentation for mod_cache and mod_disk_cache.
Graham Leggett [Mon, 1 Nov 2010 09:50:42 +0000 (09:50 +0000)]
Add documentation for mod_cache and mod_disk_cache.

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

13 years agoPoint out that the format of encrypted passwords depends on
Daniel Earl Poirier [Sat, 30 Oct 2010 20:14:38 +0000 (20:14 +0000)]
Point out that the format of encrypted passwords depends on
whether you're using mod_authn_basic or mod_authn_digest.
Reported by Josef Spillner, PR46672.

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

13 years agoClarify that when troubleshooting .htaccess files, you need to reload
Daniel Earl Poirier [Sat, 30 Oct 2010 19:10:54 +0000 (19:10 +0000)]
Clarify that when troubleshooting .htaccess files, you need to reload
the page.  Reported by Filipus Klutiero, PR50176.

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

13 years agoSince rotatelogs now checks the local time offset on each rotation,
Daniel Earl Poirier [Sat, 30 Oct 2010 18:52:11 +0000 (18:52 +0000)]
Since rotatelogs now checks the local time offset on each rotation,
no longer need to warn about unpredictable behavior with -l.
Reported by Dave Brondsema, PR44917.

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

13 years agoClarify - say "suEXEC wrapper" instead of "this program".
Daniel Earl Poirier [Sat, 30 Oct 2010 17:59:37 +0000 (17:59 +0000)]
Clarify - say "suEXEC wrapper" instead of "this program".
Reported by James Tanit.  PR48632.

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