Search results

  1. W

    Tracking real visitors IP address in access log

    This is showing in apache / backend log.
  2. W

    Tracking real visitors IP address in access log

    Thank you for response but its not working. Still I am able to see local IP on apache access log for that domain. 127.0.0.1 - - [13/Jan/2020:20:02:52 +0530] "GET /recipes HTTP/1.1" 200 103233 127.0.0.1 - - [13/Jan/2020:20:02:56 +0530] "GET /category/kids HTTP/1.1" 200 66504 127.0.0.1 - -...
  3. W

    Tracking real visitors IP address in access log

    Hi, I am using OLS as a proxy for speed and security. Today we noted that no real IP gets logged in access log or error. How to log actual IP for the visitor ? Apache logs showing 127.0.0.1 - - [11/Jan/2020:19:23:27 +0530] "GET /category/pizza HTTP/1.1" 200 93484 127.0.0.1 - -...
  4. W

    x-litespeed-cache: miss

    I am getting x-litespeed-cache: miss ( every time). Can only a specific application be cache? Can we do something to fix this? An application like GRAV having own cache, I tried disabling that but still the same. Please guide.
  5. W

    OLS in front of apache ( not working )

    Hi, I was testing OLS as a proxy and concluded that it's not working as expected. May be someone can help me to identify the issue. I am deploying a simple GRAV CRM application. 1 ) On OLS - Website working but admin panel like login and reset password not working. Maybe a cache issue. 2 )...
  6. W

    Force https ( redirection ) - web proxy

    Thanks after putting only RewriteRule ^(.*)$ http://apachehttps/$1 [P,L] But now how request to to apache? Both versions started like Http and https but force https not working. .htaccess Rules ( on apache ) RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*)...
  7. W

    Force https ( redirection ) - web proxy

    Yes. All working good except - The website is not accessible on Http ( whereas https working ). SSL checker report showing force https not enabled whereas I already added code. Any setting in OLWS so that only https request go next level?
  8. W

    Force https ( redirection ) - web proxy

    How to achieve force https if OLWS as a proxy?
  9. W

    reg IfModule mod_expires.c [ Do it work in .htaccess ]

    2019-12-17 07:07:27.377576 [INFO] Invalid rewrite directive: Options -Indexes 2019-12-17 07:07:27.377580 [INFO] Invalid rewrite directive: DirectoryIndex index.php index.html index.htm 2019-12-17 07:07:27.385186 [NOTICE] AIO is not supported on this machine! Any alternative with OLWS ?
  10. W

    reg session / caching [ LOGIN ISSUE ]

    Hi David, Problem is like - When I change my password in the application, it will not allow to login until I delete cache from /usr/local/lsws/cachedata. :-( Is any setting required to fix this?
  11. W

    reg session / caching [ LOGIN ISSUE ]

    Hi, I migrated on the website on openlitespeed. Everything looking good like its work for end-user. But admin not able to login after migration. From morning, trying to fix it but no luck till now. The website is based on GRAV CRM and .htaccess also very simple for openlitespeed. Have only...
  12. W

    OpenLiteSpeed as Reverse Proxy [ https ]

    Thanks. But apache web server is not internet facing. Openlitespeed is to take internet traffic so we can not change port other than 80/443 in OLWS. Please guide .
  13. W

    OpenLiteSpeed as Reverse Proxy [ https ]

    Hi, I am trying all possible options with OLWS. I tried - https://openlitespeed.org/kb/litespeed-cache-openlitespeed-reverse-proxy/ and achieved non-https traffic in testing setup but my https traffic not going to the web server. What will be the issue? Web Server is accessible using...
  14. W

    reg IfModule mod_expires.c [ Do it work in .htaccess ]

    Can I put Openlitespeed in front of the apache? Is this call proxy? Will this still benefit me?
  15. W

    reg IfModule mod_expires.c [ Do it work in .htaccess ]

    Hi, ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg “access 1 month” ExpiresByType image/jpeg “access 1 month” ExpiresByType image/gif “access 1 month” ExpiresByType image/png “access 1 month” ExpiresByType text/css “access 1 year” ExpiresByType text/html...
  16. W

    Multi Level .htaccess Support - 404 Page Not Found.

    Hi, I fixed it. What I did --> As per David's and Eric's guidance --> Enabled Toggle Debug --> Filtered Error and Found error showing related to .htaccess. Now I focused on rules and made some corrections in it and restarted :-)
  17. W

    Multi Level .htaccess Support - 404 Page Not Found.

    Project - DomainRoot - index.php ( Working perfectly which display products etc ) - .htaccess - TokreeAdmin ( Admin Project ) - .htaccess - Topi/Home/GetCat( API project ) - .htaccess Things failed to work however when I go to domain/TokreeAdmin OR...
Top