|
|
Index Data > Keystone DLS (TKL) (NO LONGER BEING ACTIVELY DEVELOPED) > Keystone Administration > Virtual hosting
For Keystone to work, the
Consider we have Web server which runs
# If you want to use name-based virtual hosts you need to define at
# least one IP address (and port number) for them.
#
NameVirtualHost 1.2.3.4
# Our primary domain
<virtualHost 1.2.3.4>
ServerName www.domain
</VirtualHost>
# Our Keystone domain
<virtualHost 1.2.3.4>
ServerAdmin tklmanager@domain
DocumentRoot /home/tkl/html
ServerName tkl.domain
ServerAlias tkl
ErrorLog /home/tkl/logs/error.log
CustomLog /home/tkl/logs/access.log common
Alias /tklite/ /var/www/tklite/
</VirtualHost>
|
|||
|
|
||||
| Copyright Index Data ApS 2008 | ||||