Skip to content
Snippets Groups Projects
Commit 0cb0e54d authored by jurgenhaas's avatar jurgenhaas
Browse files

Replace mpm-itk with suexec

parent a39b9073
Branches
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@
{% if drupal.jail is defined %}
<ifmodule mpm_itk_module>
AssignUserID {{ drupal.jail.name }} {{ drupal.jail.name }}
</ifmodule>
<IfModule mod_suexec.c>
SuexecUserGroup {{ drupal.jail.name }} {{ drupal.jail.name }}
</IfModule>
{% endif %}
DocumentRoot {{ drupalRoot }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment