Search results

  1. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    typo -- should be: #find /dev/shm/lsdiskcache -type f -exec ls --full-time {} \;
  2. N

    [solved] Problem after reinstall litespeed

    do you run any control panel, like cPanel ?
  3. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    1.can you post your cron job here? 2.check each cache file's time stamp, if no too old ones, the cron job should be working fine: #find /dev/shm/lsdiskcache -type f --exec ls --full-time {} \;
  4. N

    [solved] WordPress: Can't update plugins using automatic upgrade feature

    please refer http://www.litespeedtech.com/support/forum/showthread.php?t=4814
  5. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    looks not a problem at all and be normal. for worst guess, it looks to be a side effect of page cache. But won't cause any problem except one extra popup box. I believe this side effect can be eliminated after further investigation to the php scripts or it's one normal exception which already...
  6. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    the popup box prompt "Please reload the window", does that help?
  7. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    comparing with the total 4G memory, 7.5M should be ok
  8. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    please try it and inform the result.
  9. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    ok. can you reproduce the issue as a guest ? and what's the output of #du -sh /dev/shm/lsdiskcache ? update: just saw it, now it's 7.3M out of 4G memory, should be ok at the time being. if it increase to 100M for example, may need set cache folder to disk like /tmp/diskcache etc.
  10. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    I tried to click forum tab then home tab as a guest with fine. yes, may not reproduce the issue simply. when the issue arose, are you a logged in user? I'd assume you have done step 1. the cache plugin for vBulletin 3/4 described in...
  11. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    just checked, http://mymusic....com/forum.php get cached as well. so this is another living example which lsws cache + vBulletin + vbseo working fine. 2 concerns: 1. since you store cache in /dev/shm/lsdiskcache, which is in main memory, need monitor the space cache used closely. if it occupy...
  12. N

    LiteSpeed Slower than Apache!!

    ab is in apache package. just FYI in one of our server: ~>rpm -qf /usr/bin/ab httpd-2.2.3-45.el5.centos.1 ~>ab -V This is ApacheBench, Version 2.0.40-dev <$Revision: 1.146 $> apache-2.0 Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ Copyright 2006 The Apache Software...
  13. N

    LiteSpeed Slower than Apache!!

    can you do ab testing ? for example: ab -n 1000 -c 10 "your website"
  14. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    the rewrite rules looks ok now --- vbseo cache is working. I've checked several URLs and confirmed working well, for example: http://mymusic....com/new-sumbit-videos/ http://mymusic....com/home/ however, URL ending with .php looks not cached, for example: http://mymusic....com/forum.php this...
  15. N

    Problems with an .htaccess file

    how about remove this part:
  16. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    Yes. the above settings looks right.
  17. N

    [solved] 4.1.1 admin login : Error 403 Forbidden

    just one click: lsws admin console -> Actions -> Version Manager -> 4.1.1 Force Reinstall
  18. N

    [solved]Need Help. 500 Internal Server Error "Please Read"

    since you installed vbseo, please follow this thread http://www.litespeedtech.com/support/forum/showthread.php?t=4829 to enable litespeed cache. your current rewrite rules looks not 100% correct.
  19. N

    lfd on hostname.server.com: Suspicious process running under

    lsphp-5.2.17 is php engine, it will do anything php scripts tell it to do. it's some php scripts trying to attack(maybe false alarm) your server, not php engine itself.
  20. N

    lfd on hostname.server.com: Suspicious process running under

    it looks clientshosting.php have a lot of access to 85.10.211.***:2086 need check what clientshosting.php is doing. for quick test, delete or rename clientshosting.php, you may not receive such warnings any more.
Top