Search results

  1. T

    wildcard SSL

    Hi I am using ols wordpress image and I am wondering how can I setup a wildcard ssl for my domain? Thank you.
  2. T

    How do I Fix a Too Many Open Files Issue?

    Hi David it's wordpress ols image on digital ocean, I think it is using ubuntu 18 with openlitespeed v 1.5.6 Thank you
  3. T

    How do I Fix a Too Many Open Files Issue?

    hey guys, I have tried to follow this tutorial. But no matter what I try output for ulimit -n is always 1024 even after adding those valued there in that conf. https://docs.litespeedtech.com/cloud/wordpress/#how-do-i-fix-a-too-many-open-files-issue I wonder what am I doing wrong? Is there any...
  4. T

    403 Error on Plugin Upload

    turns out the problem is the mod security configuration. Below is my mod security conf. If I remove the line "SecRequestBodyAccess On" it works fine as far as plugin upload is concerned. But if I remove this line mod security module itself does not work. Not sure if you can help? modsecurity on...
  5. T

    403 Error on Plugin Upload

    the way I see it, Owner/Group www-data / www-data does not have permission to upload anything to wordpress install. if I am trying to upload stuff using sftp it works but uploaded files in that case have root as owner and I do not feel comfortable uploading files using root user.
  6. T

    403 Error on Plugin Upload

    I have done that and it is still not working.
  7. T

    403 Error on Plugin Upload

    only this different here from your defaulr wordpress setup is, I added new vhost using these commands. Everything works fine except I can't upload plugins to wordpress. wget https://raw.githubusercontent.com/litespeedtech/ls-cloud-image/master/Setup/vhsetup.sh chmod +x vhsetup.sh bash...
  8. T

    403 Error on Plugin Upload

    this is the snapshot https://prnt.sc/pqnj6b It is default wordpress. not migrated. I only modified this value https://prnt.sc/pqnkfy set it to 100 from 16.
  9. T

    403 Error on Plugin Upload

    Hi I am using your wordpress image on digitalicean and I am getting 403 error every time I am trying to upload a plugin through wordpress. I have checked maximum upload size is set to 100M and plugin I am trying to upload is less than 7MB. Can you please help what am I doing wrong?
  10. T

    SSR Errror: Failed to load key file

    that's exactly what I have and it just does not want to load the page. Moment I add domain to the equation page just keeps timing out. It will always load the web panel on server ip though.
  11. T

    SSR Errror: Failed to load key file

    domain is already setup, and SSL is already issued for it too. But the problem is web panel does not open on this address. ols.domain.com:7080 it just keeps trying to load it. https://gyazo.com/6f12b24f1df423ab3ce34cfc4c0f5f63
  12. T

    SSR Errror: Failed to load key file

    is it possible to setup a domain name to access webpanel then? for example ols.domain.com:7080 ? Thank you.
  13. T

    SSR Errror: Failed to load key file

    my quest to make access to openlitespeed webserver continues. Here are the updates. I went to this settings and tried to install a correct ssl certificate to this listener https://prnt.sc/pox0x8 I am using ssl certificate now with symbolic links. ln -s...
  14. T

    SSR Errror: Failed to load key file

    I am not trying to make it work on domain. I am trying to make it work on ols login. Basically I want to setup my OLS login on a secure ssl connection. I speak of this page https://prnt.sc/porrx8
  15. T

    SSR Errror: Failed to load key file

    Hey Dave, I know it made to work with ssl by default but it shows the ssl connection as unsecure. I am trying to make it so it is a secure connection on port 7080
  16. T

    SSR Errror: Failed to load key file

    so there is no way for me to make webadmin login secured by ssl?
  17. T

    SSR Errror: Failed to load key file

    turned out I was using server .csr instead of crt. I figured that part out now. but when I try to create a listened on serverIP that is secure it says ssl is already in use. I see below config is already added in listener adminListener{ address *:7080 secure 1...
  18. T

    SSR Errror: Failed to load key file

    I want to access ols web panel on a ssl. https://serverip:7080 I am following this tutorial to setup ssl on server IP. https://openlitespeed.org/kb/ssl-setup/ I am getting these errors https://prnt.sc/po5dyv [SSL] Config SSL Context with Certificate File: /usr/local/lsws/conf/server.csr and...
  19. T

    OWASP Guide

    Is there any guide to how I can configure owasp rule set with openlitespeed? Thank you
Top