Search results

  1. M

    Speed problem downloading large file

    It does not sound right, for file that large, it should be network bandwidth bounded no matter which server is used, even with 1Gb link in our lab. What is your test environment? What is the CPU utilization when you are testing both servers? Is there any disk I/O intensive application running...
  2. M

    VirtualHosts and WebInterface Admin problems

    I think you can use different template for each group of vhosts with similar directory structure. And the root directory for each vhost can be overriden as well. I suggest you reinstall LSWS without importing Apache configuration, then you can play with the the template configuration and the...
  3. M

    limiting users' and virtualhosts' bandwidth usage

    For this, we'd rather handle it in a way more like how Cpanel does, like the mod_log_bytes, the server will only log bandwidth used for each request, and have some standalone script to process the log file. Do you think it is an acceptable approach?
  4. M

    VirtualHosts and WebInterface Admin problems

    aargoth, The current design of web admin interface may be not able to take 3000 vhosts, it is a design issue, we will improve that. However, there are other options other than importing all vhosts during installation, that will create dedicated configuration for each vhost which overloads...
  5. M

    Pike + LSWS ?

    Please try following: 1. remove script handler for .pike 2. define a fast cgi context with uri /ScriptRunner.fcgi , or whatever URL you like. 3. Try a request like http://www.mysite.com/ScriptRunner.fcgi/foo.pike, foo.pike should be under the document root. 4. If above works, add a...
  6. M

    status_mod?

    If you want to graph some statistic data in our real time report, you can take a look at our report file /tmp/lshttpd/.rtreport.
  7. M

    Freebsd 6.1 Prerelease Still ERROR ON SSL - URGENT

    Yes, download freebsd6 package again.
  8. M

    Inbound/Outbound Bandwidth Limits in VHosts (Web Interface)

    Per vhost throttling configuration is in "Virtual Host List" page, from where you add a new vhost. The reason why we did not put them in the security tab for a vhost, is that the web interface was designed for two level of users, server administrator and vhost administrator, bandwidth...
  9. M

    GD2 - How can I make it work?

    Our prebuilt PHP binary includes GD support. In order to process large images, you should increase the memory limit from both php.ini and LSWS's lsphp configuration.
  10. M

    Migrating from Apache

    You have to configure those fast CGI application one by one with litespeed. And I think it is a good idea to combine multiple FCGI apps to one, single entrance is a good idea for FCGI applications.
  11. M

    Problem with LSAPI 1.8/PHP in 2.1.11?

    I think it is because the opcode cache does not match PHP release, turn off the opcode cache should fix it. you need to compile opcode cache as well.
  12. M

    Freebsd 6.1 Prerelease Still ERROR ON SSL - URGENT

    package has been updated to fix those issues.
  13. M

    Freebsd kqueue

    kqueue is better.
  14. M

    Freebsd 6.1 Prerelease Still ERROR ON SSL - URGENT

    Please try http://www.litespeedtech.com/packages/2.1/lsws-2.1.11-std-i386-freebsd6.tar.gz or change 'std' to 'pro' or 'ent' to get other editions.
  15. M

    Freebsd 6.1 Prerelease Still ERROR ON SSL - URGENT

    Due to the changes in libc, our binary built for FreeBSD 4.x does not work on FreeBSD 6.1 when SSL is involved, and need to build dedicated binary. I can build a binary release for you when I got some free time, please be patient. :-)
  16. M

    Headers Content-Type settings?

    Just create a context with uri "/" pointing to your document root, set "Default Charset" to whatever you like. :-)
  17. M

    Disabling the "Example" host, brings error in logs

    Fix will be in 2.1.11 :-)
  18. M

    Proccess limit

    Jetro, The "Process Soft/Hard Limit" in the first screen shot is too small comparing to the value of "instances". Anyway, LSWS will increase it automatically as you have seen. As to the 503 error, it is a PHP problem I believe, most likely PHP process had crashed, consider to build your...
  19. M

    AWStats error

    That's correct, it is a permission problem, and awstats updating is pretty picky on that. :-) Not any more with released 2.1.11 (coming soon)
  20. M

    Proccess limit

    3100 is calcuated from the "instances" of lshphp external application. CGI Reource limit will apply to all external applictions, if it has not been overriden in the external application configuration at the buttom of external application. Have 1000 lsphp external application is too much for...
Top