SSI Help

Brewster

Registered
OK heres the problem: I have a server side include at the top of all my pages that executes a perl script that displays a random quote. Well I edited the /etc/httpd/httpd.conf file and it works fine. However, I also have a message board script that uses a template file. At the top of the template file i have the same code (the execute cgi SSI) as the other pages but when I run the script no quote appears. This isn't that unexpected because Apache is only supposed to parse files ending in .html or .shtml. I tried to add a .cgi to that list but when I did the message board displayed the text of the perl file. Anyway, does anyone have any thoughts on what i should do? I would really appreciate any help.
 
Back
Top