From 66c8f8e10c5f6d7d0d44ac4f174ae89e269abbb9 Mon Sep 17 00:00:00 2001 From: Andreas Date: Tue, 16 Mar 2010 16:22:16 +0100 Subject: typo3 partial errors in backend -> disable modsec for /typo3. Errors like You don't have permission to access /typo3/alt_doc.php --- templates/vhosts/php_typo3/php_typo3.erb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/vhosts/php_typo3/php_typo3.erb b/templates/vhosts/php_typo3/php_typo3.erb index 126dbb1..fbdde07 100644 --- a/templates/vhosts/php_typo3/php_typo3.erb +++ b/templates/vhosts/php_typo3/php_typo3.erb @@ -138,6 +138,12 @@ php_admin_value allow_url_fopen On + + + SecRuleEngine Off + + + <%- if mod_security.to_s == 'true' then -%> SecRuleEngine On -- cgit v1.2.3