Search results

  1. N

    Beginner need assistance

    may not. since lsws will replace apache, which is not under your control as you're a shared host user.
  2. N

    [Resolved] 4.0.16-> 4.0.17 Broke my wordpress blog

    no problem of the permission. it's strange of your issue. Can you PM me the access to your server.
  3. N

    [Resolved] 4.0.16-> 4.0.17 Broke my wordpress blog

    maybe a permission issue? please check
  4. N

    Beginner need assistance

    both lslb (litespeed load balancer) and lsws(litespeed web server) has built-in anti-ddos feature. here's the detail document on how to configure the this feature in lslb and lsws: http://www.litespeedtech.com/docs/webserver/config/security/#perClientConnLimit in your case, lsws may be...
  5. N

    [Resolved] 4.0.16-> 4.0.17 Broke my wordpress blog

    do you have other opcode cache like eAccelerator, XCache enabled? if none of them enabled, recommend you have one, absolutely it'll improve the php performance a lot. opcode cache is built as php extension, you can save/keep your current php binary, just build out apc.so, xcache.so...
  6. N

    [Resolved] 4.0.16-> 4.0.17 Broke my wordpress blog

    4.0.17 select latest APC 3.1.4 instead of 3.1.3p1 when build PHP in admin console. so if you want to try APC 3.1.4, rebuild PHP in 4.0.17
  7. N

    Problem in install and config litespeed webserver

    you can order "One Time Installation Service" at http://store.litespeedtech.com/store/cart.php?gid=5
  8. N

    Problem in install and config litespeed webserver

    looks like litespeed isn't installed properly. have you followed http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:plesk to install litespeed with plesk?
  9. N

    [Resolved] 4.0.16-> 4.0.17 Broke my wordpress blog

    looks a serious issue and hard to trace... what's your wordpress version? I upgraded to 4.017 on a wpmu 2.9.2 site, php 5.3.2, without problem.
  10. N

    Recommended Os For Litespeed?

    maybe Redhat or CentOS
  11. N

    Problem in install and config litespeed webserver

    is lsws the latest version 4.0.17? you can start/stop lsws by /usr/local/lsws/lswsctrl start/stop
  12. N

    Reverse Proxy

    you can start with 2-CPU license. please read http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:all_about_licenses
  13. N

    Litespeed is using APC beta

    can you upgrade to 4.0.17 and rebuild php? it uses APC 3.1.4 this looks the first report we received regarding APC 3.1.3p1 not working with WP well. and we have selected APC version higher than 3.0.19 for a long time. that's why we don't stick to 3.0.19. thanks for the report. We may...
  14. N

    How to Compile Mssql & Mysql in PHP

    same way to resolve these errors. in CentOS,
  15. N

    Virtualhost stuck at "Restart required"

    2010-10-07 18:03:30.633 ERROR [config:vhost:example.com] missing <docRoot> in <virtualHostConfig> 2010-10-07 18:03:30.633 ERROR [config:vhost:example.com] configuration failed! as the message hint, the vhost's document root not set yet. after creating a vhost, the next step is to fully...
  16. N

    Request DDOS attack

    can check access log, which URL are accessed with too many times during DDOS
  17. N

    [Resolved] APC Fragmentation: should I care?

    yes, 4.0.17 use APC 3.1.4
  18. N

    [Resolved] php 5.3.3 with curl not working

    to be clear, must include and not use there are just Unknown options.
  19. N

    [Resolved] php 5.3.3 with curl not working

    yes, the error message tell the cause: checked the PHP document, http://www.php.net/manual/en/curl.installation.php no --enable-curl option, instead, it's --with-curl
  20. N

    Request DDOS attack

    does the DDOS access a same URL, like vhost's homepage?
Top