Search results

  1. M

    4.1rc2

    Just use the same PHP version. easiest way is to overwrite the /home/cpeasyapache/ls.src/php-5.xxxx/sapi/litespeed with the new code, Then type command "make" under /home/cpeasyapache/ls.src/php-5.xxxx copy php-5.xxxx/sapi/litepseed/php to lsws/fcgi-bin/lsphp-5.xxxx
  2. M

    4.1rc2

    You can try the php-lsapi 5.0b2, it will show the script name being executed. You need to build PHP manually.
  3. M

    PHP LSAPI 5.0b2

    PHP LSAPI 5.0b2 has been released. This release added a useful feature to show the PHP script being processed by the script engine. Many LiteSpeed users have requested this feature. So, you got it. Please let us know how it goes...
  4. M

    Minimum post count required for posting link and images

    In order to reduce number of SPAM posts we add a vBulletin MOD which require minimum 5 posts in order to include hyperlink or image in the posted message. It also hide the hyperlink in the signature before post count reaches 10. Hopefully it will help dealing SPAM. :D
  5. M

    Some Pre Sales Questions!

    We have free forum support, usually, you will get an answer within one business day. LiteSpeed is Apache interchangeable and compatible with hosting control panels, no need to transfer account, please check our wiki, if need help with LSWS installation, we have installation service available...
  6. M

    Failed to send registration request

    It will not interrupt the service of LSWS, but you need to make it work.
  7. M

    Plesk + Password Protected Directories

    LSWS should reload Apache configuration whenever a change in configuration files has been detected, please find out which configuration file has been changed by plesk when you add password protection. There is a bug in our latest 4.0.11 release that prevent LSWS from reloading configuration...
  8. M

    php on external server

    It wont work with PHP suEXEC, as each suEXEC PHP process need its own listening socket, has to be "Auto start" using "Unix domain socket".
  9. M

    php on external server

    Your need to change the "Address" of lsphp external app to "IP:Port", do you?
  10. M

    4.1rc2

    It cannot show that now, we need to update the LSAPI code to do that.
  11. M

    php on external server

    Just set "Auto start" to No. http://www.litespeedtech.com/docs/webserver/config/extapps/#autoStart
  12. M

    Apache+litespeed at the same time

    wrap the directive with <IfModule ...> so Apache will skip it when mod_php is not compiled in.
  13. M

    4.1rc2

    too many processes running as "nobody", you need to increase "Process Soft Limit", "Process Hard Limit" accordingly. http://www.litespeedtech.com/docs/webserver/config/security/#procSoftLimit
  14. M

    4.1rc2

    You have to produce the problem while stracing it.
  15. M

    Apache+litespeed at the same time

    fastcgi PHP does not support php_value at all, no matter where you put it. Only Apache mod_php and LiteSpeed PHP support it.
  16. M

    4.1rc2

    27094 is it.
  17. M

    php on external server

    Yes, you can use TCP for the socket between web server and lsphp. lsphp -b <TCP_SOCK> can start lsphp on the second server from command line, you need to set related environment variables first to control many lsphp children processes can be started...
  18. M

    4.1rc2

    ps -ef | grep lscgid
  19. M

    4.1rc2

    We could not reproduce it in our lab. Please strace the lscgid process with command strace -f -p <pid_of_lscgid_process> send us the output of strace for analysis.
  20. M

    4.1rc2

    will take a look.
Top