Search results

  1. L

    CSP Headers aren't being sent

    try purge your cache and test again.
  2. L

    CSP Headers aren't being sent

    I just tested , it works [root@test ~]# curl -I https://xxxxxx HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Link: <https://xxxxx/index.php/wp-json/>; rel="https://api.w.org/" X-Litespeed-Cache: hit Date: Thu, 20 Sep 2018 20:29:50 GMT Server: LiteSpeed Content-Security-Policy...
  3. L

    CSP Headers aren't being sent

    you did restart, right ?
  4. L

    CSP Headers aren't being sent

    Hi, please check this post https://forums.cyberpanel.net/discussion/88/tutorial-how-to-add-additional-http-header#latest
  5. L

    backup my openlitespeed settings?

    Hi, You can copy /usr/local/lsws/conf/ folder to new machine , just please remember to correctly set up own/permission on new machine. Best regards,
  6. L

    SSL Fails at 1.4.36 and 1.4.35

    Hi, Could you please post your configuration file or content ? or step of reproduce ? Best regards,
  7. L

    Change error pages GLOBALLY

    the default error page is hard-coded , you will need to modify source code and re-compile it
  8. L

    Change error pages GLOBALLY

    hmmmmm , I think it doesn't use template , but coded in /usr/local/CyberCP/plogical/vhost.py, i think you can add custom lines into there as well...
  9. L

    Change error pages GLOBALLY

    Hi, only rewrite rule works in OLS .htaccess for custom error page, you should: login webadmin, goes to virtual host, General , Customized Error Pages.
  10. L

    Updates Losing Configuration

    Hi, How do you update it ? like apt it or compile it ?
  11. L

    Error "Compress with both Brotli and Gzip turned off."

    Hi, It's known issue , and being fixed in code already and prepare for next release :)
  12. L

    How to reverse proxy web socket traffic

    Hi, Unfornately that proxy is only for http and https , for websocket , is must use websocket tab to set backend for websocket :) Best regards,
  13. L

    How to reverse proxy web socket traffic

    Hi, Do you mean , proxy WS traffic without invoking websocket tab configuration ?
  14. L

    How to setup vhost with IPV6 and IPV4

    Hi, for 1 and 2 , you need to understand the relationship between listener and vhost. you only need to create a vhost , with domain and then you map your vhost to listener. and Yes , if you wish to use both ipv4 and ipv6 , then use [ANY]ipv6. for 3, depends on client side configuration...
  15. L

    Wordpress Multisite Error

    RewriteEngine On RewriteBase / RewriteRule ^/index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^/([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^/ - [L] RewriteRule...
  16. L

    phpMyAdmin issue

    try yum install lsphp72-json or apt-get install lsphp72-json
Top