Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Why nginx instead of lighttpd? - Page 3
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.

Why nginx instead of lighttpd?

13»

Comments

  • @djvdorp said: Cherokee Webserver

    Tried it before but had major memory leaks. I don't know now.

  • nabonabo Member

    @breton said: Separate logs per vhost in nginx

    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?

Sign In or Register to comment.