|
From: <da...@id...> - 2003-04-12 00:25:59
|
"Justin Yackoski" <ju...@sk...> said: > > "Jason Long" <jl...@me...> said: > > > >> Justin, > >> > >> You're right that a tree-based approach (that simulates the > >> directory-tree of the server) would be too complicated. I realized > >> today that Apache also supports > >> > >> <Directory "/home/*/public_html"> > >> etc. > >> > >> as well as regular expression matches using '~'. > > > > sorry to intrude, but what is the problem with that? > > Well, I think the primary problem is that you can't anymore just give the > user a finite list of directories, nor can you easily give them an > accurate tree. It'd be possible, but it wouldn't be easy. [...] ok, I understand better now, thanks for the explanation, I might think about it -- dams |