]> granicus.if.org Git - apache/log
apache
13 years agomod_rewrite: Fix the RewriteEngine directive to work within a
Graham Leggett [Mon, 8 Nov 2010 00:41:35 +0000 (00:41 +0000)]
mod_rewrite: Fix the RewriteEngine directive to work within a
location. Previously, once RewriteEngine was switched on globally,
it was impossible to switch off.

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

13 years agoUpdate transformations
Stefan Fritsch [Sun, 7 Nov 2010 22:55:58 +0000 (22:55 +0000)]
Update transformations

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

13 years agoSupport %{HANDLER} in ap_expr (required for mod_filter)
Stefan Fritsch [Sun, 7 Nov 2010 22:53:59 +0000 (22:53 +0000)]
Support %{HANDLER} in ap_expr (required for mod_filter)
Update mod_filter docs

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

13 years agoImplement "reqenv", "note", "-z", "-n" in ap_expr.
Stefan Fritsch [Sun, 7 Nov 2010 22:06:33 +0000 (22:06 +0000)]
Implement "reqenv", "note", "-z", "-n" in ap_expr.
Make "env" ssl_expr compatible

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

13 years agogenerated files
Jeff Trawick [Sun, 7 Nov 2010 21:39:12 +0000 (21:39 +0000)]
generated files

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

13 years agorewrite introductory section which lists the various modules
Jeff Trawick [Sun, 7 Nov 2010 21:18:23 +0000 (21:18 +0000)]
rewrite introductory section which lists the various modules
required for proxy

show more protocol modules (and in tabular form)
separate protocol modules from balancing

(mod_proxy_fdpass still omitted for now)

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

13 years agoPort "file" function from ssl_expr
Stefan Fritsch [Sun, 7 Nov 2010 21:09:19 +0000 (21:09 +0000)]
Port "file" function from ssl_expr

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

13 years agomark connection for close after the return from
Jeff Trawick [Sun, 7 Nov 2010 18:54:44 +0000 (18:54 +0000)]
mark connection for close after the return from
ap_proxy_determine_connection()

before this revision: if there was an existing connection,
ap_proxy_determine_connection() would close it but then clear
the close flag, so it didn't get closed by
ap_proxy_release_connection()

thus, if this child process doesn't use the connection for a
while, the application could be stuck in read() for the same
while

after: ap_proxy_release_connection() will close it after the
request completes

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

13 years agoUpdate.
Lucien Gentis [Sun, 7 Nov 2010 18:00:56 +0000 (18:00 +0000)]
Update.

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

13 years agoUpdates.
Lucien Gentis [Sun, 7 Nov 2010 17:21:41 +0000 (17:21 +0000)]
Updates.

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

13 years agolog how long worker will be disabled
Jeff Trawick [Sun, 7 Nov 2010 14:49:58 +0000 (14:49 +0000)]
log how long worker will be disabled

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

13 years agoimprove wording of some function descriptions
Jeff Trawick [Sun, 7 Nov 2010 14:35:21 +0000 (14:35 +0000)]
improve wording of some function descriptions

add explicit "FIXME" to an ancient issue

remove implicit fixme wording related to mutex use

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

13 years agoTweak some doxygen comments to get these functions to show up in
Daniel Earl Poirier [Sun, 7 Nov 2010 13:36:48 +0000 (13:36 +0000)]
Tweak some doxygen comments to get these functions to show up in
the right places in the generated doc.

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

13 years agoStart some docs for the ap_expr parser.
Stefan Fritsch [Sun, 7 Nov 2010 13:26:54 +0000 (13:26 +0000)]
Start some docs for the ap_expr parser.
Still needs a lot of work but may be usefult for testers.

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

13 years agoaxe outdated comment about FIXMEs/CHECKMEs
Jeff Trawick [Sun, 7 Nov 2010 13:13:26 +0000 (13:13 +0000)]
axe outdated comment about FIXMEs/CHECKMEs

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

13 years agoMore fixes for picky compilers
Stefan Fritsch [Sun, 7 Nov 2010 13:00:00 +0000 (13:00 +0000)]
More fixes for picky compilers

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

13 years agoavoid duplicate end-of-stdin header
Jeff Trawick [Sun, 7 Nov 2010 12:35:32 +0000 (12:35 +0000)]
avoid duplicate end-of-stdin header

avoid passing {iov_base = &buffer, iov_len=0} to writev() when
there is no stdin data

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

13 years agoImplement "HTTPS" and "IPV6" vars in ap_expr
Stefan Fritsch [Sat, 6 Nov 2010 22:21:46 +0000 (22:21 +0000)]
Implement "HTTPS" and "IPV6" vars in ap_expr

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

13 years agoAnother ooops: properly return APR_SUCCESS
Stefan Fritsch [Sat, 6 Nov 2010 22:16:25 +0000 (22:16 +0000)]
Another ooops: properly return APR_SUCCESS

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

13 years agoOoops. Forgot the minor bump for r1032167
Stefan Fritsch [Sat, 6 Nov 2010 22:14:12 +0000 (22:14 +0000)]
Ooops. Forgot the minor bump for r1032167

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

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