ich habe eine Verständnissproblem mit dem vHost System von Lighttpd.
Genuzt wird "mod_simple_vhost".
Mein Problem besteht darin dass ich nun mehrere Domains und Subdomains habe diese aber nicht wirklich Genuzt bekomme, sind wohl noch Denkschwächen in zusammenhang mit dem Apache.
so,
Angenommen ich habe Domain :
1.) ichbin1.de
2.) ichbin2.de
Genuzt wird dass www Verzeichniss in /var, pro Domain sollte es dann schon der Übersichthalber ein eigener ordner sein, wie solls auch anders ...
--------------------------------------
Ich Poste mal meine Vorgehensweise :
Code: Select all
#simple-vhost.server-root = "/var/www/"
#simple-vhost.default-host = "ichbin1.de"
#simple-vhost.document-root = "/ichbin1/"
Code: Select all
#simple-vhost.server-root = "/var/www/"
#simple-vhost.default-host = "ichbin2.de"
#simple-vhost.document-root = "/ichbin2/"
Code: Select all
#simple-vhost.server-root = "/var/www/"
#simple-vhost.default-host = "subdomain.ichbin1.de"
#simple-vhost.document-root = "/subdomain.ichbin1/"
Kann mir da wer nen Statement abgeben?
Währe Nett
ThX im Vorraus