Search results

  1. N

    [Closed] 503 Service Unavailable in WHMCS

    can you switch to apache, delete or rename /opt/lsws/fcgi-bin/lsphp5(maybe plus /opt/lsws/fcgi-bin/lsphp-5.3.24), then build matching php ?
  2. N

    [Closed] 503 Service Unavailable in WHMCS

    almost same issue I experienced :) You've not built matching php successfully. Please do it and see what prevent you to complete it. tip: which php.ini is used? /opt/lsws/fcgi-bin/lsphp5 -i|grep "Loaded Configuration File" assume it's /usr/local/lib/php.ini edit it, comment out...
  3. N

    [Closed] 503 Service Unavailable in WHMCS

    should be root@Host [~]# /usr/local/lsws/fcgi-bin/lsphp5 -i > ttt
  4. N

    [Closed] 503 Service Unavailable in WHMCS

    see if same issue I experienced yesterday: please give the output of: /usr/local/lsws/fcgi-bin>./lsphp5 -i > ttt
  5. N

    Disable log rotation not work

    please force-reinstall 4.2.3
  6. N

    litespeed ignore an include

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=7145 new build of 4.2.3 has resolved an similar issue. do force-reinstall 4.2.3, see if your site ok now.
  7. N

    Error: Failed to download release 4.2.3! Please try upgrade manually.

    the correct url is: www.litespeedtech.com/packages/4.0/lsws-4.2.3-ent-x86_64-linux.tar.gz but it tried to download www.litespeedtech.com/packages/4.0/lsws-4.2.3--x86_64-linux.tar.gz looks like /usr/local/lsws/autoupdate/release is wrong. please delete all files/folders under...
  8. N

    Error: Failed to download release 4.2.3! Please try upgrade manually.

    please PM root access to your server, I'd verify the upgrade issue quickly.
  9. N

    [Resolved] Build Matching PHP 5.3.25 with LSAPI

    I'd log in your server to see what is happening. please PM the root access or you create a ticket in WHMCS.
  10. N

    [Resolved] Build Matching PHP 5.3.25 with LSAPI

    1)"on LSWS I have to use the direct console menu option to "Compile PHP" directly" -- this step should not be necessary at all. though not know the root cause at the time being. 2)please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel Step 3: Build...
  11. N

    [Resolved] Build Matching PHP 5.3.25 with LSAPI

    that means, anyway, you've done "Building Matching PHP" successfully. no more actions needed. for cPanel users, if you want to rebuild php, always go EasyApache first, then build matching php, it's not recommended to build php from admin console->Compile PHP directly.
  12. N

    [Resolved] Build Matching PHP 5.3.25 with LSAPI

    this can be done by changing admin console->Server->External App->lsphp5-> Command:$SERVER_ROOT/fcgi-bin/lsphp5 to Command:$SERVER_ROOT/fcgi-bin/lsphp5 -c /usr/local/lib but this hack is not correct way to resolve your issue. the issue in your 1st post looks a bit weird. it should not...
  13. N

    [Resolved] Build Matching PHP 5.3.25 with LSAPI

    http://joomla-site/phpinfo.php what is "Loaded Configuration File "? /usr/local/lib/php.ini ?
  14. N

    LSWS 4.2.3 VS mod_security

    will notify the development. since it's <LocationMatch .*>, how about just remove it and will it work under 4.2.3 ?
  15. N

    LSWS 4.2.3 VS mod_security

    is the LocationMatch in .htaccess ? then it won't work. per http://httpd.apache.org/docs/2.2/mod/core.html#locationmatch Context: server config, virtual host if it's already in httpd.conf(virtual host level), then it's an issue.
  16. N

    Error: Failed to download release 4.2.3! Please try upgrade manually.

    to upgrade manually: #/usr/local/lsws/admin/misc/lsup.sh -v 4.2.3
  17. N

    [solved] Build PHP with LSAPI

    yes, here's the steps: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi
  18. N

    [solved] Build PHP with LSAPI

    edit /usr/local/lsws/admin/html/utility/build_php/buildconf.inc.php search "LSAPI_VERSION", then change to define ('LSAPI_VERSION', '6.2'); then build php from admin console. you may need cleanup folder /usr/local/lsws/phpbuild/php-5.4.15 first for a clean build.
  19. N

    PHP image upload gives 403 error

    the issue may have been fixed in 4.2.3 release. please try manually upgrade to 4.2.3 to see if it disappears: #/usr/local/lsws/admin/misc/lsup.sh -v 4.2.3
Top