Search results

  1. N

    [Solved] 403 Error with 4.1.5

    the rule can be found through lsws admin console->Configuration->Server-> Request Filter->XSS attack->just disable it restart lsws. see if the issue gone.
  2. N

    litespeed cache not working ?

    for vBulletin, please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=4829
  3. N

    [solved] domlog

    since your are running WHM/cpanel, apache's httpd.conf is read and parsed. won't work in this case. please google "apache log rotation" for solution, and I believe cPanel has good solution for it.
  4. N

    kernel: TCP: Possible SYN flooding on port 80. Sending cookies.

    can you list the top 5 IPs in this status?
  5. N

    [solved] Dual PHP 5.2/5.3 on cPanel/WHM

    please refer wiki: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:multiple_phps_in_control_panel_lsws default php not mean all .php to use this lsphp5, it can be overwritten. follow the wiki, if any question or unexpected result, paste here.
  6. N

    [solved] Dual PHP 5.2/5.3 on cPanel/WHM

    per the output, lsphp5 is just a symbol link, the lsphp you built lsphp-5.3.8,lsphp-5.2.17 are all there. when you want 5.2.17 as default lsphp5, after build 5.3.x, run #cd /usr/local/lsws/fcgi-bin #ln -sf lsphp-5.2.17 lsphp5 then restart lsws
  7. N

    [solved] Dual PHP 5.2/5.3 on cPanel/WHM

    please paste output here: #ls -l /usr/local/lsws/fcgi-bin
  8. N

    [solved] ownership permissions problems?

    in one of test machine: #groups lsadm lsadm : lsadm nobody so lsadm is in nobody group. in your case, /home/user/public_html/example.com/config/file.xml I think only config and file.xml need owned by lsadm, other parent directories can be owned by other users as long as their permission is...
  9. N

    lsphp5 eats too much resources

    this is a typical for php-heavy app. same issue when you run wordpress under apache or nginx. the solution is to install a wordpress-plugin, like wp-supercache. It'll reduce the load much and serve smoothly under high traffic.
  10. N

    [solved] 404 on one site on litespeed only

    thanks for update
  11. N

    [solved] 404 on one site on litespeed only

    please give more info. for example, is particular URL return 404 or all URLs return 404 ?
  12. N

    Can't get APC working

    The settings looks ok. any definition for vhost level lsphp5?
  13. N

    Can't get APC working

    received the URL for phpinf() but what I wanted is: lsws admin console->Configuration->Sever->External App->lsphp5
  14. N

    Can't get APC working

    It's possible. please post your lsphp5 settings here for investigation.
  15. N

    lsws change password via ssh

    there is . in front of /admpass.sh I copy it again, please follow it exactly: #cd /usr/local/lsws/admin/misc #./admpass.sh
  16. N

    lsws change password via ssh

    please try cd /usr/local/lsws/admin/misc (instead of /usr/src/lsws/lsws-4.1.4/admin/misc) ./admpass.sh to update username/password.
  17. N

    lsws change password via ssh

    maybe firewall issue. check if your IP can access lsws-server-ip:7080
  18. N

    Who to config lsws for shared hosting?

    so your question is "where can i fully optimize lsws for shared hosting"?
  19. N

    Who to config lsws for shared hosting?

    yes, please be more specific about your issue. if there are many issues, just focus 1 issue which you think most significant. what's your current problem? can't see it in your posts.
  20. N

    Set UID Mode and Chroot Mode in cpanel

    it should work as expected. please give the output of: #ps -ef|grep lsphp
Top