----------
From: "Frank Morton" fmorton@base2inc.com
To: "Java Apache Users" java-apache-users@list.working-dogs.com
Subject: Re: SSI Config Questions
Date: Fri, Mar 12, 1999, 11:52 AM
I had this exact problem the other day and here is what I did
that worked. The problem is zone related...
I have two zones, "kit" and "public".
In the httpd.conf file, I have the following mounts and actions:
ApJServMount /servlets/public /public
ApJServMount /servlets/kit /kit
ApJServAction .jhtml /servlets/kit/org.apache.jservssi.JServSSI
In the action, I had left out the "/servlets" portion and got the same
error message you are getting now.
I think you just have the syntax mixed up on the action, just as I did.
If you are still having problems after this, I'll be glad to send you
my config files.
|