Hi
I'd like to use .exe files written in pascal as cgi, but when I try to do it there's an internal server error. I'm trying to enable .exe files in /cgi-bin with the httpd.conf, what do I have to do? I'm running Apache 2 on WinXP.
This sounds like a permissions problem with the files or directory. Make sure that the Apache process has permission to execute files within the folder that your CGI scripts are in.
Sorry, I'm not able, I'd be very grateful if you can have a look to these few lines of my httpd.conf:
----------------------
# CGI directory exists, if you have that configured.
#
<Directory "C:/Programmi/Apache Group/Apache2/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
#
# Redirect allows you to tell clients about documents which used to e
----------------------
and
----------------------
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
#AddHandler cgi-script cgi
#
# For files that include their own HTTP headers:
----------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.