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

ansible-inventories/arocom#51 Get PHP 5.3 work as FPM as well

parent d7e629f8
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,11 @@
{% if drupal.jail is defined %}
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:{{ drupal.jail.port }}{{ docRoot }}/$1
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:{{ drupal.jail.port }}{{ drupalRoot }}/$1
{% endif %}
DocumentRoot {{ docRoot }}
<Directory {{ docRoot }}/>
DocumentRoot {{ drupalRoot }}
<Directory {{ drupalRoot }}/>
Options +ExecCGI +Indexes +FollowSymLinks +MultiViews
AllowOverride All
{% if item.apache_auth is defined %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment