Search results

  1. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    i have experiencing that with cloudlinux boxes only. is that possible if 503 page which generated by cloudlinux will automatically restarting by lsws (Auto Fix 503 Error)? because so many "restarts automatically to fix 503 Errors" emails came from lsws with clouddlinux until now.
  2. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    is that new 4.2.1 release more newest than the new 4.2.1 from yesterday? because the old 4.2.1 makes me still have to raise up Memory Soft Limit of External App >> lsphp5 to at least 650M :confused: bellow of 650M value will send many emails of "LiteSpeed Web server restarts automatically to...
  3. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    all of issues that i have been told in this thread are fixed now by lsws 4.2.1 stable release and lsapi 6.1 thank you so very much
  4. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    pardon me for my long delay of reply. yesterday I am using lsapi 6.0 again, all issue wroted on this thread seems gone except one : all hosting accounts using PHPIniDir (custom php.ini) are hard to login to their site (as reposted : wordpress, prestashop). or if they can finally logged in...
  5. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    thanks George, I will try it soon. by the way using LSWS 4.2 -suEXEC daemon- new feature makes php login session suddenly throw out. I have got two complaints regarding to this. and as my 1st post, it using swap much even phisycal RAM space have enough space. I don't know what I am...
  6. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    Thank you George. But i cannot run make after overwrite *.c and *.h : root@rooted [/home/cpeasyapache/ls.src/php-5.2.17/sapi/litespeed]# make make: *** No targets specified and no makefile found. Stop.
  7. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    Thanks Nitewave. Unfortunatelly I cannot found define ('LSAPI_VERSION', '6.0'); on that file : <?php define ('LEGAL', 1); define ('TITLE', 'Compile PHP with LSAPI'); define ('OPTION_VERSION', 2); define ('BUILD_DIR', $_SERVER['LS_SERVER_ROOT'] . 'phpbuild'); define ('LAST_CONF', BUILD_DIR ...
  8. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    --pardon me, double post---
  9. D

    [solved] Cpanel + LSAPI 6.0 + LSWS 4.2 Anomaly

    is it true that LSAPI 6.0 using much more swap than LSAPI 5.5? the left one is still using LSAPI 5.5 : Uploaded with ImageShack.us after using LSAPI 6.0 I have to raise up externall app >> lsphp5 >> memory soft/hard limit to at least 505 Mb to avoid randomly "Fatal error: Out of...
  10. D

    lsws 4.1.11 not support modsec rules?

    Superb! Force update 4.1.11 will fixed this modsec compatibily. Thank you, George!
  11. D

    lsws 4.1.11 not support modsec rules?

    yes abc.php is exist. the file is php file which have active script inside it.
  12. D

    lsws 4.1.11 not support modsec rules?

    I just wondering about why there so many modsec rules suddenly lost it functions while using litespeed. I had test it with a very simple rule for an example : SecRule REQUEST_URI "^/abc\.php$" "deny" As above rule expected, Apache bring 406 error page to http://domain.com/abc.php access. But...
  13. D

    error in upgrade version

    I have this issue with 4.1.3 remove open_basedir value on /usr/local/lib/php.ini has no effect to php. no matter it is empty or not, php info still showing for : open_basedir = "/home:/usr/lib/php:/usr/local/lib/php:/tmp" how to edit/remove this open_basedir entry from LSAPI?
  14. D

    4.1.1 Build 3 -- include_path error?

    ------------- UPDATE : ------------- PEAR and it's php application packages can still use after disable Cpanel php magic. But users must manually edit/add their script with : ini_set("include_path", '/home/username/php:' . ini_get("include_path") ); This will sometimes hard to explain to...
  15. D

    4.1.1 Build 3 -- include_path error?

    Just found from Cpanel forum : --->> https://forums.cpanel.net/f5/fatal-error-cannot-redeclare-_pear_call_destructors-previously-declared-123693.html#post552541 It will remove all of cp_php_magic_include_path.conf that has created by php magic from Cpanel. But I thought that will...
  16. D

    4.1.1 Build 3 -- include_path error?

    So I have to mass remove for many files of cp_php_magic_include_path.conf from all of my servers. Because most accounts are just have it while I grep that. I hope can soon find for which software that has responsible for creating those files. So I can disable that immediately. Thank you for...
  17. D

    4.1.1 Build 3 -- include_path error?

    Glad that you are finally found the problem, george. Thank you for investigate. So this means lsws below 4.1.1 doesn't read those include file from httpd.conf? Because the file was on there since year 2010 : -rw-r----- 1 root root 839 Dec 20 2010 cp_php_magic_include_path.conf I...
  18. D

    4.1.1 Build 3 -- include_path error?

    pm sent, george. thanks before :) by the way using 4.1 makes mod security on WHM cannot produce the logs. but 4.1.1 does work for mod security logs on WHM interface. unfortunatelly, 4.1.1 did php "include_path" errors.
  19. D

    4.1.1 Build 3 -- include_path error?

    phpinfo() from 4.1 and 4.1.1 are using the same configuration from /usr/local/lib/php.ini so they both are using the same : include_path = ".:/usr/lib/php:/usr/local/lib/php" i even replaced php.ini with php.ini from my another plain apache server (suphp) just to make sure. and also...
  20. D

    4.1.1 Build 3 -- include_path error?

    using this build since yesterday and were throwing out errors like these on wordpress and joomla (as far as i currently know) : happened on most scripts, anyway. which are suddenly asking for /home/username/php i have done rebuild matching php (5.2.17) with LSAPI and continue with easyapache...
Top