Thanks guys.. I think I should be able to run 2 servers now.
The reason I have to run 2 separate servers is because I need to serve a secure subdomain on a non secure domain.
Quote:
$SERVER["socket"] == "10.0.0.1:443" {
ssl.engine = "enable"
ssl.pemfile = "www.example.org.pem"
ssl.ca-file = "/etc/CA.crt"
server.name = "www.example.org"
server.document-root = "/www/servers/www.example.org/pages/"
}
I am thick headed so I tried anyways. It didn't work because I host example.org,
www.example.org AND secure.example.org .. secure.example.org is the only SSL one.
With both, socket & host declared, it just defaults to the example.org's document root.