• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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