I'm trying to set up a dynamic virtual host for the first time with apache. Is it possible for be to implement some sort of folder sorting system?

For example the first ten sites are in: /Vhosts/1/ The next ten in : /Vhosts/2/

And so on, in order to reduce indexing load and having 400 folders in one directory.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Yep, have a look at the examples in the mod_vhost_alias documentation.

link|improve this answer
Thank you, this'll help alot. – user81536 May 15 '11 at 23:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.