I've just moved to a new host and I'm having problems getting Actinic up and running on the new server. When I do a site refresh I get the following message:
"A server error occurred while attempting to merge server files. 500 - Internal Server Error"
and any attempt to run a script also gives a server error 500 with the following message:
"Premature end of script headers: ca000001.pl" (same for all scripts).
I've checked the permissions. cgi-bin and acatalog are 755 and setting to 777
makes no difference. Here are my network settings, I've tried a few variations but nothing seems to make much difference). These were set up with the help of the wizard and pass the test OK.
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.domain.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
CATALOGURL http://www.domain.co.uk/acatalog/
CGIBINURL http://www.domain.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../httpdocs/acatalog/
CODEBASE ./
FTPHOST ftp.domain.co.uk
FTPUSERNAME xxxxxxxxxx
FTPPASSWORD xxxxxxxxxx
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG
Anyone have any ideas?
Mike
"A server error occurred while attempting to merge server files. 500 - Internal Server Error"
and any attempt to run a script also gives a server error 500 with the following message:
"Premature end of script headers: ca000001.pl" (same for all scripts).
I've checked the permissions. cgi-bin and acatalog are 755 and setting to 777
makes no difference. Here are my network settings, I've tried a few variations but nothing seems to make much difference). These were set up with the help of the wizard and pass the test OK.
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST localhost
WEBSITEURL http://www.domain.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
CATALOGURL http://www.domain.co.uk/acatalog/
CGIBINURL http://www.domain.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../httpdocs/acatalog/
CODEBASE ./
FTPHOST ftp.domain.co.uk
FTPUSERNAME xxxxxxxxxx
FTPPASSWORD xxxxxxxxxx
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG
Anyone have any ideas?
Mike
Comment