• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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