File tree 5 files changed +5
-46
lines changed
5 files changed +5
-46
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
include :
15
- - env : # Tests for Apache 2.2.x
16
- - APACHE_VERSION="2.2"
17
- - CONF_TARGET="default"
18
- before_script : ./bin/setup/setup.sh
19
- dist : precise
20
15
- env : # Tests for Apache 2.4.x
21
16
- APACHE_VERSION="2.4"
22
17
- CONF_TARGET="000-default.conf"
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ $ path/to/server-configs-apache/bin/build.sh ./.htaccess ~/htaccess.conf
193
193
194
194
## Support
195
195
196
- * ### __ Apache v2.2 .0+__
196
+ * ### __ Apache v2.4 .0+__
197
197
* ### __ Browsers:__
198
198
* Chrome
199
199
* Firefox 4+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 53
53
# include: configuration files, files that contain metadata about the
54
54
# project (e.g.: project dependencies), build scripts, etc..
55
55
56
- <FilesMatch "(^#.*#|\.(bak|conf|dist|fla|in[ci]|log|orig|psd|sh|sql|sw[op])|~)$">
57
-
58
- # Apache < 2.3
59
- <IfModule !mod_authz_core.c>
60
- Order allow,deny
61
- Deny from all
62
- Satisfy All
63
- </IfModule>
64
-
65
- # Apache ≥ 2.3
66
- <IfModule mod_authz_core.c>
56
+ <IfModule mod_authz_core.c>
57
+ <FilesMatch "(^#.*#|\.(bak|conf|dist|fla|in[ci]|log|orig|psd|sh|sql|sw[op])|~)$">
67
58
Require all denied
68
- </IfModule>
69
-
70
- </FilesMatch>
59
+ </FilesMatch>
60
+ </IfModule>
Original file line number Diff line number Diff line change 17
17
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
18
18
19
19
# Compress all output labeled with one of the following media types.
20
- #
21
- # (!) For Apache versions below version 2.3.7 you don't need to
22
- # enable `mod_filter` and can remove the `<IfModule mod_filter.c>`
23
- # and `</IfModule>` lines as `AddOutputFilterByType` is still in
24
- # the core directives.
25
- #
26
20
# https://httpd.apache.org/docs/current/mod/mod_filter.html#addoutputfilterbytype
27
21
28
22
<IfModule mod_filter.c>
You can’t perform that action at this time.
0 commit comments