Getting a little fed up with all the errors that I am getting
A typical error is
Can I just clarify where the cgi-bin should be?
Reason I ask is that in many of the configs that I have seen, they appear to be above the html root. Mine is below.
My paths are...
/cgi-bin
/httpsdocs/acatalog/
Now the external URL's are
http://www.domain.co.uk/cgi-bin
http://www.domain.co.uk/acatalog
This gives settings of...
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST mail.domain.co.uk
WEBSITEURL https://www.domain.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://www.domain.co.uk/acatalog/
SSLCGIBINURL https://www.domain.co.uk/cgi-bin/
SSLPATHFROMCGITOCATALOG ../httpsdocs/acatalog/
SSLCODEBASE ./
SSLPATHTOCGIBIN /cgi-bin/
CATALOGURL http://www.domain.co.uk/acatalog/
CGIBINURL http://www.domain.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../httpsdocs/acatalog/
CODEBASE ./
FTPHOST ftp.domain.co.uk
FTPUSERNAME username
FTPPASSWORD password
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG /httpsdocs/acatalog/
A typical error is
HTML Code:
Actinic received an request forbidden error from the web server. The server is not properly configured to allow Actinic to run CGI scripts from the cgi-bin. Run Web | Configure Web Site Details... to review your web site configuration.
Reason I ask is that in many of the configs that I have seen, they appear to be above the html root. Mine is below.
My paths are...
/cgi-bin
/httpsdocs/acatalog/
Now the external URL's are
http://www.domain.co.uk/cgi-bin
http://www.domain.co.uk/acatalog
This gives settings of...
HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST mail.domain.co.uk
WEBSITEURL https://www.domain.co.uk/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://www.domain.co.uk/acatalog/
SSLCGIBINURL https://www.domain.co.uk/cgi-bin/
SSLPATHFROMCGITOCATALOG ../httpsdocs/acatalog/
SSLCODEBASE ./
SSLPATHTOCGIBIN /cgi-bin/
CATALOGURL http://www.domain.co.uk/acatalog/
CGIBINURL http://www.domain.co.uk/cgi-bin/
PATHFROMCGITOCATALOG ../httpsdocs/acatalog/
CODEBASE ./
FTPHOST ftp.domain.co.uk
FTPUSERNAME username
FTPPASSWORD password
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP false
FTPPATHFROMCGITOCATALOG /httpsdocs/acatalog/
Comment