1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Subject: Activate server side includes legacy expression parser
.
w3c-markup-validator doesn't use new style "ap_expr" expressions yet.
Author: Jean-Michel Nirgal Vourgère
Forwarded: no
Last-Update: 2014-11-06
--- a/httpd/conf/httpd.conf
+++ b/httpd/conf/httpd.conf
@@ -95,6 +95,8 @@
# Permission may be denied higher up so override here.
Require all granted
+ # That project doesn't use ap_expr yet: Enable legacy mode:
+ SSILegacyExprParser on
</Directory>
# Atom news feed
|