Search results

  1. M

    503 Errors - APC with cPanel matched PHP binary

    looks like need extra step to enable core dump for suid processes the core file should be created under the same directory where the php script is. strace should tell you whether a core dump file has been created or not.
  2. M

    php.ini does not load.

    maybe a permission problem. only root user can read it?
  3. M

    Caching function

    Right now the cache module does not monitor the disk usage, user can clear up the cache directory regular with a cron job if needed. Should give enough disk space for it. We may add the feature to clean it up. Cache file will stay on the disk until it was removed regardless lshttpd process...
  4. M

    Can't log into the admin cp

    try reset the username password with lsws/admin/misc/admpass.sh
  5. M

    cli has eaccelerator, litespeed doesn't

    Like Tony said, there might be compatibility issues with PHP modules. If there is a problem, you will see some error/warning messages when you run lsws/fcgi-bin/lsphp5 -i
  6. M

    RailsRunner Issue in 3.3.24

    Or if defined?(ActiveRecord::Base) if defined?(ActiveRecord::Base.clear_active_connections!) ActiveRecord::Base.clear_active_connections! else ActiveRecord::Base.connection.disconnect! ActiveRecord::Base.connection.reconnect! end end while LSAPI.accept != nil...
  7. M

    RailsRunner Issue in 3.3.24

    How about this if defined?(ActiveRecord::Base) if defined?(ActiveRecord::Base.clear_active_connections!) ActiveRecord::Base.clear_active_connections! else ActiveRecord::Base.connection.disconnect! @reconnect = true ActiveRecord::Base.establish_connection end end
  8. M

    cli has eaccelerator, litespeed doesn't

    check the php.ini path in output of "php -i"
  9. M

    503 Errors - APC with cPanel matched PHP binary

    Please run "ulimit -a" from a php script to make sure that core file size limit is not 0.
  10. M

    cli has eaccelerator, litespeed doesn't

    Make sure the same php.ini is used by cli and lsphp5
  11. M

    mod_rewrite

    Get rid of the "E" flag since you do not set any new environment variable.
  12. M

    Per Client Throttling

    not possible.
  13. M

    /opt/lsws/phpbuild/phpbuild.1235068196.2.sh: 16: curl: not found

    For downloaded file, permission 644 should be fine. The problem is in Suhosin patch for PHP 5.2.8, the expanded directory is actually for 5.2.7 .
  14. M

    Can't enable cache

    Your problem probably is a configuration issue.
  15. M

    Install in a new server

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:all_about_licenses
  16. M

    apache suphp to litespeed lsapi php suexec

    Yes, it is what it does.
  17. M

    Per Client Throttling

    http://www.litespeedtech.com/how-tos.html#qa_dos
  18. M

    2GB + File Error ?

    4.0rc1 support large file.
  19. M

    Imagemagick

    Yes, I think suphp does not honor the open_basedir protection.
  20. M

    RedirectMatch gone instruction

    fix is in latest 4.0rc1 build.
Top