cgi script using ssi problem
I have a client that was using a cgi script that used server side includes to place a footer and header on several of his .SHTML pages.The script that calls this function is depicted below.
This script does not work with my new Linux/Apache server. I was running freeBSD/Apache before.
I am sure this is just an easy switch within the httpd.conf file but not sure where to turn this on so that his script will work. other cgi testing has shown that cgi apps are functioning.
Any help would be appreciated.
<!--#exec cgi="/cgi-bin/header.cgi" -->
Thanks in advance.
Jeffro