Search results

  1. N

    [Solved] LiteSpeed Stop Working

    output of #lsws/bin/lshttpd -V #lsws/bin/lshttpd -v ?
  2. N

    Installing Wordpress with a remote MySQL server

    http://www.litespeedtech.com/docs/webserver/config/general/#allowOverride check FileInfo at both server and vhost configuration.
  3. N

    Installing Wordpress with a remote MySQL server

    add --with-mysql to rebuild php 5.3.6
  4. N

    Installing Wordpress with a remote MySQL server

    what's your PHP compile parameter? check phpinfo():Configure Command
  5. N

    Logging into ACP

    so admin_php is running as nobody not lsadm,hence the problem. which version lsws?
  6. N

    [solved] Litespeed 4.1 Restarts Often

    please check the time stamp .... or do a force reinstall. current latest version: #curl -I http://www.litespeedtech.com/packages/4.0/lsws-4.1-ent-x86_64-linux.tar.gz HTTP/1.1 200 OK Date: Thu, 21 Apr 2011 09:40:27 GMT Server: LiteSpeed Accept-Ranges: bytes Connection: Keep-Alive...
  7. N

    "[ERROR] [LICENSE] License key operation failure: ERR LC.8: fail to process"

    please file a ticket then we can check your license. if you tried a trial version before and has expired, may see the same error. or just a install mistake.
  8. N

    DocumentRoot/path problem

    and IP/~user/phpinfo.php works with litespeed further tests: IP/~user/index.php OK as well. only IP/~user/ or IP/~user has big problem.
  9. N

    DocumentRoot/path problem

    Hi, I think I've figured out 50% of the issue. if you access the site with domain name, it works just fine. to verify this, edit your local hosts file(for example in windows,C:\WINDOWS\system32\drivers\etc\hosts), add 10.10.10.10 www.mysite.com then access www.mysite.com in browser...
  10. N

    DocumentRoot/path problem

    OK. have to ... :) please PM me.
  11. N

    DocumentRoot/path problem

    forgot to mention: I confirmed both :80/~xxx/phpinfo.php and :2080/~xxx/phpinfo.php are working fine. before the last resolution(login your server), can you try: 1.Force Reinstall 4.0.20 (in lsws admin web console) 2.Enable EasyApache Integration (cPanel lsws plug-in) 3.Build Matching...
  12. N

    DocumentRoot/path problem

    Hi, I've modified the URLs in my previous post following your way. what's your litespeed version? and the time stamp of /usr/local/lsws/bin/lshttpd.4.x?
  13. N

    DocumentRoot/path problem

    I tested 1 .js file: http://46.4.95.1 4 5/~ih o neyd/components/com_zoo/assets/js/default.js http://46.4.95.1 4 5:2080/~ih o neyd/components/com_zoo/assets/js/default.js both are displaying fine. the problem is when accessing 46.4.95.1 4 5:2080/~ih o neyd/, is 404 Not Found, and ~ih o neyd/ is...
  14. N

    DocumentRoot/path problem

    Looks likely litespeed not installed properly. can you re-install litespeed 4.1, follow steps described in http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel How to convert your cPanel server to LiteSpeed in 20 minutes note:set port offset, say 2000. so...
  15. N

    installing ffmpeg on litespeed

    no special at all. just install ffmpeg packages on the server. it looks these packages have nothing to do with web server, either litespeed or apache.
  16. N

    No resume download support

    when playing rapidleech script, I have been aware same questions :) but I think rather it's the php script's issue -- during download a large file, no way provided to interrupt the download. per my observation, it will continue downloading and save file to /file till completed(even if you...
  17. N

    1-2 minute no response from server

    yes, it's not normal. something wrong of your php. please check if there are too many php session files in /tmp. and refer the blog post I posted last time. a system bottle neck(for example, slow /tmp partition) can cause php process fork and fork, until system resource is used up.
  18. N

    4.1rc5

    tested the open source php script rapidleech with 4.0.20 on our labs. PHP: 5.3.6 Configure Command:'./configure' '--prefix=/usr/local/lsws/lsphp5' '--with-zlib' '--with-curl' '--with-litespeed' my conclusion: upload progress bar in this script works well. php setting follows its requirement...
  19. N

    disable logging

    not sure if this works for your case: just comment ErrorLog/CustomLog directive in httpd.conf or add <IfModule Dummy> </IfModule> arround CustomLog when litespeed read and parse apache's httpd.conf, it try to follow apache's rules. to disable logging, can google "apache disable log", the...
  20. N

    4.1rc5

    how about progress bar under apache? if it works with apache but not with 4.1, then it should be a bug. is the progress bar a open source or can you package it, so we can reproduce on our lab.
Top