Search results

  1. M

    Scripting is disabled for VHost [ApacheMain], access denied

    Thank you for your suggestions, I will take a closer at them later. To enabled scripting for a vhost, you need to set option http://www.litespeedtech.com/docs/VirtualHosts_Help.html#vhEnableScript, It should be enabled by default, will check the migration script.
  2. M

    2.1.3 Killed My Website

    Sorry to hear about that. We tried PHP 5.0.5 with LSAPI interface, works fine. Which version of LSAPI code are you using? we tried both 1.5 and 1.6. Do you have a test machine to play with, I wish you can provide more information to help us identify the problem, like some detailed debug...
  3. M

    Subversion

    You cannot proxy svn (DAV) request to backend Apache with current release. It is on our todo list. :-)
  4. M

    Limit file transfer speed for certain users

    In order to enable throttling, you need to set serverwide configuration to none-zero, then set the limit for the vhost that don't need to be throttled to a large number.
  5. M

    LDAP Authorization useless, fcgi Authorization broken?

    Read access is sufficient, we don't think anyone should grant write access to a user role like that. That's a design chooice, we'd like to stick with single thread with event driven I/O. :-) That's probably true in some environment, it is not a bad idea to do something like that, and an end...
  6. M

    never buy a PRO version

    banger, Sorry to disappoint you, as your web site contain pornographic contents, it against our wish not to help prompting internet pornography stated in our license agreement clearly, so, please do not send the payment and please switch to other web server, like lighttpd. Thanks, George
  7. M

    LDAP Authorization useless, fcgi Authorization broken?

    OK, got to answer the long post. :-) The reason we do LDAP this way because it will give the best performance, otherwise, LSWS need to make a new connection to LDAP server for every request, and OpenLDAP always use blocking mode for connect(), that's why we made a connection in advance. I...
  8. M

    Limit file transfer speed for certain users

    Yes, like System said, you need to create a dedicate vhost for premium users without the throttlint limit.
  9. M

    AddType & svg

    Andrew, That's because '+' was not allowed in a MIME type. should be fixed in 2.1.3. System, LSWS does support MIME types configurations in .htacess, just like Apache. :-) George
  10. M

    Flooding and Many request::Outbound and/or inbound Bandwidth

    Just add 64.233.160.0/19 to the access allowed list. Should work.
  11. M

    Not to stop FCGI apps while reloading LSWS

    it really hard to say, and it depends on how much memory a FCGI app uses and number of FCGI app required. Anyway, there should be at least 15-20% free memory for OS cache and file buffering, using swap memory should be avoid.
  12. M

    Only 2 threads / user

    Probably not. It have to be at vhost level. :)
  13. M

    Not to stop FCGI apps while reloading LSWS

    If you want that, you have to start FCGI application manually with a FCGI spawner. LSWS will start FCGI apps on demand, but did not stop them when there is no request to process. Maybe we will add a feature to stop unused FCGI app. Some FCGI apps exit after handling certain number of...
  14. M

    Only 2 threads / user

    I don't know why it only loads two images at a time, it is not being throttled on the server side. Maybe you can try different browser, I knew that it is configurable for some browsers.
  15. M

    Allow upload of 30 mb files

    Please check Request limits under "Server"->"tuning" tab, 'Max request body' should be increased. If you are using PHP to process the upload, change php.ini as well.
  16. M

    Only 2 threads / user

    Have you changed anything in "Per Client throttling limit" in "Server"->"Secuirty" tab? Especially the "connection soft/hard limit"? Our default configuration will not limit any thing.
  17. M

    googlebot

    I don't think so, unless googlebot has been blocked for some reason, such as the per client connection throttling, access control, etc. We have customer using litespeed on website with millions of pages, no problem with google at all.
  18. M

    Free -> Pro

    An upgrade will not overwrite your configuration. But, be careful not to use lsws/DEFAULT/html as your document root.
  19. M

    FastCGI > LSAPI ?

    Set output_buffering to 8K in php.ini will give you the best performance for LiteSpeed PHP.
Top