Announcement

Collapse
No announcement yet.

502 Bad Gategway Error in Connection Wizard

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    502 Bad Gategway Error in Connection Wizard

    Hi
    I am new to Actinic and to Perl/CGI, I have created a folder called CGI-BIN and copied the the Peral\BIN folder to the root of my Web site (hosted), any reason why I am getting the following error:

    502 Bad Gategway Error in Connection Wizard

    Thanks

    #2
    please post your network settings
    tell us the host
    what package you have and if it is unix or linux

    Comment


      #3
      Hi

      I am deploying to Windows Server, not unix.

      Thanks

      Originally posted by pinbrook
      please post your network settings
      tell us the host
      what package you have and if it is unix or linux

      Comment


        #4
        we still need network settings in order to help.

        Remove passwords etc

        Comment


          #5
          How do I get the network settings for u?

          Originally posted by pinbrook
          we still need network settings in order to help.

          Remove passwords etc

          Comment


            #6
            go to network settings and export them

            Comment


              #7
              Hi:
              HTTPPROXYMODE 0
              HTTPPROXYADDRESS
              HTTPPROXYPORT 80
              HTTPPROXYUSER
              HTTPPROXYPASSWORD
              FTPPROXYMODE 0
              FTPPROXYADDRESS
              FTPPROXYPORT 21
              FTPPROXYUSER
              FTPPROXYPASSWORD
              SCRIPTID 1
              SCRIPTEXT .pl
              SMTPHOST mail.bobbob.net
              WEBSITEURL www.bobbob.net
              IGNOREPASSIVEERRORS true
              USERELATIVECGIURLS true
              PATHTOPERL /usr/bin/perl
              USEENHANCEFTP true
              FTPCLIENTTIMEOUT 15000
              FTPRETRYDELAY 3000
              FTPSILENT false
              FTPMAXRETRIES 3
              FTPCONNECTTIMEOUT 25000
              SMTPAUTHREQUIRED true
              SMTPUSERNAME xxxx
              SMTPPASSWORD xxx
              CATALOGURL http://www.bobbob.net/
              CGIBINURL http://www.bobbob.net/cgi-bin/
              PATHFROMCGITOCATALOG ../acatalog/
              CODEBASE ./
              FTPHOST ftp.bobbob.net
              FTPUSERNAME xxxxx
              FTPPASSWORD xxxx
              PATHTOCGIBIN cgi-bin/
              USEPASSIVEFTP false
              FTPPATHFROMCGITOCATALOG

              Also I am getting the following Error:
              CGI Error
              The specified CGI application misbehaved by not returning a complete set of HTTP headers.

              Comment


                #8
                CGI Error
                The specified CGI application misbehaved by not returning a complete set of HTTP headers.
                this is a common error, please search the forum for this message to see if others have already posted a solution that may also apply to you

                Comment


                  #9
                  CGI Error

                  Thank you for that but I have found the following error:

                  The specified CGI application misbehaved by not returning a complete set of HTTP headers.

                  I noticed a few .pl files in the cgi-bin file.

                  Thanks

                  Comment


                    #10
                    Hi Paul,

                    Could be a permissions problem.

                    Get the host to set these for the cgi-bin:

                    FTP user: read, write, execute, modify, read and write
                    Internet user: read, execute
                    Everyone: read and execute

                    Let me know how you get on.
                    Regards,

                    Toby Blanchard

                    Comment

                    Working...
                    X