Announcement

Collapse
No announcement yet.

1 & 1 and Network Settings

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

    1 & 1 and Network Settings

    Hi there,

    Please Help.

    We are hosting a domain with 1 & 1. Whenever I try to run the Configure Web Site wizard it crashes once it gets to the FTP Directory and www root directory bit. I tried to change the network settings manually. But it keeps on coming up with the following errors.

    "Catalog is not able to run the CGI Scripts on the server. It appears as if the scripts are not installed".

    2nd Error

    "The web server returned error code 404 - Requested URL not found. This means Catalog can't execute the CGI Scripts on your website".

    Please can someone give me the correct network settings for 1 & 1.

    Thank you very much.

    Alap
    NCT

    #2
    These worked for me on 1&1 Business. They won't work on any of the cheaper 1&1 packages as they don't support own cgi programs:-

    HTTPPROXYMODE 0
    HTTPPROXYADDRESS
    HTTPPROXYPORT 80
    HTTPPROXYUSER
    HTTPPROXYPASSWORD
    FTPPROXYMODE 0
    FTPPROXYADDRESS
    FTPPROXYPORT 21
    FTPPROXYUSER
    FTPPROXYPASSWORD
    SCRIPTID 1
    SCRIPTEXT .pl
    SMTPHOST auth.smtp.oneandone.co.uk
    WEBSITEURL http://www.mysite.com/index.html
    IGNOREPASSIVEERRORS true
    PATHTOPERL /usr/bin/perl
    CATALOGURL http://www.mysite.com/acatalog/
    CGIBINURL http://www.mysite.com/cgi-bin/
    PATHFROMCGITOCATALOG ../acatalog/
    CODEBASE ./
    FTPHOST mysite.com
    FTPUSERNAME *********
    FTPPASSWORD *********
    PATHTOCGIBIN /cgi-bin
    USEPASSIVEFTP true
    FTPPATHFROMCGITOCATALOG


    If you copy and save the chunk above to a textfile you can import it into your network setting via Advanced / Network / Import. Then just change mysite.com for whatever you're using and fill in your FTP usrname and password.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      And here's a 1&1 Professional site with a sub domain secure.mysite.com pointing at / and set to use the 1&1 SSL.

      HTTPPROXYMODE 0
      HTTPPROXYADDRESS
      HTTPPROXYPORT 80
      HTTPPROXYUSER
      HTTPPROXYPASSWORD
      FTPPROXYMODE 0
      FTPPROXYADDRESS
      FTPPROXYPORT 21
      FTPPROXYUSER
      FTPPROXYPASSWORD
      SCRIPTID 1
      SCRIPTEXT .pl
      SMTPHOST auth.smtp.oneandone.co.uk
      WEBSITEURL http://www.www.mysite.com/index.html
      IGNOREPASSIVEERRORS true
      USERELATIVECGIURLS false
      PATHTOPERL /usr/bin/perl
      SSLCATALOGURL https://sslrelay.com/secure.mysite.com/acatalog/
      SSLCGIBINURL https://sslrelay.com/secure.mysite.com/cgi-bin/
      SSLPATHFROMCGITOCATALOG ../acatalog/
      SSLCODEBASE ./
      SSLFTPHOST mysite.com
      SSLFTPUSERNAME *********
      SSLFTPPASSWORD *********
      SSLPATHTOCGIBIN /cgi-bin/
      SSLUSEPASSIVEFTP true
      CATALOGURL http://www.mysite.com/acatalog/
      CGIBINURL http://www.mysite.com/cgi-bin/
      PATHFROMCGITOCATALOG ../acatalog/
      CODEBASE ./
      FTPHOST mysite.com
      FTPUSERNAME *********
      FTPPASSWORD *********
      PATHTOCGIBIN /cgi-bin/
      USEPASSIVEFTP true
      FTPPATHFROMCGITOCATALOG

      Tested OK with Catalog V6.1.2

      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X