I have 4 sites running beautifully on Apache Linux, but now need to run a site on Red Hat Linux server.
I am unable to configure the site or upload it as I am having problems with the path to Perl. RH Server require the use of "/usr/bin/perl-w" as the path, as this triggers security and reporting services. This cannot be switched off as it is a key feature. Perl is works with this setting, as this test script shows
http://85.124.188.123/cgi-bin/willow.pl
Just using "/usr/bin/perl" wil not work, which is a shame as that it what Actinic sems to be expecting. It seems unable to parse the "/usr/bin/perl-w" address, and cannot find perl.
As the client is a Red Hat reseller, the hosting really does have to be on RH Server.
Suggestions?
Lucy
I am unable to configure the site or upload it as I am having problems with the path to Perl. RH Server require the use of "/usr/bin/perl-w" as the path, as this triggers security and reporting services. This cannot be switched off as it is a key feature. Perl is works with this setting, as this test script shows
http://85.124.188.123/cgi-bin/willow.pl
Just using "/usr/bin/perl" wil not work, which is a shame as that it what Actinic sems to be expecting. It seems unable to parse the "/usr/bin/perl-w" address, and cannot find perl.
As the client is a Red Hat reseller, the hosting really does have to be on RH Server.
Suggestions?
Lucy
Comment