No more suexec
This commit is contained in:
parent
00b3a10c40
commit
01763dfbe5
@ -4,15 +4,11 @@
|
|||||||
apache_vhosts:
|
apache_vhosts:
|
||||||
- servername: webcron.test
|
- servername: webcron.test
|
||||||
documentroot: /mnt/dev-root/public
|
documentroot: /mnt/dev-root/public
|
||||||
extra_parameters: |
|
|
||||||
SuexecUserGroup vagrant vagrant
|
|
||||||
apache_packages:
|
apache_packages:
|
||||||
- apache2
|
- apache2
|
||||||
- apache2-utils
|
- apache2-utils
|
||||||
- apache2-suexec-pristine
|
|
||||||
apache_mods_enabled:
|
apache_mods_enabled:
|
||||||
- rewrite.load
|
- rewrite.load
|
||||||
- suexec.load
|
|
||||||
- headers.load
|
- headers.load
|
||||||
- proxy.load
|
- proxy.load
|
||||||
- proxy_fcgi.load
|
- proxy_fcgi.load
|
||||||
@ -35,4 +31,4 @@ php_opcache_max_wasted_percentage: "5"
|
|||||||
php_opcache_validate_timestamps: "1"
|
php_opcache_validate_timestamps: "1"
|
||||||
php_opcache_revalidate_path: "0"
|
php_opcache_revalidate_path: "0"
|
||||||
php_opcache_revalidate_freq: "1"
|
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
|
dest: /mnt/dev-root
|
||||||
options:
|
options:
|
||||||
:create: true
|
:create: true
|
||||||
:owner: vagrant
|
:owner: www-data
|
||||||
:group: vagrant
|
:group: www-data
|
||||||
:mount_options: ['dmode=0755', 'fmode=0755']
|
:mount_options: ['dmode=0755', 'fmode=0755']
|
||||||
|
|
||||||
# Example of a more elaborate host definition
|
# Example of a more elaborate host definition
|
||||||
|
Loading…
Reference in New Issue
Block a user