• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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