Search results

  1. N

    Set UID Mode and Chroot Mode in cpanel

    can you give a screenshot of Configuration->Server->General->Using Apache Configuration File
  2. N

    Set UID Mode and Chroot Mode in cpanel

    as I said in previous post: enable php suExec
  3. N

    Set UID Mode and Chroot Mode in cpanel

    chroot won't work with cPanel since its complexity(my guess) I think just enable php suExec will do it lsws admin console->Configuration->Server ->General->PHP suEXEC:Yes
  4. N

    Who to config lsws for shared hosting?

    do you have any control panel like cPanel? that will manage all your sites well. then install lsws cPanel plugin, it'll replace apache. in this case, you can just think your webserver is apache and config all vhosts like before in httpd.conf or through cPanel GUI. if you need trouble-shooting...
  5. N

    mod_security

    from 4.1, lsws already support mod_security 2.5 please refer release log: http://www.litespeedtech.com/litespeed-web-server-release-log.html although some features not supported, for example pdf scan. but core features like those in latest gotroot rules are supported and that's our target...
  6. N

    Tuning LiteSpeed using memory mapped to serve < 4MB static files

    to serve large static files, sendfile is better
  7. N

    [Not Resolved] LSWS 4.1 - Spinlock

    we'd like to solve such issues as soon as possible, the problem is it's hard to reproduce. have you tried MikeDVB's suggestion:
  8. N

    LiteSpeed with Plesk 9.5

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:plesk for detail steps. you can order a trial license first. http://www.litespeedtech.com/litespeed-web-server-editions.html "We offer 15-day risk-free trials and a 30-day money back guarantee for...
  9. N

    .htaccess help

    lsws not support SetEnvIf/SetEnvIfNoCase. please use following rewrite rule instead: RewriteEngine On RewriteCond %{HTTP_REFERER} !^hl2://72\.9\.230\.249 RewriteRule .* - [L,F]
  10. N

    PHbb platform loading very slow

    please provide more info: 1.lsws/php version 2.screen shot of real-stat at peak time 3."top -c" output, best at peak time as well 4.error logs around 503 error
  11. N

    litespeed login page not work

    most probably, you haven't installed and set up litespeed properly. first, please check if you've built matching php: compare the output of phpinfo() under apache and litespeed. see if they matches.
  12. N

    [not solved] Failed to obtain or reinitialize VMemBuf

    just now I experienced same issue it's 4.0.20. lsphp 5.1.2 with Server API : LiteSpeed 4.10 so it's not likely an issue between 4.1.3 and 4.1.4 I did a change in php.ini: upload_tmp_dir = /tmp (it's not set before.) and restarted lsws. my test shows upload 1M file was ok, but failed...
  13. N

    litespeed login page not work

    it looks that your admin_php is running as nobody, not lsadm what's your server's version? #uname -a
  14. N

    litespeed login page not work

    please give the output of: #ls -al /usr/local/lsws/admin/tmp
  15. N

    [not solved] Failed to obtain or reinitialize VMemBuf

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=5284 see if /tmp/lshttpd/swap related?
  16. N

    htaccess redirect help

    looks like .htaccess not work at all. please check settings of Server->General->Allow Override
  17. N

    [solved] Website loading become slow when at busy time

    probably. need find out the bottleneck when you reach that traffic. please note "Http Out: 562KB", plus "Http In 101KB", I think you have used up about 8M bandwidth? when your traffic increase, next bottleneck may be at network. also "top -c" can help you to identify the bottleneck: mysql...
  18. N

    How to use LS cache for my site

    actually the cache rate is higher than reported. since lsws serve static contents efficiently and don't cache them, only cache dynamic pages like php, so the reported rate looks low. the "Total Reqs" include both static and dynamic requests. another way to improve the cache hit rate is to...
  19. N

    [solved] Website loading become slow when at busy time

    in above settings(not php suExec), please adjust lsphp5 external app settings: Process Soft/Hard Limit: 200 --> 300 then paste real-stat as before, to monitor the value of "EAProc WaitQ". what webproxy are you running? since 4.1.3, if php script stream video from youtube etc, the whole...
  20. N

    How to use LS cache for my site

    the main reason of cache not working is because cache Storage Path not set. Server->Cache->Storage Path: as stated in http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:litespeed:cache How to enable LiteSpeed Cache step 1.
Top