Recent content by gusto

  1. G

    Owner and group for the new virtualhost

    I'm just testing OLS for now. If I want to allow hosting for some friends in the future, is it safe to have each web root under nobody:nogroup ?
  2. G

    Owner and group for the new virtualhost

    I ran apache2 for a few years and there I used the owner and group for all virtualhosts www-data:www-data. OLS runs by default under nobody:nogroup. I create a new Vhost, according to the manual, where I set the owner and group to lsadm:lsadm. When I create another Vhost, what name and group...
  3. G

    Migrating from apache2 to OpenLiteSpeed (OLS)

    I apologize for my mistakes. I forgot to create a CNAME alias on the DNS servers for the www subdomain. Now everything works correctly.
  4. G

    Migrating from apache2 to OpenLiteSpeed (OLS)

    Thank you very much for the information. I am just getting to know OLS. Even before reading your message, my config contained this (I replaced my real domain with example.com) docRoot $VH_ROOT/html vhDomain example.com vhAliases www.example.com...
  5. G

    Migrating from apache2 to OpenLiteSpeed (OLS)

    I have been using Apache2 web server behind Nginx reverse proxy for several years. I recently read that OLS is much faster than Apache2, so I started testing. The Nginx reverse proxy server manages TLS (LE) certs. It is configured so that when a user enters the URL example.com...
Top