Search results

  1. G

    How to set auto-renewal of Let's Encrypt SSL?

    The answer is yes. OLS won't reload the certificates until it restarts.
  2. G

    cant solve the permmisions problem

    Do the user/group exists on your system? if not, you may need to create them.
  3. G

    Global access log settings inherited by vHosts

    I like your proposal. I agree the GUI could be improved. I also think the inheritance should happen through a generated config file (so that it can be easily looked at and diff'ed if necessary), instead of in the server code.
  4. G

    Global access log settings inherited by vHosts

    Are you not able to use a VHost Template? PS: I know I'm not because I am using CyberPanel, which is not VHost Template friendly unfortunately
  5. G

    Support for CORS headers for subdomains

    Figured out that an alias would not be adequate as aliases are meant to use the same host name for everything. It also would not work because Wordpress hardcodes host names in a lot of locations. I tried using a virtual host and it sort of works and then does not. First, I meant to say...
  6. G

    Support for CORS headers for subdomains

    I'm starting with just trying to change WP_HOME and therefore keeping the root location the same. Would using an alias do?
  7. G

    Support for CORS headers for subdomains

    Or in the words, how can I configure OLS to point mysite.com and admin.mysite.com to the same Wordpress installation?
  8. G

    Support for CORS headers for subdomains

    @Cold-Egg: are there variables available in context headers? The useful would probably be domain aliases. I have a question about aliases actually. If I want to keep my front-end as mysite.com and move wp-admin to admin.mysite.com/wp-admin, should I add admin.mysite.com as an alias in the...
  9. G

    Support for CORS headers for subdomains

    Oh looks like this question has been asked before here.
  10. G

    SetEnvIf Alternative

    @neo7: Did you figure it out? I think this can be done with contexts.
  11. G

    Support for CORS headers for subdomains

    I was reading this stack overflow answer today and wondering if something similar can be implemented with OLS. Basically allowing CORS between a main domain and any subdomain. In Apache, a possible answer is this: but I'm guessing most of this is not supported by OLS.
  12. G

    How to set auto-renewal of Let's Encrypt SSL?

    @mcbsys: But that's what I think is best. I do not want certbot to restart the server if I stopped purposefully for whatever reason. So in my opinion, certbot should only restart the server if it is already running.
  13. G

    Refused to execute script from, How to set up .htaccess?

    Why are you using an html extension for a javascript script file?
  14. G

    OpenLiteSpeed with 64GB RAM, CloudLinux 7 OS and cPanel Control Panel

    @Cold-Egg: can you clarify what part is not supported?
  15. G

    Comodo Rules

    Nevermind saw OLS only supports Comodo Nginx/ModSec_3.0 rules.
  16. G

    Comodo Rules

    I saw that there is now a rule set for LiteSpeed. Is it valid for OLS or only for LiteSpeed Enterprise? Thanks for any insight.
  17. G

    Disk full, /usr/.tempdisk file very large

    If that's full, you will need to go clean /tmp.
  18. G

    Disk full, /usr/.tempdisk file very large

    Are you running Cyberpanel? CP uses /usr/.tempdisk as a temp disk for /tmp. This is what I have under /etc/fstab:
  19. G

    Unable to get SSL Listener connected

    Have you checked the file/directory permissions for the newly added domain certificates?
  20. G

    Unable to get SSL Listener connected

    My understanding is yes. The SSL listener won't function without proper certificates.
Top