Search results

  1. M

    HTTP status 503 while HEAD request

    Please enable the debug logging in LSWS, also check Rails log. Looks like Rails app crashed while handling the HEAD request. You can also try curl with a HEAD request.
  2. M

    lsphp4 / lsphp5 processes

    looks like a PHP internal problem.
  3. M

    lsphp4 / lsphp5 processes

    Yes, you can kill them off. They are orphaned processes. Before killing them, please try to exam those processes with strace or gdb "attach". I want to make sure it is not in a infinite loop inside our LSAPI code.
  4. M

    WHM Plugin

    Looks like there is some problem with the built-in install in 3.3.15, please install it manually.
  5. M

    LSWS Vhosts detected but don't work?

    Sorry for the late reply. If you would like, you can PM me or send a temp root login to sales@litespeetech..., we will take a look at it. We can extend your trial if need.
  6. M

    cleanup autoupdate dir

    Yes, you can remove them all.
  7. M

    LDAP Authentication Issue

    Can you please turn on debug logging by change "DebugLevel" to "HIGH", then try one request and send the error.log to bug@litespeed...
  8. M

    [solved] Removing Powered By ?

    We will add an option to suppress that in 4.0 Enterprise
  9. M

    Apache Style Configurations

    We will make $VH_ROOT, $VH_DOMAIN, $DOC_ROOT work in next release.
  10. M

    Manipulate the post body?

    the request filter only inspect the content, does not change it in anyway.
  11. M

    Vhosts....

    open your httpd.conf, only first five "<virtualhost ...>" sections are imported.
  12. M

    WHM Plugin

    When LSWS was uninstalled via the plugin, the Apache httpd should be restarted automatically, the real issue is why Apache does not get started when "switch to Apache" is selected.
  13. M

    LDAP Authentication Issue

    We will look into this issue. Thanks for the bug report.
  14. M

    Timestamp on stderr logging..

    It is not easy as stderr.log is just a redirection of file handle 2 of external application. We will try to work something out in our 4.0 release.
  15. M

    Manipulate the post body?

    No, LiteSpeed does not modify the post body, maybe when the third party plugin API is available.
  16. M

    Change for version manager

    It is my fault, forgot to re-tag the release after applying the patch. Will update 3.3.15 release package with the patch.
  17. M

    awstats log file spec

    access_log will be renamed to access_log.awstats when LSWS update AWSTATS, access_log.awstats is the log file to be processed by awstats. after processing it, it will be archived or removed. If access_log.awstats exists, LSWS will not initiate new awstats update assuming there is one in...
  18. M

    WHM Plugin

    he can do a lot more dangerous things than uninstalling LSWS if he get the root. doesn't he? We need to investigate, what will happen if you click it again? Different user will have different opinion, to me, it will save a lot headaches for some one not very familiar with Linux shell and...
  19. M

    mod_auth_mysql

    Not, it is not supported. No plan to support it anytime soon. MySQL's license is the main obstacle. However, A fastCGI authorizer can be used to implement that out side of lshttpd process.
  20. M

    Custom ERROR 401

    It always use the page from its own domain. Should only use relative URL.
Top