• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Pleask 7.5 CGI-BIN Erro

C

cosmick

Guest
I installed a simple domain script in ascii mode like it asked. When I visit the script in the browser it say "502 Bad Gatewayy, Web server received an invalid response while acting as a gateway or proxy server. Can someone please help me out
 
I thing most common problem with this error is folder or file permission.

Put this line in perl script file after "#!/usr/bin/perl":

use CGI::Carp qw(fatalsToBrowser);

This will help you get clearer message of what is wrong when you access your webpage

Aris, www.slohost.net
 
Back
Top