• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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