• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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