• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Apache ASP support not working in plesk

R

rajk

Guest
i have uploaded asp files in my linux server with Apache ASP support (ticked) in parallel but i get INTENAL SERVER ERROR when opening asp files. Please help.
 
"My Plesk is not working!"

Did you tried check Apache logs, perform some investigation, etc? Can you provide more detailed information?
 
Please click one of the Quick Reply icons in the posts above to activate Quick Reply.
 
I got this in httpd log

::1 - - [27/Oct/2010:08:25:36 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.3 (CentOS) (internal dummy connection)"
::1 - - [27/Oct/2010:08:25:38 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.3 (CentOS) (internal dummy connection)"
::1 - - [27/Oct/2010:08:25:38 +0100] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.3 (CentOS) (internal dummy connection)"
 
Common Apache error log - /var/log/httpd/error_log
Apache error log for particular domain - /var/www/vhosts/domain.com/statistics/logs/error_log
 
i just realised some asp files are opening and some are not. what could be the problem ?
 
I got this error

[Thu Oct 28 11:55:06 2010] [error] [asp] [2032] [error] error compiling unprocessed_application.asp: , /usr/lib/perl5/vendor_perl/5.8.8/Apache/ASP.pm line 1468

pls help
 
It looks like that your script is written on VBScript. Actually by default Plesk Apache supports only ASP scripts written in Perl language. For more information, you can refer the below given KB article:

http://kb.odin.com/en/2228
 
Back
Top