Search results

  1. S

    [solved] Auto Index not working

    Any update on this?
  2. S

    [solved] Auto Index not working

    We're using apache vhost. Auto Index is set to "Yes" in litespeed config. Unfortunately force reinstall didn't work, and I don't see a 4.1.11 available. (we're running enterprise)
  3. S

    [solved] Auto Index not working

    Any update/advice?
  4. S

    [solved] Auto Index not working

    Hi, lsws 4.1.10 CentOS release 6.2 (Final) I am getting an error when 'Options +Indexes' is enabled in a directory's .htaccess file. Litespeed is returning a 'Content-Type: handler/x-httpd-php', which triggers the browser to try and download the file. How can we get litespeed to...
  5. S

    ignore_user_abort

    Hello, Running LiteSpeed Enterprise 4.1.8/CentOS 5.7/PHP 5.2.17 I have a function in my php application that rebuilds mysql indexes. It can run for a long time. In Apache/mod_php, the setting the ignore_user_abort variable allows me to trigger this process and then close the browser or...
  6. S

    Expires headers in .htaccess

    Hi, Yes, with the headers commented out, PHP serves fine. Here's the section: ############################################ ## Add default Expires header ## http://developer.yahoo.com/performance/rules.html#expires ExpiresActive On # ExpiresDefault "access plus 1 year"...
  7. S

    Expires headers in .htaccess

    Hi, When I set the ExpiresByType headers in a site's .htaccess file, it somehow screws up the php handler causing the server to send php scripts as downloads instead of parsing them. Have you ever seen this before? Using CentOS 5.7, Litespeed Web Server Enterprise v4.1.8 Thanks,
  8. S

    [Solved] Failed to create temp file with mkstemp()

    I figured it out. /tmp/lshttpd/swap was not owned by the apache user for some reason. chown'ing to apache fixed the problem. Thanks for your help.
  9. S

    [Solved] Failed to create temp file with mkstemp()

    Also, switching to apache the Pdf outputs as it should. It has to be an lsws/lsapi configuration issue somewhere. Just can't seem to figure out where. FYI: lsws is running as apache:apache.
  10. S

    [Solved] Failed to create temp file with mkstemp()

    Thanks for the reply. What about the following error? 2011-09-04 06:28:22.654 [ERROR] [208.69.120.120:61555-0#APVH_207.32.184.195_example.com] Failed to initialize VMemBuf.
  11. S

    [Solved] Failed to create temp file with mkstemp()

    Trying to output a report using the Zend Pdf library throws this error in stderror log: 2011-09-05 13:20:35.444 [STDERR] Failed to create temp file with mkstemp(): Permission denied 2011-09-05 13:20:35.444 [STDERR] Failed to increase temp file size with ftrancate(): Bad file descriptor...
  12. S

    503 Errors and Magento

    I bumped up the LSAPI process limit from 200 to 1000 as it was recommended I bump it up in the server logs. Shortly after, we received further 503 errors. 2011-07-14 18:27:41.752 [INFO] [207.177.237.4:50365-0#APVH_groworganic.com] connection to...
  13. S

    503 Errors and Magento

    Also, can you explain exactly what a 503 error is? It seems to be a pretty generic error, and not very useful for debugging.
  14. S

    503 Errors and Magento

    We tried disabling APC, which is the only bytecode cache enabled and still got reports of 503 from our users. Any other suggestions? Thanks!
  15. S

    503 Errors and Magento

    CentOS 5.6 x86_64 Litespeed version 4.1.1 PHP 5.2.17 - LSAPI We're getting numerous 503 errors on the front end. We've been unable to pinpoint the exact factors needed to reproduce, but this is what we see in the logs when they occur: 2011-06-30 14:42:37.913 [INFO]...
Top