[Xitami] Local Virtual Host

Otto Haldi xitami@lists.xitami.org
Thu, 06 Feb 2003 20:35:46 +0100


I don't understand exactly how to start many web on a single workstation with Xitami.

I added with the help of the "Virtual hosts" template 
a new directory. 

This created a new file called "ateho.cfg" who look like this:
#*END

[Accesslog]
    Filename = "ateho.log"

[Security]
    Filename = "ateho.aut"

[Server]
    Webpages = "d:/web/ateho"

[Wsx]
    Admin = ""

I tried to start the page with: 
http://localhost/ateho, but do not work!

This page start when I type http://localhost/,
but I can't get anymore the default page!

If I start with this URL: http://localhost/admin
then the admin page is loaded correctly.

What is the right way to create many web?

My defalut.cfg file look like that:
#*END

[Security]
    Filename = "defaults.aut"

[Server]
    Priority = "1"

[Virtual-hosts]
    * = "ateho.cfg"

Many thanks in advance for your help. 

Regards 

Otto