No more suexec

This commit is contained in:
Jeroen De Meerleer 2021-05-19 20:08:26 +02:00
parent 00b3a10c40
commit 01763dfbe5
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
2 changed files with 3 additions and 7 deletions

View File

@ -4,15 +4,11 @@
apache_vhosts:
- servername: webcron.test
documentroot: /mnt/dev-root/public
extra_parameters: |
SuexecUserGroup vagrant vagrant
apache_packages:
- apache2
- apache2-utils
- apache2-suexec-pristine
apache_mods_enabled:
- rewrite.load
- suexec.load
- headers.load
- proxy.load
- proxy_fcgi.load
@ -35,4 +31,4 @@ php_opcache_max_wasted_percentage: "5"
php_opcache_validate_timestamps: "1"
php_opcache_revalidate_path: "0"
php_opcache_revalidate_freq: "1"
php_opcache_max_file_size: "0"
php_opcache_max_file_size: "0"

View File

@ -14,8 +14,8 @@
dest: /mnt/dev-root
options:
:create: true
:owner: vagrant
:group: vagrant
:owner: www-data
:group: www-data
:mount_options: ['dmode=0755', 'fmode=0755']
# Example of a more elaborate host definition