• 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

Problems with Apache-ASP and SSI

J

jplotzke

Guest
I'm trying to get SSI to work with ASP, but am only getting 500 errors.

I'm trying this code:

Code:
<!--#include file="./common/header.shtml"-->

The file does exist. However, I get a 500 error when you go to that page (I can view the included file OK... so there's no script errors there)

However, in the server error log, I get:

Code:
[Tue Oct 10 14:36:10 2006] [error] [client xx.xxx.xxx.xxx] 
Can't locate object method "log_error" via package "Apache::RequestRec" 
at /usr/lib/perl5/site_perl/5.8.5/Apache/ASP.pm line 1709.\n

What does this mean?

Any help would be greatly appreciated! Thanks in advance!

~Jeff
 
By the way, I have both ASP and SSI checked in the control panel for the domain. Using Plesk 7.5.4 on Fedora Core 3.

Thanks!
 
Back
Top