• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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