Search results

  1. X

    Pause virtual host and/or ext.app or context rules

    Hello! Not host, I'd like to stop some of "context rules" (rewrite) inside the virtual host
  2. X

    Pause virtual host and/or ext.app or context rules

    Dear Developers! Please make a new feature in graphic interface to stop/pause some virtual hosts and selected context rules inside it. Thank you!!
  3. X

    SSL certs from MYSQL

    Hello! It should be good with LUA scripting. Or may be you already have a solution with small code for that?
  4. X

    SSL certs from MYSQL

    server app just make a lookup through database: SELECT `docroot`, `ssl_key_path`, `ssl_crt_path` WHERE domain='domain.com'
  5. X

    SSL certs from MYSQL

    Hello! In Lighttpd its very easy create mysql vhost and get homedir location from there https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_vhostdb As for SSL records from MySQL I did not found it elsewhere and it will be brilliant to realize it in Openlitespeed
  6. X

    SSL certs from MYSQL

    I love OpenLiteSpeed and plan to use it in future and now I'm faced with a big problem, is it possible to manage SSL for virtual hosts not from separate files but from one database? And also how to manage "home dir" for vhosts from MYSQL too? is it possible here? Thanks in advance Regards, Alex
Top