Search results

  1. M

    Huge lsphp5 problem

    cache feature in LSWS has nothing to do with PHP, it is page change like apache mod_cache. opcode cache makes PHP itself run faster, it is on top of the speed you gain from LSWS, it is better to have. Yeah, that problem between PHP 5.2.12 and eAccelerator starts to surface when server load is...
  2. M

    php/lsapi crash since 5.2.9

    Do you use any opcode cache like eaccelerator? you may need to disable it with 5.2.12 .
  3. M

    main domain not working but subdomain is ??

    check the error log for reasons. Are you using LiteSpeed with hosting control panel? Using Standard edition? or configure everything natively via the web console?
  4. M

    Unable to use Trial key.

    It is because that you have tried to use the NULLed LSWS.
  5. M

    LSWS and cPanel 11.25 disaster

    Please edit /usr/local/lsws/admin/conf/php.ini, change allow_url_fopen to "On".
  6. M

    LSWS and cPanel 11.25 disaster

    We fixed the TypesConfig issue and add tuned the Apache to LSWS adapter script a little in the updated 4.0.12 release package. You can login to LSWS admin console client "force reinstall" to update it under version management page.
  7. M

    Huge lsphp5 problem

    5.2.11 works well with eAccelerator I think, you may need to try the older stable eAccelerator version.
  8. M

    php/lsapi crash since 5.2.9

    Please try lsapi 5.1 http://www.litespeedtech.com/support/forum/showthread.php?p=18063#post18063 If it still crashes, use lsapi 4.9
  9. M

    Php lsapi 5.0

    change buildconf.inc.php: to use the latest LSAPI code.
  10. M

    Huge lsphp5 problem

    Yes, there are compatibility issue between PHP 5.2.12 and eAccelerator. either stop eAccelerator or downgrade PHP. it will fix the problem. eAccelerator is the opcode cache in your setup.
  11. M

    PHP LSAPI 5.1 has been released

    PHP LSAPI 5.1 has been released. This is a minor bug fix release which improves PHP performance, and fixed compatibility issue with PHP 5.3.x . Download LSAPI View Version History
  12. M

    howto setup Fast CGI Authorizer?? strange errors

    REMOTE_PASSWD is not available, you have to get it from HTTP_AUTHENTICATION
  13. M

    LSWS and cPanel 11.25 disaster

    90% of our cPanel users are using 4.x releases. 4.0.7-4.0.9 had some issues, it had been addressed long time ago.
  14. M

    LSWS and cPanel 11.25 disaster

    Tony, are you experiencing the same issue with 11.25 ? I thought it was because running Apache parallel to LiteSpeed. The cPanel box in our lab is 11.25, does not show anything like what Frank posted.
  15. M

    howto setup Fast CGI Authorizer?? strange errors

    Looks like your fastcgi does not run. Can you start it from command line?
  16. M

    LSWS and cPanel 11.25 disaster

    Version of LSWS are you running? Are you running LSWS parallel with Apache?
  17. M

    Problems accessing LSWS admin

    You should try a manual upgrade to 4.0.12 again. If still have trouble login, run command /usr/local/lsws/admin/misc/create_admin_keypair.sh and try again.
  18. M

    [RESOLVED] execve() Exec format error

    You have to compile the binary from a machine with matching OS like the one your hosting company uses.
Top