Search results

  1. N

    Shell function within PHP works on Apache but not Litespeed

    Thanks, in particular, raised which limit? memory, CPU or process ?
  2. N

    403 forbidden errors that happen sometimes

    but ... raise another question: can you find time stamp matched log in both error_log and domlog ? IP + time stamp.
  3. N

    Cookie len "INFO" log, why?

    Sorry, maybe miss this thread, I've escalated it to developer.
  4. N

    403 forbidden errors that happen sometimes

    not 100% sure, if bad request blocked, may leave log entry: "Status 400: Bad request method" instead of 403
  5. N

    403 forbidden errors that happen sometimes

    or triggered any mod_security rule?
  6. N

    Shell function within PHP works on Apache but not Litespeed

    please try raise the Memory Soft Limit (bytes) Memory Hard Limit (bytes) of lsphp5 in admin console
  7. N

    Problem with 503 Service Unavaiable

    if still problem, you can PM your server's access, I can login and take a look. lsws admin console(:7080) and ssh.
  8. N

    Problem with 503 Service Unavaiable

    which php extensions are enabled ? maybe can get the extensions list from command line output: #/usr/local/lsws/fcgi-bin/lsphp5 -i
  9. N

    Problem with 503 Service Unavaiable

    does a simple phpinfo page work ? http://domain.com/phpinfo.php
  10. N

    [solved] Compile PHP 5.2

    Thanks, this thread should be a good reference for later search.
  11. N

    Problem with 503 Service Unavaiable

    how about command line lsphp5, any error message ? #/usr/local/lsws/fcgi-bin/lsphp5 -i |head
  12. N

    Stats: Requests per/day

    walked through the process ... just follow the instruction: final step: create a cron job to update web server stats 1 time / per minute. run "crontab -e", add following line: * * * * * $PHP_BIN $DEST_DIR/ls_stats/update.php once you run ls_stats/update.php once, those .rrd files will...
  13. N

    [solved] Compile PHP 5.2

    I searched out a similar post: http://forums.cpanel.net/f5/php-copile-error-305651-print.html hope it helps. I'd quote the last post: "Is that on cPanel ? If yes, Why don't you use easyapache ?" as suggested by the thread, it may need a php patch. in this case, building the PHP with...
  14. N

    [Solved] Replacing PHP with newer version

    it should work, just like you compile php from the VPS. any error message when you run at command line: #/usr/local/lsws/fcgi-bin/lsphp5 -i
  15. N

    [Solved] Replacing PHP with newer version

    just explain 1 line: this means lsphp-5.3.23 need /lib/libresolv.so.2 check your 128MB VPS, if /lib/libresolv.so.2 exist, if not, copy this file from VMware Player, with same location.
  16. N

    [Solved] Replacing PHP with newer version

    yes. copy over the binary and its dependent libraries , it will work. use ldd to locate the dependencies. an example FYI: /usr/local/lsws/fcgi-bin>ldd lsphp-5.3.23 linux-gate.so.1 => (0x00b2d000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00410000) libresolv.so.2 =>...
  17. N

    optimization

    check the real-time stats of the server at the busiest time, see if any abnormal usually the default settings are ok
  18. N

    Connection Timeout and External App

    there is litespeed specific rewrite flag "E=noabort:1": https://store.litespeedtech.com/store/knowledgebase.php?action=displayarticle&id=21 see if it helps to resolve your issue.
  19. N

    Steps for Litespeed Enterprise integrate with cPanel

    please follow http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel "How to convert your cPanel server to LiteSpeed in 20 minutes"
  20. N

    [solved] Modsecurity rules to protect WP login?

    I set up an env to test this rule on apache and litespeed. initially work on apache but not on litespeed. now it works on latest 4.2.2 build as well. Thanks for giving the specific rule, so we can investigate it effectively. to catch up with the upstream of mod_security as short as...
Top