Search results

  1. M

    Install on CentOS5.5, Plesk, need to work with vBulletin

    No, you should not remove any configuration, it may break plesk completely, even though those vhosts are pretty much useless. Get a trial, then reinstall lsws with PHP enabled.
  2. M

    Install on CentOS5.5, Plesk, need to work with vBulletin

    your best option is to use our trial license on your test server and use it together with plesk. If you are satisfied, then purchase a license for your production server.
  3. M

    Install on CentOS5.5, Plesk, need to work with vBulletin

    Pleask create too many junk vhosts before your real vhost, so it wont work well with standard edition of LSWS due to the 5 vhosts limit. You need a VPS license or configure your vhost in LSWS natively.
  4. M

    Centos 5.x AIO

    LiteSpeed AIO does not rely on libaio, it works with centos and all other linux distributions.
  5. M

    Access Denied Directories??

    access denied dir never stop perl or CGI script no matter which version of LSWS you use. Feel free to verify that by switching back to older version. Those scripts run in there own process, talks to linux kernel directly, LiteSpeed has no way to interfere with that, no user land application can...
  6. M

    [solved] rewriterule moving from apacha to litespeed

    Nothing special. you should add "RewriteLogLevel 9" directive in <vritualhost> section for this vhost, then check error_log, see if you can figure it out.
  7. M

    Large PHP Uploads Stall/Fail

    That's in document root .htaccess, right? Better sending us a the whole .htaccess file, if there is .htaccess in parent directory, send us that as well. It also may be related to mod_security rules if used. send us a copy of your mod_security rule. Last, we need the URL that should be rewritten...
  8. M

    Large PHP Uploads Stall/Fail

    Can you give us details about your mod_rewrite rules. We will try to reproduce and fix the problem with 4.1RC5. 4.1 release will be based off 4.1RC5, need to address it before the official release.
  9. M

    GeoIP IPv6 support

    IPv6 with GeoIP is not supported now. will add that in our 4.1 release.
  10. M

    4.1rc2

    If you do not mind, please contact bug@litespeed... with detail of the rewrite rules involved, we will setup a test environment in our lab to reproduce this problem.
  11. M

    Litespeed Service Stops and Switches to Apache

    Maybe in your litespeed configuration, it does not use "Using Apache binary wrapper" option. http://www.litespeedtech.com/docs/webserver/config/general/#autoReloadApacheConf try a reinstall from cpanel plugin if you install LiteSpeed from command line.
  12. M

    4.1rc5

    The main change over other 4.1RC releases is mod_security 2.5 ruleset support. It should be compatible with latest gotroot rules. New features over 4.0.x releases are AIO support upload progress bar support H.264 streaming This release also include all bug fixes from 4.0.x releases...
  13. M

    More SSI Problems: Very low failure rate of includes

    Can you enable debug logging and reproduce it. Send us the log along with SSI script to bug@litespeedtech... for investigation.
  14. M

    [Solved] Build Matching PHP Problem

    that's a strange problem. The content of libltdl.la on our test server is # rpm -qa | grep ltdl libtool-ltdl-devel-1.5.22-7.el5_4 libtool-ltdl-1.5.22-7.el5_4
  15. M

    htaccess inheritance

    We have tested it in our lab under cPanel vhosts, it works fine. Please add "RewriteLogLevel 9" to subdomain configuration, then post debug log like that in the first post, we will analyze what happens. Sorry, I am not smart enough to figure out all of your three are from the same company.
  16. M

    htaccess inheritance

    try "Force Reinstall" 4.0.20 from LSWS admin console "Version Management".
  17. M

    htaccess inheritance

    I think it has been supported already. If you find that it does not work properly, let us know.
  18. M

    Litespeed 4.0.20 + Clipshare Script (Failed to flenght file) problem

    upgrade to 4.1RC4 if you were using 4.1RC1.
  19. M

    htaccess inheritance

    It must be something else, add "RewriteLogLevel 9" to subdomain configuraiton in httpd.conf, restart, then check error_log.
  20. M

    htaccess inheritance

    As long as you put a rewrite related directive in subdomain .htaccess, the rewrite rules in parent directory will be ignored. That's the Apache behavior we observed. Yes, that's true that what you described may cause trouble for subdomains, same for Apache. We need to follow Apache's behavior...
Top