I'm trying to use the Wizard to get the network settings set up. At the point where you enter the address of the site, it times out with:
"The web site address (URL) does not refer to a web server or the web server or network is down. Try again or contact your system administrator or ISP. The operation timed out. "
The server is up and responding and nothing else has a problem talking to it.
Network settings were set up and tested OK, but the site wouldn't upload. I realised this was because it was still in Actinic Host Mode, so changed mode and had to re-enter everything - and now I get time-outs and problems.
The hosting site has what I believe is the 'usual' structure, with all web files in a 'www' directory. Entering what I think are all the right settings manually causes a problem during the CGI-BIN test - it times out. However it has managed to upload a couple of perl files to cgi-bin (cp000042.pl and ts000042.pl) and these execute OK from my telnet session.
Network settings look like this:
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 42
SCRIPTEXT .pl
SMTPHOST customermail2.easily.co.uk
WEBSITEURL http://www.swaqshop.com
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SMTPAUTHREQUIRED true
SMTPUSERNAME ****************
SMTPPASSWORD ****************
CATALOGURL http://www.swaqshop.com/acatalog/
CGIBINURL http://www.swaqshop.com/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST www.swaqshop.com
FTPUSERNAME ****************
FTPPASSWORD ****************
PATHTOCGIBIN www/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
Any ideas?
Thanks,
simon
"The web site address (URL) does not refer to a web server or the web server or network is down. Try again or contact your system administrator or ISP. The operation timed out. "
The server is up and responding and nothing else has a problem talking to it.
Network settings were set up and tested OK, but the site wouldn't upload. I realised this was because it was still in Actinic Host Mode, so changed mode and had to re-enter everything - and now I get time-outs and problems.
The hosting site has what I believe is the 'usual' structure, with all web files in a 'www' directory. Entering what I think are all the right settings manually causes a problem during the CGI-BIN test - it times out. However it has managed to upload a couple of perl files to cgi-bin (cp000042.pl and ts000042.pl) and these execute OK from my telnet session.
Network settings look like this:
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 42
SCRIPTEXT .pl
SMTPHOST customermail2.easily.co.uk
WEBSITEURL http://www.swaqshop.com
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SMTPAUTHREQUIRED true
SMTPUSERNAME ****************
SMTPPASSWORD ****************
CATALOGURL http://www.swaqshop.com/acatalog/
CGIBINURL http://www.swaqshop.com/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST www.swaqshop.com
FTPUSERNAME ****************
FTPPASSWORD ****************
PATHTOCGIBIN www/cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG ../acatalog/
Any ideas?
Thanks,
simon
Comment