Hi,
I am a web host currently helping a customer to setup a web store using actinic.
We are having problems during the configuration. We are able to configure the FTP, web root and cgi-bin successfully, but when it comes to perl, it is giving us an error saying that the 'Perl Extension is incorrect'.
Our web server is Linux and it supports running CGI script. We have tested by uploading a simple perl script (.cgi / .pl) and changed the script's permission to executable (0755) and it is able to run it by calling it using a browser.
I guess the reason actinic is throwing the Perl Extension Error is because actinic does not change the script's permission to executable (CHMOD) once the CGI Script ActinicSimple.pl is uploaded.
Here is the FTP log:
This simply upload the .pl script but it does not set the scripts permission to executable so it is giving Actinic a 500 internal server error while trying to execute it via web. Usually when you set the script's permission, it should issue a 'SITE CHMOD' command and we would be able to see it by going through the FTP logs, but it looks like Actinic does not set any permission on the script.
Please advice
I am a web host currently helping a customer to setup a web store using actinic.
We are having problems during the configuration. We are able to configure the FTP, web root and cgi-bin successfully, but when it comes to perl, it is giving us an error saying that the 'Perl Extension is incorrect'.
Our web server is Linux and it supports running CGI script. We have tested by uploading a simple perl script (.cgi / .pl) and changed the script's permission to executable (0755) and it is able to run it by calling it using a browser.
I guess the reason actinic is throwing the Perl Extension Error is because actinic does not change the script's permission to executable (CHMOD) once the CGI Script ActinicSimple.pl is uploaded.
Here is the FTP log:
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "CWD /" 250 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "CWD /www/cgi-bin" 250 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "TYPE A" 200 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "PORT xxx,xxx,xxx,xxx,13,86" 200 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:36 -0500] "STOR ActinicSimple.cgi" 226 1171
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "CWD /www/cgi-bin" 250 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "TYPE A" 200 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:35 -0500] "PORT xxx,xxx,xxx,xxx,13,86" 200 -
xxx.xxx.xxx.xxx UNKNOWN demo [25/Mar/2006:18:16:36 -0500] "STOR ActinicSimple.cgi" 226 1171
xxx.xxx.xxx.xxx - - [25/Mar/2006:18:16:36 -0500] "GET /cgi-bin/ActinicSimple.cgi HTTP/1.1" 500 809 "-" "Catalog"
Comment