Recent content by bhanusingh

  1. bhanusingh

    Unable to make any changes in my WebAdmin Virtual hosts

    I want to add rewrite rules inside my virtual host. When I edit and save rule I get 404 error as shown in the screenshot. When I checked my logs I found this at /usr/local/lsws/logs/error.log 2021-09-08 11:00:21.514576 [NOTICE] [346096] [!!!UPDATE!!!] new stable version 1.7.14.0 is...
  2. bhanusingh

    Unable to add htaccess at uploads in wordpress

    I would really appreciate some guidance on this. @Pong
  3. bhanusingh

    Unable to add htaccess at uploads in wordpress

    Hey @Pong I tried setting up Rewrite log level. I keep getting 404 error. I am unable to enable log level, which would give me errors in my rewrite.
  4. bhanusingh

    How can I allow my mysqld for remote connection ?

    I am trying to connect a database which is on an openlitespeed digital ocean droplet. Now I have created a new database using phpmyadmin. And I want to use this database for my laravel app which I deployed using there Apps platfrom. The issue is in connection to the database. On table plus when...
  5. bhanusingh

    Unable to add htaccess at uploads in wordpress

    I am trying to set a .htaccess file at "/var/www/html/www/development/wp-content/uploads/" (I have a wordpress instance at /developmet/). The .htaccess looks like this. <IfModule mod_rewrite.c> RewriteCond %{REQUEST_FILENAME} (unlocked-scopes.*) RewriteRule...
  6. bhanusingh

    echo statement getting removed from head when LiteSpeed Plugin is active.

    I have litespeed plugin actiavted in my wordpress install. I have a code, <?php echo GtmIntegration::ProductViewDataImplementationOnProductPages(); ?> which is hooked in, wp_head. the above function has some JS string that I need to output on the head tag, but it doesn't get printed on the...
  7. bhanusingh

    Webadmin Openlitespeed SSL tab in Host not opening

    Please find the error. ==> /usr/local/lsws/logs/access.log <== 133.125.37.48 - - [05/Feb/2021:04:55:35 +0000] "GET /login HTTP/1.0" 404 1236 133.125.37.48 - - [05/Feb/2021:04:55:36 +0000] "GET /jenkins/login HTTP/1.0" 404 1236 133.125.37.48 - - [05/Feb/2021:04:55:36 +0000] "GET /manager/html...
  8. bhanusingh

    Webadmin Openlitespeed SSL tab in Host not opening

    I am trying to set rewrite rule for my fresh install of openlitespeed and wordpress. I am using OpenLiteSpeed 1.6.19. Whenever 1. I try to set rewrite rules Add the OpenLiteSpeed Web Server WebAdmin > Virtual Hosts > Rewrite > Rewrite Rules I get Error 404! Page not found. 2. Also whenever...
  9. bhanusingh

    /tmp i space 100%

    These are the files. removed './sess_kkpd5gdummp87rjk18v4tup9re' removed './sess_ef26lsdupi3n0b6uk2gehuc8g9' removed './sess_kt4f4qa9rut0iu5ekgmubcpvj4' removed './sess_cahr55c4hf7dlc58g40njk7p9g' removed './sess_8uuebma0qvlt5i4074qk5e57gp' I am not sure if they are session files ? @Cold-Egg
  10. bhanusingh

    /tmp i space 100%

    I have openlitespeed installed in a digital ocean server. After every 10 days it I see Iuse 100% for '/tmp' folder. It started happening recently. I have to delete the large number of files using this command. find . -type f -exec rm -v {} \; What should be the solution to this ? Do I need to...
  11. bhanusingh

    My website gets stuck for few seconds, before starting to work again

    Hey @Cold-Egg, I was able to get it work. The issue has been resolved. I do have some question around it though. What exactly are those that I changed ? And does one come up with a number. Like 30 ? Is there any resource around this that I can read or any formula which would determine this...
  12. bhanusingh

    My website gets stuck for few seconds, before starting to work again

    Hey @Cold-Egg I said as you asked but I still see the same errors. 2021-01-14 05:29:51.797 [STDERR] [171231] Reached max children process limit: 10, extra: 0, current: 10, busy: 10, please increase LSAPI_CHILDREN. 2021-01-14 05:29:51.897 [STDERR] [171231] Reached max children process limit: 10...
  13. bhanusingh

    My website gets stuck for few seconds, before starting to work again

    Hey @Cold-Egg I have made the changes suggested by you. Will keep a check and let you know if the issues doesn't solve. Thanks!
  14. bhanusingh

    My website gets stuck for few seconds, before starting to work again

    I am running a website on OpenLiteSpeed Server with Digital Ocean. The configuration of my droplet is: 4 GB Memory 80 GB Disk OpenLiteSpeed WordPress 5.6 on Ubuntu 20.04 Sometime my website takes a long 3-4 seconds to respond to a request. Recently this has become very common and it is...
  15. bhanusingh

    Unable to Allow Multiple IPs for a static context

    I am using openlitespeed and want to secure wp-login.php and wp-admin/ allowed for some trusted IP address. My Sever Configuration > General > Use Client IP > Use Client IP in header is set to yes. (I use Cloudflare as my CDN.) My configuration works fine for the IP using which I have set the...
Top