Search results

  1. slowaways

    PHP Backdoor - My WordPress websites was hacked

    I didn't think this was possible, but hackers had enough access to upload a backdoor .php file to various websites hosted via OpenLiteSpeed. They exploited some WordPress vulnerability and uploaded a .php file somewhere containing a backdoor. This file was a backdoor that allowed you to...
  2. slowaways

    Help sub-URIs in Context of type Proxy

    I created the configuration for External App in my Virtual Host: Name * : NodeJS Address * : localhost:3000 And the configuration for Context with type "Proxy" URI *: / Web Server *: [VHost Level]: NodeJS Ok... When acessing the sub-URI "/foo/bar" The proxy point to localhost:3000/foo/bar and...
  3. slowaways

    Access-Control-Allow-Origin Multiple Origin Domains

    Is there a way to allow multiple cross-domains using the Access-Control-Allow-Origin header in OpenLiteSpeed? I try this code in Rewrite but without success: SetEnvIf Origin "http(s)?://(www\.)?(domain1.example|domain2.example)$" AccessControlAllowOrigin=$0$1 Header add...
  4. slowaways

    Limiting SSL/TLS Cipher Suite doesn't work?

    Hello, I disabled HTTP/2 and defined this cipher suite to my SSL Protocol configuration: Listener HTTPS->SSL->SSL Protocol "TLS_CHACHA20_POLY1305_SHA256:ECDHE-RSA-AES256-GCM-SHA384:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256:TLS_DHE_RSA_WITH_AES_256_GCM_SHA384" TLS 1.3...
  5. slowaways

    Error in compiling (Debian 9)

    make[2]: *** No rule to make target '../ssl/libssl.a', needed by 'openlitespeed'. Stop. I have the following libs installed: My current script intallation: https://gist.github.com/slowaways/3d6bd53ccdc08e1ef2655498229bfba1
  6. slowaways

    [Help] Simple Rewrite

    RewriteEngine On RewriteBase / RewriteRule ^ 0.php [L] How to make this in Open LiteSpeed?
Top