Search results

  1. M

    ln and PHP suEXEC bug

    Everything follow Linux/Unix file system permission, there is no magic. Maybe, you should prevent user from execute "ln" from PHP by tighten the grip on php.ini .
  2. M

    LSWS 4.0.2 has been released

    LiteSpeed Web Server 4.0.2 has been released Download LiteSpeed Web Server View Version History Fixed a bug in SSI implementation that may cause lshttpd crash. Fixed a bug in constrained option for virtual host. Improved Apache config file loading speed. (For suEXEC only) Added support for...
  3. M

    AWStats Update

    We will update our script. You can update it yourself /path/to/lsws/admin/misc/awstats_install.sh
  4. M

    chmod problem

    usually in /etc/profile
  5. M

    chmod problem

    Please give an example. Maybe you use PHP suEXEC with Litepseed, while using mod_php with Apache. LiteSpeed PHP run as the site owner, Apache php run as nobody. you may need to change the "umask" setting for normal users.
  6. M

    Connection Interrupted HTTP/1.1 413 412

    Are you sure "Max Request Body Size" is higher than that?
  7. M

    pre sale question

    I think it will help. You can apply a trial key and give it try. Convert a cPanel box is very easy. http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel
  8. M

    chmod problem

    Not sure what exactly is the problem. Maybe your should look into "umask"
  9. M

    Auto Update Option Not Available

    It will be back to normal when 4.0.2 is released.
  10. M

    Connection Interrupted HTTP/1.1 413 412

    Have you restart LSWS after the change? how big is the file?
  11. M

    index.php page not loading

    You should run LiteSpeed with a port offset and compare the phpinfo() page with Apache's. If you run Apache with mod_php, then you should turn off PHP suEXEC for LiteSpeed, if you use suphp, then enable PHPsuEXEC to make them match.
  12. M

    Feature Request: Memcached context

    4.x cache is a HTML page cache for dynamically generated pages. Some pages are not cacheable, like page with cache-control header. Memcached is flexible, can be used to cache DB query result, or the page. if you use memcached to cache the same content , then you only need one cache.
  13. M

    [AutoUpdate] Failed, updateagent exit code: 3

    Which package exactly? for freebsd6 or freebsd (for 4 and 5)?
  14. M

    index.php page not loading

    Just use "Build Matching PHP" function in our WHM LSWS plugin.
  15. M

    Chroot and php.ini

    check your mysql server log for errors. maybe a permission problem?
  16. M

    How do I create a reverse proxy like Apache?

    RewriteRule (.*) http://127.0.0.1:port/$1 [p] should work. You have to remove the leading '/' if you use the rewrite rule in .htaccess.
  17. M

    How do I create a reverse proxy like Apache?

    Unfortunately, LiteSpeed does not rewrite URL in the response body. It may not required as the backend server still see the original request with original host name, not 127.0.0.1 .
  18. M

    408.shtml, then lshttpd crashes

    If you start to use a trial key 30 days ago, the trial period is over.
  19. M

    408.shtml, then lshttpd crashes

    If it stay down, it must be shutdown by someone. grep "stop server" "shutdown" "down" "graceful", all those words. If you are use a trial key, may be you have reached 30 day trial limit.
Top