Search results

  1. M

    Swap Folder Cleanup

    It should have a log message at NOTICE level "Start to clean up cache directory."
  2. M

    Swap Folder Cleanup

    It was called by LSWS server daemon when server check for new update. So, you should let LSWS check for update daily instead of monthly in order for daily cleanup.
  3. M

    SSI: Exec cgi causes include virtual not to work

    That could be the problem with our SSI implementation, the SSI engine does expect valid response headers, headers will be stripped. Not sure how Apache handle this.
  4. M

    SSI: Exec cgi causes include virtual not to work

    Does URL "/cgi-bin/blah.cgi" work when you access it directly? file "cgi-bin/blah.cgi" should be relative to the shtml including it.
  5. M

    SSI: Exec cgi causes include virtual not to work

    Maybe it is a different issue. Can you give us detailed test case?
  6. M

    Top Load

    What do you mean "temporary URLs"? Just curious.
  7. M

    cPanel Bandwidth Stats

    just switch back to apache, access a web site, check the entries logged by Apache. it should be something like "<time_in_seconds> <bytes> ."
  8. M

    cPanel Bandwidth Stats

    Then open one up, check the content, see if it log traffic in correct format. switch between Apache and LSWS, and compare.
  9. M

    Mod_layout - Any idea ?

    No, it does not work. Only SSI (shtml) works.
  10. M

    [Resolved] can not connect to mysql

    Is that from /usr/local/lsws/fcgi-bin/lsphp5 -i Apache PHP may use different php.ini.
  11. M

    [Resolved] can not connect to mysql

    I think you did not put php.ini in the right directory, check the phpinfo() output.
  12. M

    logging a whole request

    Under what condition? Request body could be huge, LSWS does not log request body. The most detailed request logging is in the mod_security audit log file. If you want to check the request detail, you can try "tcpdump".
  13. M

    cPanel Bandwidth Stats

    Please check the bytes_log file under /usr/local/apache/domlogs/, see if it grow when you access a web site hosted.
  14. M

    Swap Folder Cleanup

    It calls lsws/admin/misc/cleancache.sh once a day. The behavior can be customized via the shell script. Default is to remove file more than one day old based on modified time. Can be changed to based on last access time, but some system may use "noatime" option when mount the partition.
  15. M

    Allow forcing the Content-Encoding: gzip header

    LiteSpeed has internal logic to uncompress upstream compressed content if client does not accept gzip compression. It is a feature, not a bug, and there is no way to turn it off.
  16. M

    htaccess Rewrite question: file renaming

    add another rewrite rule RewriteRule ^$ index.html above
  17. M

    Litespeed banned itself ?

    http://www.litespeedtech.com/docs/webserver/config/security/#accessControl_allow
  18. M

    Content-Aware Caching

    No, it control the server cache behavior. You can configure LSWS to use cached page by default, and turn off cache with rewrite rule when a page should not be cached. Maybe it is not exactly what you want, I think we probably need to add a special "Cache-control" directive to tell LSWS when...
  19. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    Please download and try 4.0.16 release package, it should take care of the signal 9 issue. Will announce it tomorrow.
  20. M

    Connection Timeout Limits - connTimeout

    We will have the official release build 1 ready tonight.
Top