Hi all. I am trying to add SSI parsing to *.html files, by adding the
following line in httpd.conf:
AddHandler server-parsed .html
I also have mod_perl and javascript code on the site. The problem is
that I have a standard javascript generated footer that prints copyright
stuff and the last mod date of the document. When the above line is
enabled in Apache, the mod date is always:
Wednesday December 31, 1969 at 7:00:00 P.M.
The javascript function works perfectly when SSI is not enabled, and the
other date functions work fine even when it is enabled. The function is
nearly identical to the current date function, and never causes errors.
Is there some obscure conflict between SSI and javascript dates? I have
tried this with both 4.7 and 4.7.2.
Thanks
Lou