Hello everybody,
I have unsuccessfully been trying to configure pillow to work with sicstus prolog. I have the following configuration:
Windows 2000 Professional Apache Web Server with php extensions Sicstus Prolog v.3.8.5
Does anybody know what modifications I should make to httpd.conf in order to make everything work? Might the problem be somewhere else?
Thanks in advance, Elena.
Does anybody know what modifications I should make to httpd.conf in order to make everything work? Might the problem be somewhere else?
Basically, all you need to do is to make sure that Apache .cgi executables will be run by httpd. In Apache this implies selecting:
Options ExecCGI
and
AddHandler cgi-script .cgi
in the configuration file (e.g., /etc/httpd/conf/httpd.conf).