André Malo
52956ee79b
fixup properties
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@768069 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 21:54:09 +00:00
Nilgun Belma Buguner
7a2bed9ef9
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767842 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 08:05:05 +00:00
Nilgun Belma Buguner
37a1723f27
update for sync with English doc.
...
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767841 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 08:04:23 +00:00
William A. Rowe Jr
72a5fa77aa
Seems folks have forgotten to set eol-style, perhaps some modifications
...
to local subversion.conf files would be a good idea? *.xml* or *.html*
anyone?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767794 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 04:58:00 +00:00
William A. Rowe Jr
08003453b3
build all refresh
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767783 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 04:09:46 +00:00
William A. Rowe Jr
7e794c8a05
Introduce new documentation of mod_remoteip
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767781 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 04:07:04 +00:00
Eric Covener
9e08f2669d
rework the NameVirtualHost documentation to hopefully be a little
...
less confusing and match the conventional wisdom of the various
support fora.
Provide a longer example that demonstrates the 1:n nature,
relation to IP-based vhosts, and always uses a port.
Avoid phrasing that makes NVH look like Listen.
Remove the over-complicated hints about NVH impact on _default_ and base
server configs, which boils down to the basic ip-based vhost mapping
algorithm.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766945 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21 02:13:04 +00:00
Vincent Bray
34a2e0f87a
update xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@766327 13f79535-47bb-0310-9956-ffa450edef68
2009-04-18 14:08:02 +00:00
Lucien Gentis
78b5ab9372
Two small typos.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@765672 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16 15:40:56 +00:00
Nilgun Belma Buguner
c50600bace
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@764716 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 08:52:41 +00:00
Nilgun Belma Buguner
5f8ca89525
update for sync with English doc.
...
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@764713 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 08:49:13 +00:00
Ruediger Pluem
e468a9fae6
* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable
...
stricter checking of remote server certificates.
(docs/manual/mod/mod_ssl.xml)
Documentation of SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
(modules/proxy/mod_proxy_http.c)
Set the hostname of the request URL as note on the connection.
(modules/ssl/ssl_private.h)
Add proxy_ssl_check_peer_expire and proxy_ssl_check_peer_cn fields to
the SSLSrvConfigRec.
(modules/ssl/ssl_engine_config.c)
Directives stuff for SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
(modules/ssl/ssl_engine_io.c)
Check whether the remote servers certificate is expired / if there is a
mismatch between the requested hostanme and the remote server certificates
CN field.
Be able to parse ASN1 times.
(modules/ssl/mod_ssl.c)
Directives stuff for SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760866 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01 12:07:47 +00:00
Eric Covener
9589a9954e
Clarify when CoreDumpDirectory can be moot based on OS configuration, and
...
mention SIGQUIT/3 not being processed by the signal handler.
SIGQUIT may unfortunately be a go-to signal for java users.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759957 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30 13:26:02 +00:00
Nilgun Belma Buguner
25dc58eab0
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759492 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28 16:06:16 +00:00
Nilgun Belma Buguner
28a45ff7a6
update for sync with English docs.
...
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759491 13f79535-47bb-0310-9956-ffa450edef68
2009-03-28 16:02:59 +00:00
Ruediger Pluem
d593d89ad6
* Update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759120 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 12:44:01 +00:00
Jeff Trawick
0221146859
The Event MPM is no longer experimental; move it out of that ghetto.
...
Yank the few bits that implement the concept of an experimental MPM.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@759115 13f79535-47bb-0310-9956-ffa450edef68
2009-03-27 12:35:33 +00:00
Jeff Trawick
ee32468a33
remove OS/2 platform support
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 23:47:52 +00:00
Ruediger Pluem
c606f7b144
* Update transformation.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758917 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 23:14:02 +00:00
Jeff Trawick
e64b014d3e
remove OS/2 MPM
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758899 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 22:35:11 +00:00
Jeff Trawick
6c50a14923
axe BeOS MPM
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758796 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 18:48:10 +00:00
Eric Covener
6906b42373
Add mod_proxy_ftp directives ProxyFtpListOnWildcard and ProxyFtpEscapeWildcards
...
to allow filenames with globbing characters to be retrieved instead of
presented in a directory listing.
Submitted by: Dan Poirier <poirier pobox.com>
Reviewed by: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758626 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 13:25:25 +00:00
Jeff Trawick
ee826b54da
remove leader, perchild, and threadpool MPMs (other than non-English bits in common parts of the manual)
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758613 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 12:44:48 +00:00
Jim Jagielski
d5d9927537
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757839 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24 15:19:08 +00:00
Jim Jagielski
6f084d625d
Documentation is easier than code sometimes...
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757835 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24 15:14:43 +00:00
Rich Bowen
3cd3d0265a
Add an example of using a wildcard with ServerAlias
...
Change <VirtualHost *> to <VirtualHost *:80>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@752894 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 15:27:00 +00:00
Lucien Gentis
68f4dcc20d
Small typo.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@752176 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 17:32:52 +00:00
Jim Jagielski
5c5f428a87
sync xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@752134 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 15:11:52 +00:00
Lucien Gentis
60ea49d67b
Small typos.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@751431 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 14:26:45 +00:00
Lucien Gentis
4391096df6
Missing verbs.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749041 13f79535-47bb-0310-9956-ffa450edef68
2009-03-01 14:36:08 +00:00
Lucien Gentis
c849173fdf
Small typo.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746668 13f79535-47bb-0310-9956-ffa450edef68
2009-02-22 13:09:09 +00:00
Lars Eilebrecht
77188b407d
fix mod_disk_cache to support EnableSendfile.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746541 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21 17:07:01 +00:00
Lucien Gentis
477355f136
headers replaced by directives line 48
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@746540 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21 16:57:09 +00:00
Nilgun Belma Buguner
93bf030193
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743739 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 13:47:28 +00:00
Lucien Gentis
13e8f16696
MMapStatic directive doesn't exist.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743408 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 17:12:18 +00:00
Nilgun Belma Buguner
8bb8ddc0ca
fix validation errors
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743252 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 07:16:18 +00:00
Nilgun Belma Buguner
a2b7cdd8bb
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740553 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 01:09:28 +00:00
Nilgun Belma Buguner
34905ac347
update for sync with English doc.
...
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740548 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 01:05:29 +00:00
Roy T. Fielding
6d27b8511d
regen manual
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740426 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 20:35:21 +00:00
Roy T. Fielding
7479dbc77d
Document the disabling of DefaultType and update terminology
...
regarding Internet message metadata.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740420 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 20:29:55 +00:00
William A. Rowe Jr
f8163f2f7a
Adjust compatibility (unix specific) and description (this is
...
apparently not FastCGI - probably a cut n paste bug).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740365 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 18:10:06 +00:00
Eric Covener
aadfc541f8
Clarify the description of what mod_charset_lite does and doesn't do
...
Submitted By: Dan Poirier
Reviwed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@740044 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 17:11:17 +00:00
Nilgun Belma Buguner
725c0b1d25
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739919 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 04:20:58 +00:00
Nilgun Belma Buguner
338ad783cb
update for sync with English docs.
...
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739918 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 04:18:13 +00:00
Eric Covener
073e3c3d5e
update xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739801 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 17:57:35 +00:00
Eric Covener
2a40db410d
address a frequent pitfall/misunderstanding about how multiple basic auth providers are used
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@738841 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 12:44:19 +00:00
Rich Bowen
25bad8d37e
Adds a mod_authn_file example to the AuthProviderAlias docs, since more
...
people understand mod_authn_file than understand LDAP.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737588 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 22:13:40 +00:00
Rich Bowen
a8572f2ac9
Trivial change - Change /foo to /var/www/html/private. This serves two
...
purposes. I dislike the use of 'foo' in documentation. But also, it
aleviates some of the confusion that people have between /foo as a URI
and /foo as a directory path. Using /var/www/html/private makes this
much less ambiguous.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737416 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24 18:43:32 +00:00
Lucien Gentis
a694e4d9f3
Small typos.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737381 13f79535-47bb-0310-9956-ffa450edef68
2009-01-24 15:34:27 +00:00
Jeff Trawick
28479c7598
status of mod_charset_lite is Extension instead of Experimental
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@736303 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21 12:54:07 +00:00