diff options
author | Ryan Bloom <rbb@apache.org> | 2001-02-10 06:00:50 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-02-10 06:00:50 +0100 |
commit | 62c67a85d3bf7496a75abb9220216e9bc4e0c051 (patch) | |
tree | a50c5e99cc8ef94cfb73fbe5f5cc4c77492e2d21 | |
parent | Remove definition of ap_extended_status, it's defined in scoreboard.c (diff) | |
download | apache2-62c67a85d3bf7496a75abb9220216e9bc4e0c051.tar.xz apache2-62c67a85d3bf7496a75abb9220216e9bc4e0c051.zip |
Update the conf file to use the correct model for turning on SSI's
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88051 13f79535-47bb-0310-9956-ffa450edef68
-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 |