Search results

  1. M

    Problem with lshttp and Apache Reverse Proxy

    You need to add a listener to virtual host mapping on "192.168.1.215" for that vhost. http://www.litespeedtech.com/docs/webserver/config/listeners/#domainName
  2. M

    Webserver Error

    That's normal for suEXEC PHP. Please follow our trouble shooting procedure if your PHP fail to serve a page. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi#trouble_shooting
  3. M

    Userdir problems again

    Please send me a copy of httpd.conf, or allow me to login to the server to take a look. I need to setup a test environment matching your setup.
  4. M

    4.0b1 packages

    You are using Apache httpd.conf, need to wait for 4.0b2.
  5. M

    4.0b1 packages

    cache has no effect on static file, only dynamically generated page will be cached.
  6. M

    4.0b1 packages

    You need to find out which page is cacheable and cache friendly (does not change frequently). Please check response header with Firebug looking for "Cache-control", if it does not allow caching the page, then that page is not cache friendly. As I know, vBulletin is not very cache friendly, but...
  7. M

    Some Ajax function notworking

    You need to find out what PHP functions are used by those Ajax functions.
  8. M

    Rewrite hashes / external programs

    No plan to implement that, hash implementation may has license issue, external program is too much trouble.
  9. M

    LiteSpeed License is making it impossible to run user generated / web2.0 websites

    LiteSpeed's licese is not friendly with dedicate erotic story hosting service either. I am not sure there is corelation between litespeed and what happened at Fanfiction.net, but it is definitly a good move to us.
  10. M

    4.0b1 packages

    Not available.
  11. M

    Feature Request: Memcached context

    Memory cache is good enough to me. :)
  12. M

    4.0b1 packages

    You can use the trial key to give it a try. If you use LSWS with Apache httpd.conf, you need to wait for our beta 2 release in order to control the cache through httpd.conf and .htaccess.
  13. M

    Feature Request: Memcached context

    The idea of ESI is not to send the cached object back to PHP but include it in the response body directly, so, it requires PHP code to generate the content sequentially and flush the output buffer before request the cached object. SSI will be compiled into execution unit and cached by the...
  14. M

    Sub-feature request : SSI's in parallel

    those will be executed sequentially in the order of the code, not in parallel.
  15. M

    Feature Request: Memcached context

    Our SSI implementation is very simple, just like the others, it won't be a full blown scripting language. We do that mainly for closing the gap on Apache compatibilities. Using SSI+cache with other scripting language may work well for some applications, like you said, it depends on cache...
  16. M

    Sub-feature request : SSI's in parallel

    Our SSI implementation is non-blocking.
  17. M

    balancer does not balance ... !

    There is a LSLB 1.2 release, you can get it by changing the version number in the download link.
  18. M

    LiteSpeed License is making it impossible to run user generated / web2.0 websites

    No change about adult content, our license is not friendly to hosting companies specialize on adult hosting.
  19. M

    4.0b1 packages

    No, require a 2-CPU license at the minimum.
  20. M

    balancer does not balance ... !

    should be ?
Top