• 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

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