Search results

  1. N

    Apache 2 to litespeed

    how about non-PHP page?
  2. N

    Apache 2 to litespeed

    many reason will cause 503 error -- for example,no enough memory assigned to php process. just mention one here: check php.ini, list all start wirh extension= ... zend_entension=... and comment all of them, and see of 503 error gone.
  3. N

    zen photo problem

    can you post a problem URL here(can remove host part).
  4. N

    Apache 2 to litespeed

    I think the next step is building matching php for litespeed. please refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi for detail.
  5. N

    Apache 2 to litespeed

    please check with http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da "How to replace Apache with LiteSpeed when used with DirectAdmin"
  6. N

    phpmotion + litespeed installation

    phpmotion: as its self-description: "PHP motion is a free to download and free to use video sharing software. A PHP video script to make your own Youtube (tm) like website..." problem: refer http://www.litespeedtech.com/support/forum/showthread.php?p=20346#post20346 I helped to make...
  7. N

    Site components generating 503 errors

    have you installed any new wordpress plugin which need special php decoder/loader? A recent experience of mine: some important files need phpshield loader, but not put in right place for php 5.2.x on 64-bit OS (might be ok for 5.1.x) generally, if you've installed new plugins in recent...
  8. N

    Getting Error while installing magento with litespeed

    right. from you need
  9. N

    Getting Error while installing magento with litespeed

    add --with-pdo-mysql --with-mcrypt --with-curl to build options better to add --with-mysqli as well.
  10. N

    Gzip compression not working properly.

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?p=19488
  11. N

    Configuring ulimit

    looks this hit the 2G memory limit for 32-bit program. how about set to 0: "Operating system's default will be used if the value is set to 0"
  12. N

    Configuring ulimit

    try: adjust lsphp's Memory Hard/Soft Limit: http://www.litespeedtech.com/docs/webserver/config/extapps/
  13. N

    FBSD 8 and LiteSpeed

    need install FreeBSD 6.x Compatibility layer
  14. N

    What does this mean

    as error message said, lshttpd tried to create a listener *:7080 to admin console, but failed. you've problem in listener configuration. output of ?
  15. N

    vps litespeed gives 503 error w/cpanel

    Looking at System Requirements of phpmotion: It's not likely need 4.1RC3 or LSAPI 5.4. The php requirement is minimum. any further detail?
  16. N

    Errors within WHM

    one of major causes is he can't change folder's owner:group(using chown) in his VPS even as root. so /usr/local/lsws/conf and /usr/local/lsws/admin/conf have wrong owner:group and lsws failed to change them.
  17. N

    Server problems

    how about apache benchmark a "hello world" php page? see if it still max 6.
  18. N

    What does this mean

    the content of line 377 in /usr/local/apache/conf/httpd.conf ? is IP 188.72.206.116 assigned to your server?
  19. N

    PHP Problem With APC

    wondering how it could happen ... can you PM the url of problem site to let me get more info about it.
  20. N

    eAccelerator Purges Automatically = Not Wanted

    yes, it's better than 32M x 500 = ... but these 500 vhost may not run at the same time. check pstree or ps, how many lsphp process running in suExec mode. 1 lsphp process consume individual 1M for opcode cache. 1.check /dev/shm/eA's permission. set it to 777 2.set eaccelerator.shm_only=0
Top