Search results

  1. M

    SSI not working?

    Yes, remove the external app and script handler configuration.
  2. M

    LiteSpeed Awstats Addon (SiteDomain)

    I gave the wrong variable name, it should be $vh_domain
  3. M

    Squirrelmail

    It is a issue related to our PHP suEXEC implementation. Easiest solution is to redirect http://userdomain.com/squirrelmailto http://serverdoamin.com/squirrelmail another solution is to change the permission of directories and files according.
  4. M

    SSI not working?

    Please use this feature http://www.litespeedtech.com/docs/webserver/config/general/#apacheHandledContent
  5. M

    Upgrade from 3.1 STD --> 3.2 Enterprise (?)

    If you copy /usr/sfw/lib/amd64/libstc++.so.6 over to /lib/64/, it should work. But, anyway we rebuild the 3.2 package with stdc++ library statically linked, so the problem should be gone. Please download the package again.
  6. M

    zen photo problem

    Please try our 3.2.1 build, just replace the release number of the download link.
  7. M

    Customized Error Pages problem

    error 408 was processed differently, it cannot be overridden at this moment. We will try to make it work.
  8. M

    Hotlink logging

    You should allow "Direct Access", which means that a "Referer" header is not required. Some personal internet firewall like Norton remove "Referer" header, it may make trouble with your site.
  9. M

    user error_logs in cpanel

    OK, I see. thanks! Please try change the server level error log file to /usr/local/apache/logs/error_log from LSWS web console. LSWS log format may not match Apache's, but anyway, the missing file error should work.
  10. M

    user error_logs in cpanel

    Does anyone know how cPanel's per account error log works? Does each vhost has its own log file? or everything was written to the global error_log, and each user extract the log message from the global log file?
  11. M

    zen photo problem

    Please let me know which URL does not work, I will setup a test environment and make sure the rewrite rules work properly. you can PM me if you want.
  12. M

    XSS is autoindex | patch included

    Actually, the advisory is for another open source autoindex script, we wrote our own. Anyway, we improve it based on the feed back, and make it impossible to be accessed directly.
  13. M

    restart from shell

    "Restart" does not dump anything to the terminal, please check the PID of lshttpd, it should work.
  14. M

    Typo in a sub-directory?

    Installing mongrel will not interfere with LiteSpeed, so it is fine. Give it a try. If it works under mongrel, it should work under LiteSpeed as well.
  15. M

    LiteSpeed Awstats Addon (SiteDomain)

    You can use "$VH_ALIASES" for this purpse.
  16. M

    Does support come with a purchase?

    Hi Frank, If you'd like to have one-on-one email support, you need to purchase the premium support. Otherwise, our forum support is pretty good.
  17. M

    Initial setup of RoR on a cPanel box

    Install LSAPI, set the configurations under the "Ruby" tab. Then just set ".ls_rails_config" as the example in our wiki. Edit: It is an Enterprise feature.
  18. M

    LiteSpeed Awstats Addon (SiteDomain)

    How about use "$VH_NAME" for "SiteDomain" configuration?
  19. M

    "pause:1000" doesn't work as request filter action

    Pause is not implemented, maybe you can consider using our request rate throttling if you use Enterprise.
  20. M

    LSWS and Django

    How does it compare with other python API interface written in pure python, performance wise?
Top