Search results

  1. M

    Problem for setup SSL

    To archive what exactly you want, you should create a new template similiar to the existing one by pointing VHROOT to secure/, and assign SSL listener to the new template. Make sure not to let two templates point to the same template file, make a copy. As to the SSL binding issue, you...
  2. M

    Free version throttled?

    That's correct.
  3. M

    Problem setting on more Fast CGI app in addition of PHP

    That might be aanother bug in the new admin interface, we will investigate. you can modify the XML configuration file directly in the mean time. Sorry about that. :-)
  4. M

    Rewrite not supported in .htaccess ?

    Is rewrite turned on under the "Rewrite" tab? ;-)
  5. M

    Problem for setup SSL

    Thank you for the suggestion, we probably will add script to create a user account, copy a template directory to new user's home directory, but you still need to take care of the rest yourself. Yes, we can add an option like what you suggested to execute a script. Have no plan for a full...
  6. M

    Virtual Host Settings not saving

    Are those listeners started properly, is the listener to vhost mapping set properly? Please check the error log and make proper adjustment. Make sure permissions for /home and /home/zhentai are set properly in addition to public_html, if those files are owned by another user, then you should...
  7. M

    Virtual Host Settings not saving

    You cannot and it is not the problem. The problem is that your firewall rule blocks connections to that address, so you can not apply changes from admin interface. Your changes made in the admin interface has been saved to configuration file, what you need is just a manual restart from...
  8. M

    Virtual Host Settings not saving

    The permission should be set properly not only for public_html, but also for all of its parent directories, the user that the web server running as should be able to access that directory. Your changes has been saved to the configuration file, but "public_html" is not accessible, error log...
  9. M

    Virtual Host Settings not saving

    Please check the permission of that directory, does that directory exist? it is a permission problem which is not related to the function of the web admin interface.
  10. M

    Virtual Host Settings not saving

    IPtable is configured to block connections to localhost on your server, I believe. Please change your firewall rule, otherwise, you have to restart lsws from command line. Anything in lsws/logs/error.log?
  11. M

    Virtual Host Settings not saving

    any thing in the error log? Any firewall rules to block connections to port 7000-8000 on localhost? Please check lsws/logs/stderr.log as well.
  12. M

    Virtual Host Settings not saving

    Did the confirmation windows pop up? Yes, it uses java-script. Does "restart" link work?
  13. M

    Virtual Host Settings not saving

    Please upgrade to 2.0RC5. :-)
  14. M

    ERROR [ADMIN] authentication failed!

    Thank you for the bug report. Please upgrade to RC5. :-)
  15. M

    Custom Header

    We will consider adding it in future release. :-) Thank you very much! :-)
  16. M

    lsws logs rotation and awstats add-on

    Not sure why you want to do that, if you want to awstats updated daily then choose "daily" update, then log file only rotated daily, and you should not run awstats again with the concat log file if awstats has been updated on hourly basis, it will double the result. Sorry for the confussion...
  17. M

    lsws logs rotation and awstats add-on

    You are right about the log rotation, lsws rotates the log before updating awstats statistics. So the log file will be rotated hourly if you do hourly update. If you prefer a single log file, you need to write a script to concat them together, or, just put them in a tar file every day. Maybe we...
  18. M

    IPv6 support

    Next week. :)
  19. M

    IPv6 support

    Flavio, Thank you for your interests in our product. You are right about IPv6 support in LiteSpeed, it is on our to do list but with low priority as IPv6 is not ready for prime time yet, and we don't know anyone using it for web hosting. Looks like we are wrong. :-) We will try to make...
  20. M

    AWStats addon

    There is no big differences between "static" and "dynamic" modes, statistic result wise, just the presentation. "Static" mode generate static html pages, which loaded fast but looks plain. "Dynamic" mode will use perl CGI script to generate the result page on the fly, which is a bit slow but...
Top