• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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