CGI scripts stop working after DA/Apache update

Zhenyapan

Verified User
Joined
Feb 23, 2018
Messages
2,468
Location
UA
Hello,

After updating DA from 1.678 to 1.687 with NGINX+Apache and other components which wasn't updated since July
CGI scripts don't work anymore with error:
[Sun Nov 09 21:29:05.850295 2025] [cgi:error] [pid 4190261:tid 4190389] [client 195.248.234.11:0] AH01215: stderr from /home/youmemar/domains/youme****.com/public_html/cgi-bin/for_index4.cgi: suexec failure: could not open log file, referer: https://youme****.com/
[Sun Nov 09 21:29:05.850348 2025] [cgi:error] [pid 4190261:tid 4190389] [client 195.248.234.11:0] AH01215: stderr from /home/youmemar/domains/youme****.com/public_html/cgi-bin/for_index4.cgi: fopen: No such file or directory, referer: https://youme****.com/
[Sun Nov 09 21:29:05.850371 2025] [cgi:error] [pid 4190261:tid 4190389] [client 195.248.234.11:0] End of script output before headers: for_index4.cgi, referer: https://youme****.com/

Cloudlinux8+DA, cloudlinux support checked and didn't find issues from their side
Can somebody help?
 
I've got it working on a default server (without customization):

- DirectAdmin 1.688 ea63f4f12a480267e4ee717b26ddd4d6b7a5912b
- nginx version: nginx/1.29.2
- Server version: Apache/2.4.65 (Unix)
- CloudLinux release 9.6 (Georgy Dobrovolsky)

Bash:
[root@dev ~]# apachectl -M 2>&1 | grep suexec
 suexec_module (static)
[root@dev ~]#
 
Back
Top