• 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.

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