1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-06 16:49:32 +03:00
Commit Graph

3814 Commits

Author SHA1 Message Date
Jeff Trawick
d4d90bdf0a suEXEC: Add Suexec directive to disable suEXEC without renaming the
binary (Suexec Off), or force startup failure if suEXEC is required
but not supported (Suexec On).  Change SuexecUserGroup to fail 
startup instead of just printing a warning if suEXEC is disabled.

Additionally, ap_unixd_config.suexec_disabled_reason has a message,
suitable for logging/messaging, explaining why the feature isn't
available.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1033519 13f79535-47bb-0310-9956-ffa450edef68
2010-11-10 15:34:43 +00:00
Rich Bowen
d1c1f8b59d Rebuild docs changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032987 13f79535-47bb-0310-9956-ffa450edef68
2010-11-09 14:09:04 +00:00
Jeff Trawick
48f209069d follow up to r1031659:
fix a remaining reference to the old non-zero default for
MaxConnectionsPerChild for most MPMs


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032706 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 20:56:20 +00:00
Stefan Fritsch
15cc720a13 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032700 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 20:49:47 +00:00
Stefan Fritsch
bbf479bd86 Note that CRL-querying browsers can have problems with low header timeouts.
Add another expamle config.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032695 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 20:41:15 +00:00
Rich Bowen
c6a1e99829 Rebuild various files affected by the changes last week.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032598 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 15:24:17 +00:00
Jeff Trawick
562d7b0ec2 generated changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032566 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 13:16:11 +00:00
Jeff Trawick
66e4cc4676 Add Error directive for aborting startup or htaccess processing
with a specified error message.

Be nice and strip off any quotes, which aren't necessary.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032565 13f79535-47bb-0310-9956-ffa450edef68
2010-11-08 13:15:17 +00:00
Stefan Fritsch
24c0db644e Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032414 13f79535-47bb-0310-9956-ffa450edef68
2010-11-07 22:55:58 +00:00
Stefan Fritsch
b6aec76bc1 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
2010-11-07 22:53:59 +00:00
Jeff Trawick
bbf88542d0 generated files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032402 13f79535-47bb-0310-9956-ffa450edef68
2010-11-07 21:39:12 +00:00
Jeff Trawick
381ba315ab 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
2010-11-07 21:18:23 +00:00
Lucien Gentis
909c5157e7 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032317 13f79535-47bb-0310-9956-ffa450edef68
2010-11-07 17:21:41 +00:00
André Malo
3d27809a99 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1032056 13f79535-47bb-0310-9956-ffa450edef68
2010-11-06 13:54:21 +00:00
Eric Covener
433c97df4e 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
2010-11-05 20:21:09 +00:00
Eric Covener
65074610e7 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
2010-11-05 20:05:39 +00:00
Eric Covener
4a7e62c83c 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
2010-11-05 19:35:23 +00:00
Eric Covener
facc798564 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
2010-11-05 19:21:24 +00:00
Eric Covener
a2faa77fd2 minor typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031671 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 17:21:07 +00:00
Eric Covener
c145eb760d 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
2010-11-05 17:20:31 +00:00
Eric Covener
aed3a0545e 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
2010-11-05 16:31:45 +00:00
Eric Covener
55f14c0351 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
2010-11-05 15:56:09 +00:00
Eric Covener
f5c6d49d69 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
2010-11-05 14:15:23 +00:00
Eric Covener
9f59f39baf PR#44758: document LimitRequestBody vs. proxy
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031564 13f79535-47bb-0310-9956-ffa450edef68
2010-11-05 13:55:38 +00:00
Eric Covener
f19df08a5a 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
2010-11-05 04:22:36 +00:00
Eric Covener
7d1c3136c2 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
2010-11-05 04:11:39 +00:00
Eric Covener
e3c126a1bd 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
2010-11-04 23:10:45 +00:00
Eric Covener
7ce2d7adfb 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
2010-11-04 22:55:06 +00:00
Eric Covener
966c3f2f54 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
2010-11-04 22:46:27 +00:00
Daniel Earl Poirier
952e5bdefc 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
2010-11-04 22:33:40 +00:00
Daniel Earl Poirier
6f58211fd0 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
2010-11-04 20:22:41 +00:00
Igor Galić
f87cdf7ab8 PR46916
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031170 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 19:29:26 +00:00
Rich Bowen
d98fa47103 Documents undocumented directive. PR42912
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031133 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 18:35:31 +00:00
Igor Galić
beab0a78a5 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
2010-11-04 17:58:22 +00:00
Rich Bowen
ecf6f8acb0 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
2010-11-04 17:19:28 +00:00
Rich Bowen
1f6696f2f7 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
2010-11-04 17:12:35 +00:00
Eric Covener
9d918dabaa 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
2010-11-04 16:24:51 +00:00
Rich Bowen
2a3b676d5b 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
2010-11-04 16:22:24 +00:00
Eric Covener
544b18af99 PR45017: document obscure GprofDir directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031055 13f79535-47bb-0310-9956-ffa450edef68
2010-11-04 16:08:31 +00:00
Rich Bowen
cec5fed21d 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
2010-11-04 15:51:51 +00:00
Igor Galić
6bbb926ed5 ./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
2010-11-04 15:41:00 +00:00
Rich Bowen
cd474b5bad 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
2010-11-03 21:00:11 +00:00
Rich Bowen
7f7bc8527f 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
2010-11-03 15:27:52 +00:00
Rich Bowen
6465bf1a43 Missing linebreak in example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030497 13f79535-47bb-0310-9956-ffa450edef68
2010-11-03 15:23:31 +00:00
Rich Bowen
9b021d78dd Rebuilds various transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1030184 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 19:18:48 +00:00
Daniel Earl Poirier
a59eff8db8 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
2010-11-01 20:55:59 +00:00
Rich Bowen
516641e8e1 Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029692 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 15:01:41 +00:00
Rich Bowen
3398d070e5 Rebuild HTML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029691 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 14:57:03 +00:00
Rich Bowen
e6a13980db 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
2010-11-01 14:56:09 +00:00
Graham Leggett
7564cc32a1 Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1029588 13f79535-47bb-0310-9956-ffa450edef68
2010-11-01 09:52:12 +00:00