aboutsummaryrefslogtreecommitdiffhomepage
path: root/pagecache
Commit message (Collapse)AuthorAgeFilesLines
* .htaccess files: support Apache 2.4+ syntaxArthurHoaro2016-11-081-2/+13
| | | | | | | | | | | | | | | 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
* Removes htaccess file creation and adds them in the repositoryChristophe HENRY2014-08-042-0/+2
| | | | I also removed the previously created placeholders, which after all, have no more utility.
* Adds empty directories: cache, data, pagecache and tmp. Removes mkdirs.Christophe HENRY2014-08-041-0/+0
They are still in .gitignore because their future content will still be ignored.