Hi - I have just had this response from my host (maximum asp) regarding using Perl:
----
"CGI/Perl (If the .pl or .cgi extension needs to be mapped to perl.exe rather than perlis.dll it will no longer function)"
If your script is trying to use perl.exe, then it will fail since it is not allowed to run on the servers for security reasons. It must be able to use the perlis.dll call instead. If your particular scripts must run using perl.exe, then the only way around this is to move to a dedicated server. Let me know if I can be of additional assistance.
---
Does anybody know if it possible to configure Actinis to use the perlis.dll instead of the perl.exe. This was working fine until the servers were upgraded to Win2003.
This has now become a very important issue for me and I'm hoping it can be resolved easily (ish!).
Many thanks for your help.
----
"CGI/Perl (If the .pl or .cgi extension needs to be mapped to perl.exe rather than perlis.dll it will no longer function)"
If your script is trying to use perl.exe, then it will fail since it is not allowed to run on the servers for security reasons. It must be able to use the perlis.dll call instead. If your particular scripts must run using perl.exe, then the only way around this is to move to a dedicated server. Let me know if I can be of additional assistance.
---
Does anybody know if it possible to configure Actinis to use the perlis.dll instead of the perl.exe. This was working fine until the servers were upgraded to Win2003.
This has now become a very important issue for me and I'm hoping it can be resolved easily (ish!).
Many thanks for your help.
Comment