Hi, I just installed apache2 on Debian Buster.
I'm trying to use SSI in an html page: $ cat try.shtml <!--#config timefmt="%A %B %d, %Y" --> This file last modified <!--#flastmod file="try.shtml" --> When accessing the page through my web browser, I only get 'This file last modified' without the date being displayed. the command 'a2enmod mime' tells me that mod_mime.c is enabled and in /etc/apache2/apache2.conf I have the 'Options' line '+includes' present for '/var/www/html'. What am I missing? -- John Doe