Search results

  1. N

    .htaccess problem

    change to see if works
  2. N

    php died after 4.2.3 / 6.2 update

    it should be ok.
  3. N

    LSAPI 6.2 question

    #/usr/local/lsws/fcgi-bin/lsphp5 -i|head there is a line like Server API => LiteSpeed V6.1 in this example, lsapi version is 6.1
  4. N

    LSAPI 6.2 question

    if your current lsphp is working fine, no need to rebuild it. looking at the release log: http://www.litespeedtech.com/litespeed-sapi-release-log.html I think the main changes is suEXEC daemon mode which is more stable.
  5. N

    php died after 4.2.3 / 6.2 update

    so far I've not heard of which php script not working because of disable ZendGuardLoader. ioncube loader alone should be ok. if you have to use ZendGuardLoader.so, you may have to modify the php source code. and it seems not an issue specific to litespeed, also happen with apache. for...
  6. N

    php died after 4.2.3 / 6.2 update

    try to disable ZendGuardLoader.so in php.ini, see if it gets fixed.
  7. N

    Installation: Giving cannot execute binary file

    your server is 32-bit, but try to install 64-bit litespeed, that's the reason why not work. go with 32-bit litespeed binary.
  8. N

    [Resolved] PEAR PHP Path Error

    Thanks. looks like an complete guide.
  9. N

    [Resolved] PEAR PHP Path Error

    there is a "pear" -- /usr/local/lsws/lsphp5/bin/pear for default installation(to /usr/local/lsws), so maybe should use this "pear"?
  10. N

    [Resolved] PEAR PHP Path Error

    if have compiled lsphp5 from lsws admin console, default location of command line php is at /usr/local/lsws/lsphp5/bin/php can you try it? or copy /usr/local/lsws/lsphp5/bin/php to /usr/bin or /usr/local/bin if no php there before ?
  11. N

    [Resolved] ZendOptimizerPlus

    I reproduced the issue just now. it hardcode sapi in ZendAccelerator.c: 2363 static const char *supported_sapis[] = { 2364 "apache", 2365 "fastcgi", 2366 "cli-server", 2367 "cgi-fcgi", 2368...
  12. N

    Installation: Giving cannot execute binary file

    79 if [ -f "$LSINSTALL_DIR/trial.key" ]; then 80 $LSINSTALL_DIR/bin/lshttpd -t 81 if [ $? -ne 0 ]; then 82 exit 1 83 fi 84 else please check with 1)ls -al /home/lsws-4.2.3/bin/lshttpd 2)uname...
  13. N

    503 Service Unavailable The server is temporarily busy, try again later! Powered By

    please see if same issue as http://www.litespeedtech.com/support/forum/showthread.php?t=7151
  14. N

    [Resolved] Ban bots how?

    try: RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Linguee [OR] RewriteCond %{HTTP_USER_AGENT} MJ12bot [OR] RewriteCond %{HTTP_USER_AGENT} AhrefsBot [OR] RewriteCond %{HTTP_USER_AGENT} Ezooms [OR] RewriteCond %{HTTP_USER_AGENT} AcoonBot [OR] RewriteCond %{HTTP_USER_AGENT} SISTRIX [OR]...
  15. N

    GEOIP based rewrite stopped working

    you mean above rewriterules not work for latest lsws 4.2.3, but works for 4.2.2 (or before)?
  16. N

    [Resolved] ZendOptimizerPlus

    we have not tested ZendOptimizerPlus yet, but should work if it works with apache. the build steps is exactly same as tomksoft did for eAccelerator
  17. N

    [Closed] 503 Service Unavailable in WHMCS

    thanks for the info, surely will benefit others. is /usr/lib/libxml2.so.2 32-bit or 64-bit ?
  18. N

    A few questions before upgrading to 4.2.3

    quick answer: 4.2.3 is stable, that's why we have enabled auto upgrade. so far no big issue seen. and upgrade is low-risk -- you can switch back to previous version with one-click. upgrade php and lsws is independent -- if building matching php under 4.2.3, php-lsapi 6.2 will be picked up...
  19. N

    [Closed] 503 Service Unavailable in WHMCS

    the primary issue is because easyApache haven't built php 5.2.4 successfully: so Build Matching PHP for lsphp5 also failed. if easyApache succeed,matching lsphp5 will succeed as well.
  20. N

    [Closed] 503 Service Unavailable in WHMCS

    how about output of # php -i > ttt ? and # /opt/lsws/lsphp5/bin/php -i > ttt ?
Top