beber pushed a commit to branch master. http://git.enlightenment.org/website/extra-server.git/commit/?id=d5daf196d7ceb68c4c604a3a7b6c22475cae65a0
commit d5daf196d7ceb68c4c604a3a7b6c22475cae65a0 Author: Bertrand Jacquin <[email protected]> Date: Sun Jan 28 16:14:48 2018 +0000 MINOR: Move to Apache 2.4 Options style --- public_html/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/.htaccess b/public_html/.htaccess index da6bbf3..017a9a5 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -1,7 +1,7 @@ # Force no Indexes in all cases # Force ExecCGI # FollowSymlinks for RewriteEngine -Options -Indexes ExecCGI FollowSymlinks +Options -Indexes +ExecCGI +FollowSymlinks AddHandler wsgi-script .wsgi # No index.html or other things --
