diff options
author | randomdan <randomdan@localhost> | 2005-10-20 19:05:00 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2005-10-20 19:05:00 +0000 |
commit | 7c3da28c0b3608c5112b7d1ff8d67d3e6b4b2ed7 (patch) | |
tree | 35b92fb4bae98e101b55dbb85335978cbe07808a | |
parent | MySQL 4.1.x not masked anymore (diff) | |
download | config-7c3da28c0b3608c5112b7d1ff8d67d3e6b4b2ed7.tar.bz2 config-7c3da28c0b3608c5112b7d1ff8d67d3e6b4b2ed7.tar.xz config-7c3da28c0b3608c5112b7d1ff8d67d3e6b4b2ed7.zip |
New XSLT module name
-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 |