diff options
-rw-r--r-- | etc/apache/apache.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/apache/apache.conf b/etc/apache/apache.conf index 718baac..8c9bdcc 100644 --- a/etc/apache/apache.conf +++ b/etc/apache/apache.conf @@ -40,8 +40,8 @@ UseCanonicalName Off DefaultType text/plain HostnameLookups Off AddHandler cgi-script .cgi -AddOutputFilter mod-xslt .xml -AddOutputFilterByType mod-xslt text/xml +#AddOutputFilter mod-xslt .xml +AddOutputFilterByType mod_xslt text/xml ScriptLog /var/www/files/script.log AddType application/x-httpd-php .php |