|
Someone please give me a sanity check. :)
In the mason.conf file ...
my $root = '/usr/local/etc/apache';
I set this to my apache conf directory, and created a mason directory within
it... stuff is getting written there and Mason is running (barely) so I presume
this is correct. This jives with the Mason docs I looked up.
my $htmlroot = "/home/www/data/tvdinner";
I set this to the hard path to where the tvdinner html files are installed. The
.comp files are all in here in the various subdirs.
This all seems right to me, but I am still getting a Mason error whey I try to
use tvdinner.
could not find component for path '/tvdinner/tools/redirect'
What I can't figure out is this: is the error message saying that it can't find
/tvdinner/tools/redirect, or is some component referenced in the redirect not
being found?
|