Search results

  1. A

    PHP Compile error

    what's the lsws version how do you compile php, command line or through web admin console dedicated server or WHM/cPanel these info will help to identify the problem
  2. A

    litespeed web proxies

    Thanks for sharing. Regarding streaming youtube > server (litespeed), can you shed some light how to implement it in theory? any proxy software used?
  3. A

    Port 80 neither litespeed nor apache load.

    try lsws/admin/misc/uninstall.sh
  4. A

    Server won't start

    please confirm you downloaded 4.0.10 stand version? not the enterprise version.
  5. A

    Port 80 neither litespeed nor apache load.

    in <listenerList> <listener> <name>adminListener</name> <address>127.0.0.1:8070</address> <binding></binding> <secure>1</secure> <note></note> </listener> </listenerList> change <secure>1</secure> to <secure>0</secure> see if can start lsws.
  6. A

    Port 80 neither litespeed nor apache load.

    can you post your /path/to/lsws/admin/conf/admin_config.xml here?
  7. A

    Port 80 neither litespeed nor apache load.

    per the error message: 2009-08-28 06:52:41.581 [ERROR] [config:admin:listener:adminListener] missing <certFile> in <listener> 2009-08-28 06:52:41.581 [ERROR] [config:admin:listener] No listener is available for admin virtual host! 2009-08-28 06:52:41.581 [ERROR] Fatal error in...
  8. A

    503 Service Unavailable

    just change the version number in the download URL. for example, latest one is .../4.0/lsws-4.0.10-ent-i386-linux.tar.gz change to .../4.0/lsws-4.0.4-ent-i386-linux.tar.gz can have a try and see if any difference. if GUI upgrade/downgrade fail, may need run command line as root: cd...
  9. A

    Help?!? LSWS no longer recognizing any of my folders as present?

    are you using latest 4.0.10?
  10. A

    Fastest Possible PHP

    PHP optimizer extension for APC http://pecl.php.net/package/optimizer maybe you can try and test.
  11. A

    Increase Max conn php

    maybe this one: Server-->General-->PHP suEXEC Max Conn
  12. A

    question about X-LiteSpeed-Location

    absolute path should not work. instead, using URL refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:internal_redirect "Security Consideration Unlike X-Sendfile or X-Accel-Redirect implementation in other web servers, LiteSpeed uses a URL instead of file...
  13. A

    Access Log Issues

    when configure "Piped Logger" at Server->External App, under: Address for remote logger (Optional), just fill an dummy url there, like 127.0.0.1:12345 there maybe warning or error message in error.log, just ignore them, and see if your piped logger works.
  14. A

    2 lshttpd processes?

    should be normal. That indicate you're 1-CPU license. For 2-CPU license, there'll be 3 lshttpd processes.
  15. A

    disable cache for specific shared accounts

    then try put CacheDisable / in .htaccess under the client's document root
  16. A

    disable cache for specific shared accounts

    try: at his vhost configuration, add CacheDisable / should be same as Apache mod_cache. refer: http://httpd.apache.org/docs/2.3/mod/mod_cache.html#cachedisable
  17. A

    Litespeed web server is outstanding

    can you give more detail? like what's the version of lsws, what application of your site mainly run, how to compare with other web sever, any configuration worth to mention, this will give more valuable info to other users.
  18. A

    "Apply Changes / Graceful Restart" change?

    should be waiting 30 seconds instead of 20 seconds
  19. A

    Major Problems

    not sure if this works for your case: in web admin console define a vhost for this high traffic site, and define a specific listener for it(maybe require an dedicated IP). in listerner setting, binding 1 process only. The idea is to assign a group of dedicated lsphp5 processes for this...
  20. A

    XCache vs eAcc?

    Guess maybe cross-process lock problem? From one of APC developer's blog: http://t3.dotgnu.info/blog/tags/apc/ Another APC developer @facebook has demo to compare several lock method's performance. Here's his blog:http://tekrat.com/ the detail is in the excellent...
Top