• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Apache ASP support not works (Error 500)

J

JordiF

Guest
I have a problem with the ASP Support in Apache.

If I try to open some simple ASP page (print date()), the browser shows ERROR 500.

I searched in paralles forum and other forums, but I don't find any solution.

In the log appears this:
[Wed Feb 03 15:17:09 2010] [error] [asp] [28401] [error] Undefined subroutine &Apache::ASP::Compiles::__ASP__tmpx::date called at /var/www/vhosts/frononline.es/httpdocs/test.asp line 1. <--> ,

I tryed to uninstall mod_perl and perl-Apache-ASP and reinstall from the Virtuozzo admin panel, but this not fix the issue.

Can you help me please?

Thanks in advance.
 
Last edited by a moderator:
Please review whether you script is compatible with Apache::ASP at website:

http://www.apache-asp.org/

The error log shows that you have an error in function description. Try to find any working asp script and test it.
ASP support in Plesk for Unix is not the same as on the Windows servers. Language which should be used inside ASP pages is Perl and this ability is provided by Apache ASP module. Visual Basic are supported only if you have installed SunOne ASP server (former ChiliSoft ASP). If you haven't this software installed and configured, then ASP pages that are written on VBScript will not work.
 
OK, this is exactly the problem!!

I try with a sample test from apache-asp.org and it runs OK.

Thanks!
 
Back
Top