Search results

  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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. bhanusingh

    How do I purge cahce for some custom data that I show ?

    I have a Digital Ocean Server, with openlitespeed droplet installed on it. I also have installed the litespeed plugin in my WordPress install. This is a custom woocommerce project where people come and buy meetings which are time-sensitive events. I am facing issues with able to cache my code...
  10. bhanusingh

    Getting a 503 error - "Service Unavailable The server is temporarily busy, try again later!"

    I am getting 503 errors on the pages that I constantly visited on my website. Others are working fine. Everything is working on incognito. This happening on multiple computers. The log file is: 2019-12-23 06:01:30.726924 [INFO] [182.75.57.43:53212:HTTP2-1] Redirect: #1, URL: /index.php...
Top