These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for exec used but not allowed on the new forum.
I'm having a problem executing cgi-bin scripts from SSI calls within shtml pages. Standard SSI's work...
The code in the html page is:
<!--#exec cgi="/cgi-bin/count"-->/home/vrsdc/cgi-bin has the following:
-rwxr-xr-x 1 vrsdc vrsdc 1062 May 27 23:15 countApache error logs show:
[Wed May 27 23:16:05 2009] [error] [client 208.33.154.168] exec used but not allowed in /home/vrsdc/public_html/index.htmlIdeas?
Sounds like in the Apache VirtualHost config, you have "IncludesNOEXEC" in the options line -- if you change that to just "Includes" and restart Apache, it should do what you're after.
-Eric
That was it. Thanks.
Now I have to go figure out what it means, and what the risks are to disable it...