• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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