Search results

  1. W

    Black hole with litespeed ?

    Hello, I've just tested this with litespeed 4.2.5 403 is working but is not at 0… IP - - [18/Nov/2013:08:56:03 +0100] "POST / HTTP/1.1" 403 64159 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" Any chance of fixing this to make the size 0 and not the actual file size ?
  2. W

    Which memory limit am I missing ?

    I was about to do this when I read the following : Max Connections : Specifies the maximum number of concurrent connections that can be established between the web server and an external application. This does not sound like a per user setting but like a per server setting. Please...
  3. W

    Which memory limit am I missing ?

    Hello, I had no idea that the 4 CPU licence meant that all limits were multiplied by 4………, nor did I understand this was per user, I understood it as total amount. So if I want each user to be able to run 100 PHP processes would I set the limit to 25 ? (4x25 = 100). or maybe do I still have to...
  4. W

    Which memory limit am I missing ?

    Here's something I don't understand : # ps -ef|grep lsphp5|wc && pstree|grep -A3 litespeed 102 817 8623 |-litespeed-+-httpd | |-litespeed-+-19*[lsphp5---lsphp5] | | |-2*[lsphp5---4*[lsphp5]] | |...
  5. W

    Which memory limit am I missing ?

    I don't see how this would help my current issue. I want to allow each user up to 100 processes as each process is controlled by Cloudlinux. The total processes were around 100 between all users so it shoud not be causing the problem. Before reducing limits I would like to find what limit is...
  6. W

    Which memory limit am I missing ?

    It's 1000 shoud I increase it to a higher value ? Cloudlinux limits the number of processes an account can have but no accounts hit their limit as it's set to 100 processes per account. I checked cloudlinux limits while I was getting the errors with cache enabled. All accounts had 1 entry...
  7. W

    Which memory limit am I missing ?

    Ok, just checked, I disabled opcache before posting here at 7PM and checked my apache logs and I got 3 more fork failed lines at past 10PM. 2013-11-16 18:42:27.211 [STDERR] fork() failed, please increase process limit: Cannot allocate memory 2013-11-16 18:42:27.211 [STDERR] fork() failed...
  8. W

    Which memory limit am I missing ?

    Sunday morning so a bit lower load... # ps -ef|grep lsphp5|wc 100 801 8458 So that's 100 processes... My Process Soft and Hard limits are high though : Process Soft Limit : 2500 Process Hard Limit : 3000 As for my system limits : # ulimit -a core file size (blocks, -c)...
  9. W

    Which memory limit am I missing ?

    Sunday morning so a bit lower load
  10. W

    Which memory limit am I missing ?

    Hello, I've been running our litespeed server in workergroup mode since this morning with opcache disabled. No issues so tonight I manually installed ZendOpcache with 128MB per account and watched the error log. I kept getting a few lines like this : 2013-11-16 18:53:47.793 [STDERR]...
  11. W

    New LSWS vs. nginx vs. Apache Benchmarks! Feedback thread.

    Thanks ! What config were these run on ? What did the files contain ? Edit : Sorry, just found the, full results ! Great to have some recent benchmarks.
  12. W

    Lsws 4.2.5, php lsapi 6.4

    This means that you have a matching php version but not necessaraly the latest lsapi. We had the same so we just ran "Build matching php version" and it recompiled php with the new lsapi without going through all the easyapache process.
  13. W

    Litespeed v4.2.5 feedback ?

    Thanks for the update, we've been running 4.2.5 and LSPHP 6.4 for a few days now without any issues and not more 503 restarts (one account went over his limits today and litespeed kept running :)) We haven't tested out the workergroup option yet, we're waiting to have some time to watch...
  14. W

    What's missing for cPanel to officially support litespeed

    Thanks for the explanation :)
  15. W

    Determine virtualhost of error

    Yes that's the file. The errors in question don't specify the virtualhost and don't have APVH_ so it's complicated to find what. Htaccess has got the bad rewrite rule.
  16. W

    What's missing for cPanel to officially support litespeed

    Thanks, Has there been a discussion with Cpanel about litespeed beeing officially supported ? Is there an official position from litespeed or Cpanel ?
  17. W

    What's missing for cPanel to officially support litespeed

    Litspeed enterprise is the best webserver for shared hosting. It's well integrated with cpanel. What are the known reasons why cPanel doesn't partner with litespeed like they have done with Cloudlinux ? The only thing I can see is that litespeed's support model is only public whereas...
  18. W

    How to tell if workergroup is working ?

    Hello, In order to test the new workergroup functionality I created a file for one account : /usr/local/apache/conf/userdata/std/2/demoaccount/demodomain.tld/litespeed.conf But in the process command I don't see any diferences. How can I be sure the virtualhost is in the workgroup and not in...
  19. W

    508 Errors?

    4.2.5 is supposed to make Litespeed compatible with Cloudlinux. Before when Cloudlinux produced a 508 error litespeed didn't understand it and produced a 503 error and restarted. Now a 508 error is shown and litespeed isn't restarted. You shouldn't see more errors but should have fewer...
  20. W

    Determine virtualhost of error

    Hello, I've got an error that keeps comming up, an issue with a .htaccess file but the logs don't say what virtualhost it's on. The error is : 2013-11-09 09:39:21.975 [ERROR] [Rewrite] '$' should be followed by a digit for a RewriteRule backreference. while parsing: RewriteRule ^(.*)...
Top