[Catalyst] Catalyst Digest, Vol 16, Issue 26
Dr. Jennifer Nussbaum
bg271828 at yahoo.com
Wed Jun 7 17:31:52 CEST 2006
You can do something like:
SetHandler perl-script
PerlResponseHandler MyApp
Alias /myapp/static /path/to/myapp/root/static
Order allow,deny
Allow from all
SetHandler default-handlerThank you!!!
But one question--where do my templates go? Right now their under, lets say, /path/to/myapp/root/. And i dont want to change anything in MyApp.pm so i can
keep running it with the builtin testing server.
The docs for Catalyst::View::TT talk about adding locations for the template root but they dont really say what the default location is. (It shows about havng MyApp->config({root => MyApp->path_to('root')}) but right now i don't have that and things work fine with the test server.) Where should i put it all?
Jen.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060607/0ac426e1/attachment.htm
More information about the Catalyst
mailing list