Search results

  1. M

    mail headers

    That's normal. nothing wrong.
  2. M

    redirect non latin urls

    How about directly edit the configuration file? Does it work? We do need to improve the multi-language support in LSWS console.
  3. M

    litespeed + fastcgi + mono

    Please post your configuration.
  4. M

    Media wiki install problem

    can you write a small test PHP script to verify this. apache_request_headers() is a function alias of litespeed_request_headers(). it should work.
  5. M

    LiteSpeed 4.0.6 + 5.2.10 - 503 Errors

    Yeah, 5.2.10 is not as stable as 5.2.9, you should downgrade. Also, please download 4.0.6 package and upgrade again, there was a bad build being uploaded for a few hour. It has been fixed in the latest build.
  6. M

    Contacting Sales is impossible

    It has been fixed in our new support system.
  7. M

    how to install Mod_Security

    If you configured audit log, you can check the log file.
  8. M

    php sense that user has quit downloading

    LSWS want to have PHP run as fast as possible. however, if the result of PHP processing was discarded, it will causes some waste in resource. There is no good solution on LSWS side, as PHP run out of LSWS process only connected with a socket connection. I am not sure your code fetch the whole...
  9. M

    [uds://tmp/lshttpd/lsphp5.sock] Request in process stage, fail with 503

    Please try downloading 4.0.6 build and upgrade manually, a build of 4.0.6 has problem causing random 503 errors, it has been available on our web site for a little while, then fixed. To be safe, update again. Does 503 error happen at the beginning when you switch to LiteSpeed or, it starts to...
  10. M

    [uds://tmp/lshttpd/lsphp5.sock] Request in process stage, fail with 503

    Does the script takes long time to process?
  11. M

    PHP6: Working, but no SuExec

    PHP suEXEC for application/x-httpd-php6 has been added a while ago.
  12. M

    mail headers

    chmod o+rx /usr/bin/gcc /usr/bin/ld after build PHP chmod o-rx ...
  13. M

    mail headers

    If you use cPanel and the mail header patch has been applied to apache PHP, it will be applied to LiteSpeed PHP as well, as the patched source code was copied over.
  14. M

    kernel: Bad page state in process 'lshttpd'

    go over your thread at webhostingtalk, looks like you have been trying different kernel, since many people using RE5 stable kernel on their server, if it is a kernel bug with the stable kernel, a lot of users would report the same problem. Have you swapped the hardware, memory? CPU? motherboard?
  15. M

    kernel: Bad page state in process 'lshttpd'

    Sorry about the problem you experienced. Looks like lshttpd triggered a kernel bug. Which version of linux and kernel are you using? search the error message "Bad page state in process", I got many discussions about it in the kernel mailing list. Only upgrade/downgrade to a kernel without...
  16. M

    Disable gzip for certain files (globally)?

    Please test it with our latest 4.0.5 release see if it still break. If it does, we can work together to have it addressed.
  17. M

    php.ini does not load.

    I think /usr/local/lib/php.ini is a link to /usr/local/Zend/etc/php.ini. You can copy /usr/local/lib/php.ini over.
  18. M

    Disable gzip for certain files (globally)?

    If the file is compressed by PHP, you should disable compression on PHP side and let LSWS handle it.
  19. M

    httpd.conf - VPS Optimization

    Those settings has no effect to LSWS. LSWS ignore those when read httpd.conf .
Top