Christophe Jaillet
4a9b30db53
Use %S instead of %C which already in use
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517386 13f79535-47bb-0310-9956-ffa450edef68
2013-08-25 21:43:42 +00:00
Jeff Trawick
239cea0141
Add "URI Mapping" to the list of limitations
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517175 13f79535-47bb-0310-9956-ffa450edef68
2013-08-24 18:22:46 +00:00
Jim Jagielski
d6f236f52f
Change docs... will likely also need to change when we
...
formalize a better "encoding" for paths, but...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516936 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 17:17:07 +00:00
Jim Jagielski
357828f9d2
Allow for a simple socket check in addition to the
...
higher level protocol-level checks for backends...
Not sure if it makes sense to do both or not... Comments?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516930 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 16:48:42 +00:00
Eric Covener
0ebedd549e
elaborate on the early/late vs "Authorization" header (vs. other forms of
...
authorization)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516872 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 14:48:34 +00:00
Eric Covener
f75be9a4c3
drop the repeated phrase about Authorization, since it only applies to the
...
default value of CacheQuickHandler. Other pieces of the manual refer
to authorization and caching.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516867 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 14:39:20 +00:00
Eric Covener
62ce967724
s/authorisation/authorization/ for consistency with the rest of this
...
doc and manual
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516864 13f79535-47bb-0310-9956-ffa450edef68
2013-08-23 14:37:09 +00:00
André Malo
be39786998
update transformation
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516275 13f79535-47bb-0310-9956-ffa450edef68
2013-08-21 19:50:52 +00:00
André Malo
ff28f04a80
property fixes.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1516270 13f79535-47bb-0310-9956-ffa450edef68
2013-08-21 19:43:09 +00:00
Jeff Trawick
98423d4728
'make docs' xforms, adding new mod_authnz_fcgi files
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515423 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 13:57:47 +00:00
Jeff Trawick
f26cf1c012
whitespace tweaks
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515421 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 13:56:20 +00:00
Jeff Trawick
f10c6dc79f
fix validation problem
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515413 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 13:47:13 +00:00
Jeff Trawick
1a42d8afd1
tweak xml to satisfy 'make docs'
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515411 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 13:43:37 +00:00
Jeff Trawick
c52d7573f1
mod_authnz_fcgi: New module to enable FastCGI authorizer
...
applications to authenticate and/or authorize clients.
A fair amount of code was taken from or at least based on
mod_proxy_fcgi, with a smaller amount taken from mod_fcgid.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515403 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 13:25:55 +00:00
Eric Covener
e0e7bdad32
PR 55447: Elaborate on how a type map foo.html.var can be found when
...
requesting foo.html (this was automatic in 1.3)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515245 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 00:28:27 +00:00
Lucien Gentis
168c1b8708
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515008 13f79535-47bb-0310-9956-ffa450edef68
2013-08-17 16:17:16 +00:00
Stefan Fritsch
4d09db3b6d
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514216 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 09:22:02 +00:00
Stefan Fritsch
89801f1e05
Try to document the current behavior of MPM event with filters like mod_ssl,
...
mod_deflate, or mod_include
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514214 13f79535-47bb-0310-9956-ffa450edef68
2013-08-15 09:17:10 +00:00
Chris Darroch
b06b572133
Update transformations.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514065 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 21:59:10 +00:00
Chris Darroch
785201bff8
Add AuthBasicUseDigestAlgorithm directive to allow migration of
...
passwords from digest to basic authentication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514064 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 21:57:21 +00:00
Jeff Trawick
bcc3cadea0
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514041 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 20:54:15 +00:00
Jeff Trawick
c433d643ac
Mention the DumpIOLogLevel change
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514039 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 20:53:58 +00:00
Lucien Gentis
e24e368206
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1513948 13f79535-47bb-0310-9956-ffa450edef68
2013-08-14 16:23:55 +00:00
André Malo
3387fde7db
restore.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1512447 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 18:57:53 +00:00
Rich Bowen
88d17aed40
Rebuilds other older changes.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1512436 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 18:33:18 +00:00
Rich Bowen
e7e9dd5448
Rebuild
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1512434 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 18:32:01 +00:00
Rich Bowen
ea48b7fc4d
Link to wiki for more detail on troubleshooting this.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1512426 13f79535-47bb-0310-9956-ffa450edef68
2013-08-09 18:10:43 +00:00
Jeff Trawick
658ec132f1
mention the change of default value for AllowOverride
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1511093 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 19:45:16 +00:00
Eric Covener
7a50efcd60
* remove "... and port" references added in http://svn.apache.org/viewvc?rev=1208753&view=rev
...
while trying to account for mod_remoteip.
* mention mod_remote_ip for %a too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510842 13f79535-47bb-0310-9956-ffa450edef68
2013-08-06 02:16:51 +00:00
Jeff Trawick
ca1a4a824f
fix odd wording
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510426 13f79535-47bb-0310-9956-ffa450edef68
2013-08-05 11:01:47 +00:00
Stefan Fritsch
2afcf60578
Mention ECC support
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509872 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 21:40:51 +00:00
Rich Bowen
e0e002a69c
Rebuilds recent changes
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509655 13f79535-47bb-0310-9956-ffa450edef68
2013-08-02 12:31:21 +00:00
Kaspar Brand
7fd8cfb4c2
RFC 6961 (TLS Multiple Certificate Status Extension)
...
has been published in June 2013; replace obsolete I-D reference.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1509098 13f79535-47bb-0310-9956-ffa450edef68
2013-08-01 06:58:08 +00:00
Lucien Gentis
afc2d41026
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1507645 13f79535-47bb-0310-9956-ffa450edef68
2013-07-27 13:59:33 +00:00
Eric Covener
df87ea76c1
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1507330 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 14:30:18 +00:00
Eric Covener
56a993afb7
add a note that proxy environment variables are either set or unset,
...
unless specific values are listed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1507326 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 14:25:27 +00:00
Eric Covener
afc0593198
1-arg SetEnv is valid
...
http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html#comment_1528
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1507320 13f79535-47bb-0310-9956-ffa450edef68
2013-07-26 14:21:07 +00:00
Eric Covener
d7d4afa704
not valid in htaccess, http://httpd.apache.org/docs/2.4/mod/mod_cache.html#comment_1510
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1505986 13f79535-47bb-0310-9956-ffa450edef68
2013-07-23 11:45:09 +00:00
Lucien Gentis
da98887c47
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1505164 13f79535-47bb-0310-9956-ffa450edef68
2013-07-20 16:38:10 +00:00
Christophe Jaillet
3be3824126
Fix some spaces
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1504669 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 21:26:28 +00:00
Christophe Jaillet
60a18ffd83
Fix some spaces
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1504663 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 21:10:31 +00:00
Lucien Gentis
1ca0c3ff09
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1502816 13f79535-47bb-0310-9956-ffa450edef68
2013-07-13 16:20:03 +00:00
Eric Covener
97acaa15a1
address comment
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1502532 13f79535-47bb-0310-9956-ffa450edef68
2013-07-12 12:38:30 +00:00
Daniel Ruggeri
cebc770b25
Note about new UDS support
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1501913 13f79535-47bb-0310-9956-ffa450edef68
2013-07-10 19:03:34 +00:00
Stefan Fritsch
f5c5d69469
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500326 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 21:48:19 +00:00
Stefan Fritsch
935f44c696
add note when default algorithm has been changed
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500323 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 21:40:00 +00:00
Lucien Gentis
bdd2d95e43
Updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500297 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 15:34:52 +00:00
Lucien Gentis
2d2faa817a
Update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500280 13f79535-47bb-0310-9956-ffa450edef68
2013-07-06 14:34:57 +00:00
Eric Covener
9ecd677544
xform
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500044 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 15:29:35 +00:00
Eric Covener
5503d2f0e9
address comment http://httpd.apache.org/docs/2.4/vhosts/examples.html#comment_1441 by
...
explicitly mentioning that ServerName may be calculated and inherited.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500042 13f79535-47bb-0310-9956-ffa450edef68
2013-07-05 15:27:39 +00:00