Search results

  1. N

    problem in rebuild

    it maybe due to http://www.litespeedtech.com/support/forum/showpost.php?p=74228&postcount=4 please force-reinstall litespeed and build matching php again. if still problem, please update here.
  2. N

    Ideal Process Soft Limit, and Hard Limit

    it's increased automatically --- when your traffic increase, number of lsphp5 processes will increase automatically. when the traffic drop, the number decrease automatically.
  3. N

    Impossible to build php with litespeed whm

    the problem may be you didn't build php-5.4.19 for apache first. please run easyApache to build php-5.4.19 for apache first, then run "Build Matching PHP" in WHM Litespeed Panel
  4. N

    [Resolved] Disable Auto Index?

    sever configuration -> virtual host configuration -> .htaccess the latter one can overwrite the former. so please check if auto index enabled at virtual host.
  5. N

    APC and shm_size above 250MB throws error

    also, please check LVE limit, if it's big enough.
  6. N

    CloudLinux and configuration options

    in suEXEC daemon mode, no difference. Auto Start:Through CGI Daemon is helpful in php suExec non-daemon mode.
  7. N

    APC and shm_size above 250MB throws error

    see if following directive helps: apc.mmap_file_mask = /tmp/apc.XXXXXX (add to php.ini) please try to raise the soft/hard limit anyway, see if any difference.
  8. N

    max_file_size issues

    the settings in phpinfo looks fine. is upload not work for a particular accounts or many accounts? if many accounts have the issue, please refer http://www.litespeedtech.com/support/forum/showpost.php?p=74178&postcount=2 see if it resolves the issue.
  9. N

    How to count virtual hosts?

    in admin console, just click "Actions", you can see the virtual hosts list.
  10. N

    [Resolved] It says 403 Access denied when i try to get into a website

    looks like a popular site: http://www.alexa.com/search?q=fanfiction.net Alexa Traffic Rank: 978 United States Flag Traffic Rank in US: 488
  11. N

    Updated benchmarks ?

    Hi eva2000, can you share which graph/chart package is nice for benchmark per your experience ?
  12. N

    Litespeed Optimization BestPractive on Directadmin

    what's page load time under apache ? after load, is it fast ?
  13. N

    Problem Installing SSH2

    Sorry for late, succeeded to build ssh2 on lsphp-5.3.27 without surprise. I built it in a x86 box. the steps just FYI: #yum install libssh2-devel.i386 #yum install openssl-devel.i386 following steps same as you: only in step 4, I added --with-ssh2 ./configure --with-ssh2...
  14. N

    Ideal Process Soft Limit, and Hard Limit

    it's normal. more lsphp processes will be forked if your traffic increase. if only 6 lsphp process can handle your current traffic well, why not more ?
  15. N

    XenForo bug with Litespeed

    progress update: when litespeed running on port 2080, no problem at all; when running on port 80, looks able to reproduce the issue easily, especially on chrome. it should be a different issue with opencart one which mentioned in this thread. We're still investigating it. Thanks Mike to...
  16. N

    eAccelerator and LSPHP ?

    eAccelerator cache opcode on disk is unique and not exist in APC or XCache. if use shared memory to store opcode code, it's widely known that APC or XCache is better than eAccelerator. so if you want to try disk cache, try eAccelerator; for shared memory opcode cache, try APC or XCache...
  17. N

    Problem Installing SSH2

    I'll try on our lab. but will be tomorrow. Sorry for have you wait.
  18. N

    eAccelerator and LSPHP ?

    it's worth to try eAccelerator with php suExec daemon. to clarify: this is not accurate. I think due to not communicate/discuss enough. if we've ever recommended, then that's for suExec non-daemon mode, not daemon mode. for shared hosting(running cPanel is the largest one), nearly 100%...
  19. N

    PHP errors in stderr.log when running LiteSpeed with cPanel

    please check if it tried to load additional php.ini access a phpinfo page, check Loaded Configuration File Scan this dir for additional .ini files Additional .ini files parsed
  20. N

    eAccelerator and LSPHP ?

    I don't think so. php suexec deamon mode comes out for better utilizing shared memory. it works quite well in many servers so far so long. but it may have problem in some cases -- but you have to submit a bug report accurately. you can't draw such a big conclusion --- "php suexec deamon mode...
Top