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

    Success. Thank you.
  4. S

    Error while Compiling lsphp-7.2

    I am upgrading from PHP5.6, Should i copy all variables from lsphp5 external app settings. Should i replace lsphp5 with lsphp7.
  5. 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...
  6. S

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

    Thanks for the references. After thorough research, Came to know a wordpress plugin "WP Super Cache" responsible for these errors, once i disabled it, errors are gone. Wonder why that plugin logging errors to webserver log.
  7. S

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

    Yeah, i know. But why it is being reported in Apache error log repeatedly. Usually this kind of php errors get reported in error_log files inside user account from where php files being executed. I still wonder why this error reported in Apache/Litespeed error log. That way i cant able to track...
  8. 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...
  9. S

    Weird issue, High load. Need help!

    I am still facing this issue frequently, and i can't able to figure it out why a simple php script causing such load. I really need a solution for this problem. I will pay if anyone can resolve this issue (even litespeed support team).
  10. 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...
  11. S

    Need help for a serious LSPHP config issue.

    Yeah, I can't cache that api.php file. Cause it serve different content for different users based on their requests. So my only concern is how can i reduce the WaitQ. Do increasing PHP SuEXEC Max Conn to 500, do any favor?
  12. S

    Need help for a serious LSPHP config issue.

    So If the server can handle do increasing PHP SuEXEC Max Conn to 500, do any favor?
  13. S

    Need help for a serious LSPHP config issue.

    Cache is already there, But there are many dynamic responses. I am already using 80 for PHP SuEXEC Max Conn setting for this account, Do increasing them to 200-400 solve the issue? Do increasing PHP max connections solve the issue? Cause we are just getting many users accessing a single php file...
  14. 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...
  15. S

    Cache PHP re-sized images using Litespeed cache?

    Okay, i get it. Thanks for the quick response.
  16. S

    Powerful server, Poor performance

    Please check this thread, which is my main problem... https://www.litespeedtech.com/support/forum/threads/cache-php-re-sized-images-using-litespeed-cache.16562/
  17. 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...
  18. S

    [solved] Cache problem

    Dear NiteWave and Pong, Thank you very much for helping me out with your quick responses.
  19. S

    [solved] Cache problem

    Thats correct, Thanks Now my code is as follows RewriteCond %{QUERY_STRING} "limit" RewriteRule scripts/api.php - [E=Cache-Control:max-age=3600] RewriteCond %{QUERY_STRING} "limit=48&action=previews&page=1&type=ico_v&category=0" [OR] RewriteCond %{QUERY_STRING}...
  20. S

    [solved] Cache problem

    So i added following code RewriteRule ^(.*)$ - [E=Cache-Control:max-age=3600] RewriteCond %{QUERY_STRING} "limit=48&action=previews&page=1&type=ico_v&category=0" RewriteCond %{QUERY_STRING} "limit=18&action=previews&page=1&category=0&type=ico_v" RewriteRule scripts/api.php -...
Top