PDA

View Full Version : Actinic v6 & Claranet - Network Configuration


chivalry21
28-Apr-2005, 05:36 PM
Hi folks,

Hope someone can point me in the right direction here. I'm having difficulty getting actinic catalog v6 (6.15 EGRA) to connect to Claranet.

I'm having issues with the cgi-bin only, everything else works well:

CGI-BIN URL: http://www.domain.co.uk/cgi-bin/
CGI BIN TO ACATALOG: ../acatalog/
PATH TO CGI BIN: /public/www/cgi-bin/
FTP CGI-BIN TO ACATALOG: *blank*
PERL PATH: /usr/bin/perl
CODEBASE: ./

Has anyone had similar difficulties? Or can someone see what I am doing wrong? Or is this an Actinic bug/ Claranet set-up issue?

Thanks in advance

jont
30-Apr-2005, 11:25 AM
Hi Andy,

official settings as supplied by CLARA are:

HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST relay.clara.net
WEBSITEURL http://www.domain.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://clarahost.clara.net/www.domain.co.uk/acatalog/
SSLCGIBINURL https://clarahost.clara.net/www.domain.co.uk/cgi-bin/
SSLPATHFROMCGITOCATALOG ../acatalog/
SSLCODEBASE ./
SSLFTPHOST serverhost
SSLFTPUSERNAME username
SSLFTPPASSWORD password
SSLPATHTOCGIBIN /public/www/cgi-bin/
SSLUSEPASSIVEFTP false
CATALOGURL http://www.domain.co.uk/acatalog/
CGIBINURL http://www.domain.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST serverhost
FTPUSERNAME username
FTPPASSWORD password
PATHTOCGIBIN /public/www/cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG /public/www/acatalog/

chivalry21
03-May-2005, 05:20 PM
Thanks for that Jonty, I think there was some sort of perl issue on the site, it didn't seem to be executing perl properly. Still doesn't!

Not sure why.

Thanks for your help though!