can't run cgi scripts

Ivan Krylov ikrylov at disroot.org
Mon Aug 5 18:56:33 UTC 2024


В Sun, 4 Aug 2024 23:03:25 +0000 (UTC)
stuart rowland <swrowland2003 at yahoo.com> пишет:

> [Sun Aug 04 15:37:37.425352 2024] [cgid:error] [pid 19268:tid 19389]
> [client ::1:60976] AH01215: stderr from
> /usr/share/bugzilla/images/padlock.png: AH01241: error spawning CGI
> child: exec of '/usr/share/bugzilla/images/padlock.png' failed
> (Permission denied)

The problem is not that Apache can't run CGI scripts, but that it's
trying to run every static file as a CGI script in the first place.

Do you use SetHandler or ScriptAlias elsewhere in your Apache
configuration?

-- 
Best regards,
Ivan


More information about the support-list mailing list