Non performing CGI script
I've seen similar questions to this around various forums, but not precisely what I'm looking for. So, being specific:
When trying to get a CGI script to run from an Apache server, I keep getting a 403 Permission Denied error. All ordinary HTML pages serve up just fine.
The script in question has permission set to 755, which seems to be right. The ScriptAlias is pointing at the right place. Previously, when it wasn't, the page would get served up as text, without executing, but now I have fixed the ScriptAlias issue, I am being denied permission.
Any ideas?
|