I have done nothing special apart from my daily apt-get update/dist-upgrade and now when I run plans.cgi, it doesn't run and instead I'm now looking at the source of the cgi script.
Any ideas what I might have to change for the cgi scripts to be executed instead of just displayed on the screen?
I googled this for tha past 3 hours now and still didn't find anything useful.
One thing I noticed different is /etc/httpd.conf was empty where it contained
- Code: Select all
<Directory /var/www/Intranet/plans>
AddHandler cgi-script .cgi
DirectoryIndex index.cgi index.html
Options +ExecCGI
</Directory>
I temporarily resorted to using webcalendar and it runs fine but I would prefer to be able to use planscalendar.


