A. Pagaltzis wrote:
> 
> Eh? Apache doesn’t dispatch anything unless maybe you’re talking
> about mod_perl

If that's true, then GETting http://mysite.com/foo/bar/baz.html would
get a file named $DOCROOT/foo\/bar\/baz.html.  Considering that's never
the case (you can't have / in UNIX filenames, only paths), I would say
Apache is a dispatcher.  Add mod_alias and mod_rewrite into the mix, and
Apache is definitely a URL dispatcher.

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to