Jump to content

Lighttpd VHOSTS


jaymc

Recommended Posts

Ive just setup lighttpd, Im trying to add multiple websites using the simple vhosts module

 

for some reason when I add the 3 settings for a new domain I get a syntax error saying duplicate entires

 

Anyway.. I have found a solution, I can disable the vhosts module and just do this

 

$HTTP["host"] == "test.site.co.uk" {

  server.document-root = "/home/test"

}

 

$HTTP["host"] == "more.site.co.uk" {

  server.document-root = "/home/more"

}

 

This works perfect, is there anything wrong with this method? Will it effect processing time..

 

How do you guys deal with multiple domain names with lighttpd

Link to comment
https://forums.phpfreaks.com/topic/121122-lighttpd-vhosts/
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.