diff options
-rw-r--r-- | docs/conf/httpd-std.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 7f646f1611..678a74a9f0 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -752,8 +752,9 @@ AddType application/x-tar .tgz # # To use server-parsed HTML files # -#AddType text/html .shtml -#AddHandler server-parsed .shtml +#<Files ~ "\.shtml$"> +# AddOutputFilter INCLUDES +#</Files> # # Uncomment the following line to enable Apache's send-asis HTTP file |