|
i have some running on my linux server. easiest way is to create a user for each site and allow /~youruser/ to access each one, or use symbolic links to them. each user can have a /public_html/ that apache looks for, and will load your index.html that it finds there. Of course, this being linux, you can change the default names and even which page and where apache looks. Try going through your /etc/apache/httpd.conf file, good stuff in there
|