Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to create an Apache directive that will be based on a domain (say eli.lh) and that every sub-domain entered (such as test.eli.lh) will be directed to a sub-folder of a predefined directory with the same name as the sub-domain.

What I mean:

I have /var/projects/ that contains any number of directories inside it, one of them is /var/projects/test/. When someone goes to test.eli.lh apache will go to /var/projects/ search for directory /test and if it finds it, it will be served as that domain, if not, than throw a 404 error or whatever...

All that without creating dedicated server aliases for each and every sub-domain/directory pairs.

Is it possible?

share|improve this question
I'd suggest sending this to serverfault.com, I seem to remember seeing examples about this there. – Bruno Jul 15 '10 at 14:28
Oh, right, thanks :) – Eli Jul 18 '10 at 8:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.