New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Tried it before but had major memory leaks. I don't know now.
I do it like the following within lighty:
$HTTP["host"] == "www.example.org" { server.document-root = "/var/www/servers/www.example.org/pages/" accesslog.filename = "/var/www/servers/www.example.org/logs/access.log" server.errorlog = "/var/www/servers/www.example.org/logs/error.log" }Doesn't that work for you?