SSI support to Debian

Im trying to get SSI support. I have made following changes to Apache httpd.conf:

Options +Includes

AddType text/html .shtml
AddHandler server-parsed .shtml

Then i created date.shtml and added this in it:
<!--#echo var="DATE_LOCAL" -->

date.shtml dont show me nothing. Do i need to do something else to Apache that the SSI takes effect?

 

 

 

 

Top