Recent content by edan

  1. E

    ModSecurity Not Working When Using Openlitespeed As Reverse Proxy

    @takerukoushirou did you managed to find solution to have OLS in reverse proxy to work with mod_security? @Cold-Egg did you managed to find the guide?
  2. E

    VHost Templates with SSL certificates

    Hi, I am also having problem in putting relative path in the SSL on the listener section, I can have it in the vhost level of the ssl, but not at the listener, I had to put the full path of the cert/ key files. Can anyone assist?
  3. E

    Virtual host SSL

    Hi, I am having an issue on vhosts with SSL. I intended to have multiple vhosts with SSL, so I define the location for the certs at VHOST level and try to set the SSL path of the listener, I cannot put relative path except only $SERVER_ROOT, the rest cannot, so I can't have a template based SSL...
  4. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Yes, it is the $DOC_ROOT folder issue.
  5. E

    Redirect http to https in reverse proxy

    Hi, I have OpenLiteSpeed running as reverse proxy, but I have mix success for redirecting http traffic to https with proxy, where my desktop browser able to be redirected but my mobile phone browser is not, these are the rewrite rules: RewriteCond %{HTTPS} !=on RewriteRule (.*)...
  6. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    in my case is Virtual Host Root, I need to put a relative path and create the said folder in /usr/local/lsws; if we use the default Example, it will work, but when we have with different name than Example, then we must create it.
  7. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Thank you very much for the sample that you set up for me. With that as a reference, I managed to identify what I missed, I managed to install a new setup manually and everything working fine!
  8. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Yes I can access http://172.16.0.188 via curl or other text-based browser
  9. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    sure, how can I pass you those particulars? email you or inbox to you?
  10. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Nginx server running on different server 172.16.0.188:80 OLS running on 172.16.0.186 listening 80 I changed External App to be ols-proxy I still have same error
  11. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    [/usr/local/lsws/conf/vhosts/nginx/vhconf.conf] root@ols-proxy:/usr/local/lsws/conf# cat /usr/local/lsws/conf/vhosts/nginx/vhconf.conf rewrite { enable 1 rules REWRITERULE ^(.*)$ HTTP://nginx/$1 [P] } [/usr/local/lsws/conf/httpd_config.conf]...
  12. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    No it doesn't work, not sure why there are lines stating: Please check Please check
  13. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    I setup a new Debian installation and still it doesn't work!: root@ols-proxy:~# cd ols-proxy; bash setup.sh Current platform is DEBIAN10 debian buster. Detect remote server, will skip Apache setup! Install basic packages Install Apache Web Server Skip! Install openLiteSpeed Web Server Version...
  14. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    In my setup I use remote not localhost, as you suggested I purge my earlier installation; I tried first by manually running those script; then I followed exactly via git clone and executing it, anything that I missed?
  15. E

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    root@ols-box:/home/sysadmin/ols-proxy# ./setup.sh Current platform is DEBIAN10 debian buster. Detect remote server, will skip Apache setup! Install basic packages Install Apache Web Server Skip! Install openLiteSpeed Web Server Version: openlitespeed 1.6.17 [ERROR] Failed to start the web...
Top