No more suexec
This commit is contained in:
parent
00b3a10c40
commit
01763dfbe5
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user