VirtualTam
|
710291b164
|
Fix: enable access to data/user.css (Apache 2.2 & 2.4)
Relates to https://github.com/shaarli/Shaarli/issues/872
Relates to https://github.com/shaarli/Shaarli/issues/993
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2017-10-16 19:41:22 +02:00 |
|
ArthurHoaro
|
5ebc1d504b
|
.htaccess files: support Apache 2.4+ syntax
If `mod_version` is enabled, the previous syntax will apply for Apache <2.4.
If not, the new syntax is used by default.
Fixes #676
`mod_version` identifier is `version_module` across all Apache versions. See:
* https://httpd.apache.org/docs/current/mod/mod_version.html
* https://httpd.apache.org/docs/2.2/mod/mod_version.html
* https://serverfault.com/questions/733910/how-do-i-load-mod-version-only-if-it-isnt-built-in-to-apache
Note that version_module comes built-in with Debian (and derivatives) Apache2 packages, see https://wiki.debian.org/Apache/PackagingFor24
|
2016-11-08 11:38:14 +01:00 |
|
Christophe HENRY
|
3bb684f59f
|
Removes htaccess file creation and adds them in the repository
I also removed the previously created placeholders, which after all, have no more utility.
|
2014-08-04 00:42:49 +02:00 |
|
Christophe HENRY
|
e7416aba2c
|
Adds empty directories: cache, data, pagecache and tmp. Removes mkdirs.
They are still in .gitignore because their future content will still be ignored.
|
2014-08-04 00:41:55 +02:00 |
|