• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ASP on Plesk

L

Lionel Ilunga

Guest
Hi Guys,

I'm getting the following error when attempting to use ASP scripts on a domain in Plesk. I have enabled Apache ASP. Does anyone have any idea what I might be doing
wrong?

When trying to acces the page I get:

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request."

And the erro log reports:

"Can't locate object method "log_error" via package "Apache::RequestRec" at /usr/lib/perl5/site_perl/5.8.5/Apache/ASP.pm line 1709.\n"
 
Most probably the script which you are trying to use contains a method, for example, Response.Write() which is not supported by the Apache::ASP since that
implemetation of ASP does not fully support all the methods/objects of the original Microsoft's version. Plesk uses free Apache::ASP which is based on Perl language and does not support other languages:

http://apache-asp.org/faq.html#VBScript or 07fa600d

Please refer to the http://www.apache-asp.org website to get more information about apache-asp.

I think next two articles can be helpful for you in future:

http://faq.swsoft.com/article_120_966_en.html
http://faq.swsoft.com/article_41_1045_en.html
 
Back
Top