[Maypole] file errors
dan sinclair
zero@perplexity.org
Sat, 08 May 2004 00:46:25 -0400
Hello,
I've installed Maypole and it seems to be working, the issue I'm currently having is as follows.
I have my apache set up with:
Alias /im/ /home/zero/dev/foo/im/
<Location />
<Location />
SetHandler perl-script
PerlHandler Foo
</Location>
Where Foo is my Maypole app. In my header I have some images /im/foo.gif etc. I can load the page,
and all the images appear, but in the log file I see:
file error - imfoo.gif: not found at /usr/lib/perl5/site_perl/5.8.0/Maypole/View/Base.pm line 66.
Which I'm guessing is a config issue? Whats the proper way to configure Maypole to work off of / and
not get errors when accessing other things below that directory?
Thanks,
dan