Search results

  1. A

    Performance vs Apache/PHP-FPM

    Both PHP-LS and PHP-FPM were using APC for the benchmarks. This is for a shared hosting environment so running without suExec (or something similar) is not an option.
  2. A

    Performance vs Apache/PHP-FPM

    The benchmark was 5 Siege runs with 100 concurrent users for 45 seconds against a list of URLs pulled from Magento's sitemap with the default sample data installed. The PHP configuration/extensions/version (5.3.10) were the same for both. No, I mean there was a small performance difference...
  3. A

    Performance vs Apache/PHP-FPM

    We've done some benchmarking of Magento on Litespeed/PHP-LS against Apache/PHP-FPM using magespeedtest.com and found that Apache/PHP-FPM is consistently a small but non-negligble amount faster. We already have a large LSWS install base but are considering switching to Apache/PHP-FPM for the...
  4. A

    [solved] Auto Index not working

    While setting up a test environment to give your root access we discovered that it was a problem with our configuration. For future reference, the issue was that these lines were missing from the apache config files (loaded by Litespeed of course):
  5. A

    [solved] Auto Index not working

    Yes, that's right. This made no difference, still getting the "Content-type: handler/x-httpd-php" header. Also, it looks like the same thing happens on CentOS 5 servers as well.
  6. A

    [solved] Auto Index not working

    Adding "AddType application/x-httpd-php .php" to the .htaccess file made no difference. Also, requests for regular PHP files (like example.com/ai-test/test.php) work fine, as in they are properly run through PHP, even without the AddType line. It's just the auto-index script builtin to LS that...
  7. A

    [solved] Auto Index not working

    Sorry for the confusion, the 404 error was caused by a change the client made to their htaccess file (and the AllowOverride None line). I setup a small test case so that doesn't happen again and it looks like the "Content-type: handler/x-httpd-php" issue is still occuring in 4.1.11 . Here is...
  8. A

    [solved] Auto Index not working

    I'm a co-worker of sophrosyne. The 4.1.11 update did not fix the issue, though now instead of the incorrect content type we just get a 404 from litespeed. Here is a (anonymized) snippet of the logs from 4.1.11 with the 404: http://pastebin.com/2N7CxdAK The request was for...
Top