• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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