Search results

  1. M

    503 Errors - APC with cPanel matched PHP binary

    Most likely caused by "Memory soft/hard limit" for lsphp5 external app, increase the limit, or reduce the cache memory size for APC. http://www.litespeedtech.com/docs/webserver/config/extapps/#memSoftLimit
  2. M

    RedirectMatch gone instruction

    What should this directive do? To me, it should have no effect as there is no target URL specified.
  3. M

    Disable persistent connections

    You can disabled it from php.ini
  4. M

    SSI + php + html

    addtype application/x-httpd-shtml .html
  5. M

    htaccess problem

    Maybe a permission problem.
  6. M

    RedirectMatch gone instruction

    Please send the whole .htaccess file to bug (at) litespeed ... along with the request URL causing the infinite redirect loop.
  7. M

    SSI + php + html

    You cannot have .html files processed by both php and ssi. You have to pick one.
  8. M

    Script Timeout Causes Retry & Multiple SQL Inserts

    Please download the latest 4.0rc1 release package. it should have been addressed, at least for PHP, it wont happen.
  9. M

    RedirectMatch gone instruction

    Where did you put those configuration? It works in a .htaccess in our lab. Need more detail to reproduce the problem.
  10. M

    Source Control

    No. LiteSpeed does not support mod_svn. it can forward the request to backend Apache if need.
  11. M

    4.0 RC1 release

    Please send more information to bug (AT) litespeed ... , we need a copy of the httpd.conf and all configuration files included to reproduce the problem in our lab.
  12. M

    Error Compiling PHP

    You need to check config.log
  13. M

    rewrite redirect not working under 3.3.24

    You can try the 4.0rc1 release.
  14. M

    CGI File UID - works/how it works?

    File UID option does not work with PHP. For PHP, only "Doc root UID" or "Server UID" will work.
  15. M

    'force gid' not working

    How about trying a regular CGI script which print the output of "id"? Maybe try strace -f -p <pid_of_lshttpd> it will show what happened when lshttpd tries to start PHP in suEXEC mode.
  16. M

    Page cannot be displayed

    We would like to investigate if your guys can provide more information to let us reproduce the problem. PM me if it is confidential.
  17. M

    'force gid' not working

    It is not related. Are you using a real group for the Force GID? looks like syscall "setgroups(1, &gid);" failed for some reason. Which OS are you using?
  18. M

    How can On register_globals = On

    You can try php_value register_globals on in the .htaccess under your document root.
  19. M

    Upgrade to 4 cpu version

    The minus will be that the server processes will take a little more memory.
  20. M

    Restart fails

    It may happen when I/O wait is high, should be a false alarm, just ignore that. Have been addressed in the latest 4.0rc1 release.
Top