From d0b03d033b079ddf67ef3da0a031ab1df9e4ac32 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Sat, 28 Oct 2023 01:09:54 +0200 Subject: [PATCH] Directory options and parameter for php handler --- apache.cf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apache.cf b/apache.cf index 60fc44a..b7274c5 100644 --- a/apache.cf +++ b/apache.cf @@ -327,7 +327,10 @@ vars: { "aliases":[], "ssl_cert":"certbot", - "doc_root":"$(apache.www_dir)/$(site_param[domain])" + "doc_root":"$(apache.www_dir)/$(site_param[domain])", + "doc_root_options":"Indexes FollowSymLinks", + "php":true, + "php_handler":"application/x-httpd-php" } ';