Hi,
Trying to setup referrer.pl to use on our version of Actinic Catalog, v.0.4.0.7.0.2 which is old and intricately customised and I can't get it past the typical but uninformative error message
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
I have followed the setup instructions from the Advanced Guide, changing referrer.pl and posting it to cgi-local and then chmod to 755.
The call is:
http://www.gameslore.co.uk/cgi-local...%2facatalog%2f
(For some reason the full URL doesn't display but it should all be there if you select it).
I have done this with all sorts of variations, have looked up lots of other threads on this subject and still can't find the answer.
The 1st few lines of referrer.pl are:
#!/usr/bin/perl
# CUSTOMIZE - specify the correct path to perl above by replacing "NETQUOTEVAR:PERLPATH" with the perl path (usually /usr/bin/perl)
require al000001; # CUSTOMIZE put the correct actinic package name on this line (e.g. "al000000")
and nothing else has been changed.
We are running on a Unix server.
Anyone care to make any suggestions which might help save my sanity ?
Thanks, Paul.
www.gameslore.co.uk
Trying to setup referrer.pl to use on our version of Actinic Catalog, v.0.4.0.7.0.2 which is old and intricately customised and I can't get it past the typical but uninformative error message
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
I have followed the setup instructions from the Advanced Guide, changing referrer.pl and posting it to cgi-local and then chmod to 755.
The call is:
http://www.gameslore.co.uk/cgi-local...%2facatalog%2f
(For some reason the full URL doesn't display but it should all be there if you select it).
I have done this with all sorts of variations, have looked up lots of other threads on this subject and still can't find the answer.
The 1st few lines of referrer.pl are:
#!/usr/bin/perl
# CUSTOMIZE - specify the correct path to perl above by replacing "NETQUOTEVAR:PERLPATH" with the perl path (usually /usr/bin/perl)
require al000001; # CUSTOMIZE put the correct actinic package name on this line (e.g. "al000000")
and nothing else has been changed.
We are running on a Unix server.
Anyone care to make any suggestions which might help save my sanity ?
Thanks, Paul.
www.gameslore.co.uk
Comment