summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas <andreas@immerda.ch>2009-11-19 15:51:58 +0100
committerAndreas <andreas@immerda.ch>2009-11-19 15:51:58 +0100
commit865f34c201d8dfa78c80111989fce423b4329b2d (patch)
tree2d73fd9c145ae4c16b5c35c017d558cb136fb49e /templates
parent8ccc86c59dfa2e08ce982d33f8ca090a35643a08 (diff)
allow_url_fopen for extmanger
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/php_typo3/CentOS.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/vhosts/php_typo3/CentOS.erb b/templates/vhosts/php_typo3/CentOS.erb
index 4532ea6..2fba4bf 100644
--- a/templates/vhosts/php_typo3/CentOS.erb
+++ b/templates/vhosts/php_typo3/CentOS.erb
@@ -128,6 +128,8 @@
<%- unless real_php_safe_mode_exec_bin_dir.to_s == 'absent' then -%>
php_admin_value safe_mode_exec_dir <%= real_php_safe_mode_exec_bin_dir %>
<%- end -%>
+ # turn allow_url_fopen on for the extension manager fetch
+ php_admin_value allow_url_fopen On
</Directory>
<IfModule mod_security2.c>