Lluis wrote, On 06/11/2007 13:43:

 > I've been trying to do a fairly complex redirection without success.
 >
 > The thing is that i have a /home/projects/<project>/public_html tree, where
 > <project> is _not_ a user account (so I cannot use the UserDir), and want
 > to make it available through http://server/projects/<project>.
 >
 > The only solution I've found is to add a new
 >
 >   Directory /projects/<project> {
 >     DocumentRoot /home/projects/<project>/public_html
 >   }
 >
 > for every new project I create, which means creating a new file in
 > sites-enabled and restarting cherokee.
 >
 > Is there any way of making a generic rule which works for every possible
 > project without messing up every time with the configuration?

Well, that is an interesting question, indeed.

I do not think we have a way to do that right now.
Does someone have some idea about how to configure it?

If nobody comes with an idea to solve it within a few days, please,
log a bug at http://code.googe.com/p/cherokee to ensure that we will
try to implement it for the next release.

Cheers!

-- 
Greetings, alo.
http://www.alobbs.com

_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to