Linux / UNIX Tech Support Forum
This is a discussion on Lighttpd socket with multiple subdomains or single IP within the Web servers forums, part of the Mastering Servers category; based on this example on the tutorials Code: $SERVER["socket"] == "192.168.1.2:80" { server.document-root = "/home/lighttpd/theos.in/http" server.errorlog = "/var/log/lighttpd/theos.in/error.log" accesslog.filename = ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
based on this example on the tutorials
Code:
$SERVER["socket"] == "192.168.1.2:80" {
server.document-root = "/home/lighttpd/theos.in/http"
server.errorlog = "/var/log/lighttpd/theos.in/error.log"
accesslog.filename = "/var/log/lighttpd/theos.in/access.log"
}
what if there's a subdomain for theos.in say forums.theos.in with a different server.document-root, server.errorlog, accesslog.filename How do I do it? Thanks for your help |
| Sponsored Links | ||
|
|
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find subdomains in url | nvbhole | Shell scripting | 2 | 22-12-2007 12:12 PM |
| single DHCP server with multiple VLAN's | frank | Computer Networking and Internet/broadband | 2 | 07-12-2007 12:38 PM |
| How to start SSH in Single User Mode on FreeBSD | NeoGreen | Getting started tutorials | 2 | 12-08-2007 03:05 AM |
| Howto boot freebsd single user mode | raj | All about FreeBSD/OpenBSD/NetBSD | 1 | 12-12-2006 02:40 PM |
| how to create multiple file in a single command | selvam | Shell scripting | 3 | 26-07-2006 01:01 AM |