• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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