Search results

  1. S

    Error Log flooded with 'Request has not been logged into access log, response body sent'

    We are using the latest version of Litespeed and our apache error log is flooded with following warning messages And this is only happening for one particular domain with decent traffic. I need help to make these warning to go away without changing the log level to "Error".
  2. S

    Few Issues with Litespeed in New server

    Hi, I just moved to a new server with Trial license so i can have the old server running during the migration. So let me list the issues facing in the new server related to litespeed. 1) In the old server I was using PHP as external app with same settings since 2016. There i have few settings...
  3. S

    Error while Compiling lsphp-7.2

    Hi, I recently installed PHP 7.2 in our server with EA4. After that i tried "Compile PHP" from Litespeed Web Interface for PHP 7 version. Configuration build is ending with following errors checking for cURL support... yes checking for libcurl.pc... using default path checking for cURL 7.10.5...
  4. S

    Strange Errors in /usr/local/apache/logs/error_log

    Recently I am having following error very frequently in my apache log located in /usr/local/apache/logs/error_log <b>Fatal error</b>: Unknown: Cannot use output buffering in output buffering display handlers in <b>Unknown</b> on line <b>0</b><br /> Can anyone help me what this is about and how...
  5. S

    Weird issue, High load. Need help!

    I dont know what happening, One of my VH is not responding despite there is no load at all. Let me post screenshots The last VH is not at all responding, It an android app API backend, I need to bring it online ASAP. Can anyone help me to stop that load instantly. My server load usually...
  6. S

    Need help for a serious LSPHP config issue.

    Hi, i have an Android application which gets its responses from api.php file. So if any user open the app all the required information will be loaded from api.php file. Usually my app has 60-100 online users anytime. and data in the app loads very fast for any number of random users. From the...
  7. S

    Cache PHP re-sized images using Litespeed cache?

    One of my website usually resize images on the fly based on user screen resolution. I am thinking about at one tweak. I wish to cache those particular resized images using litespeed. Is that possible to cache only images. My http header response for a resized files looks as follows. HTTP/1.1 200...
  8. S

    [solved] Cache problem

    Hi, I have added following code in my htaccess RewriteRule ^(.*)$ - [E=Cache-Control:max-age=3600] RewriteRule scripts/api.php?limit=48&action=previews&page=1&type=ico_v&category=0 - [E=Cache-Control:no-cache] RewriteRule scripts/api.php?limit=18&action=previews&page=1&category=0&type=ico_v -...
  9. S

    Powerful server, Poor performance

    Please check my attachment which is a screenshot i took from my Real-Time Statistics, where you can see req/sec are like 17, but only one connection is active. May i know is there anything wrong? and my server performance is also not much good despite having a powerfull dual xeon processor with...
  10. S

    Litespeed Config Page giving Your connection is not private error

    Whenever i am trying to open Litespeed Config page through https://server.website.com7080/ I am having following Privacy error in chrome Your connection is not private Attackers might be trying to steal your information from server.website.com (for example, passwords, messages, or credit...
  11. S

    LSCache Storage location?

    I have been using litespeed from past 3 years. I used to have the lscache enabled through following command in htaccess RewriteRule ^(.*)$ - [E=Cache-Control:max-age=3600] and storage location set to server tempfs path /dev/shm/lscache in 'Cache' settings through WHM > Litespeed interface. It...
  12. S

    [Resolved] X-Litespeed-Location Implementation

    I have a image download script which used to force download a image via browser "Save As" when user click a particular resolution with the following code header("Content-Length: " . filesize($file)); header("Content-Disposition: attachment; filename=" . basename($_GET['query']))...
  13. S

    [Resolved] Litespeed cache not obeying E=Cache-Control:no-cache

    At present i am caching whole website using .htacces with code RewriteRule ^(.*)$ - [E=Cache-Control:max-age=3600] And i dont want to cache a specific page called http://www.mydomain.com/random_page.html so i used following code RewriteRule /random_page.html - [E=Cache-Control:no-cache] But...
  14. S

    Litespeed restarting every two hours..Need fix

    Yesterday i have updated cpanel, after that every time that cpanel scheduled to process Bandwidth (which is set for once very 2 hours), litespeed also getting restarted. I dont have this problem in the past anytime. Can anyone suggest me a fix?
  15. S

    Failed to start one instance.

    I have been using litespeed webserver from past 3 years, but never faced these errors. From the past few weeks, occasionally some websites are going down and showing 503 error pages. with errors in log showing as 2017-01-03 10:37:57.626 [ERROR] [APVH_user_Suphp:]: Failed to start one instance...
  16. S

    Content-Length Not reporting in HTTP Headers

    I recently came to know that, none of the websites are reporting "Content-Length" in response headers, is it important? . Is there any setting to make it appear in response headers.
  17. S

    Content Coding Error/ERR_CONTENT_DECODING_FAILED! Need help

    I have been using litespeed from almost 4years, but recently my websites are returning following errors "Content Encoding Error" in Firefox "ERR_CONTENT_DECODING_FAILED" in Google Chrome After thorough investigation, i came to know that its happening because of Gzip compression, and these...
  18. S

    [Resolved] PHP suEXEC Max Conn for Single VirtHost

    At present i am using PHP suEXEC with litespeed. and PHP suEXEC Max Conn are set to 40. So all accounts in server are getting 40 PHP suEXEC Max Connections. But i need 100 PHP suEXEC Max Connections for a single account and all remain accounts should be at 40. Is that possible and may i know...
  19. S

    How to Cache Single Pages of a Website using LSCache

    I would like to cache only home pages of some of our websites. Is that possible? i mean i need to cache home page of www.examplesite.com and rest of the pages should not be cached. May i know that works, through .htaccess ? If yes please give me rules. Thank you,
  20. S

    Litespeed Cache in /dev/shm

    I have successfully created lscache on /dev/shm which has half of the memory (16GB) allocated by default. But i am afraid of that 'lscache' folder will be deleted after server reboot. I need help re-creating that 'lscache' folder in /dev/shm after reboot automatically with nobody:nobody...
Top