Search results

  1. N

    Image corrupt or truncated

    please refer: http://www.litespeedtech.com/support/forum/showthread.php?t=5870 or do force-reinstall 4.1.12, it had a updated about 3 hours ago.
  2. N

    [Solved] Secure web admin console with HTTPS/SSL generating 404 error

    it's safe, and you can add it back later at any time.
  3. N

    litespeed default ports for enabling in hardware firewall‏

    ensure license.litespeedtech.com is accessible from your server; port 7080 is for lsws admin console, should be open on firewall for your access.
  4. N

    [solved] Help with .htaccess

    tested with RedirectMatch, it works itself. you may miss '*' or '+', look below:
  5. N

    Dear url not indexing in litespeed

    please PM your site's domain name, I'd check it first.
  6. N

    Dear url not indexing in litespeed

    are you sure indexing not working on your site? wait a bit longer, to ensure indexing working or not. also please ensure no other changes made except enabling page cache. not likely they are related.
  7. N

    [Solved] Static images randomly failing

    all your settings is there, no need re-compile PHP etc, and your 4.1.12 still there. switching between lsws versions is just one button click: lsws admin console->Actions->Version Manager->SwitchTo
  8. N

    [Solved] Static images randomly failing

    and how about with lsws 4.1.11 ?
  9. N

    v4.1.11 permissions issue

    please try if following tip works:
  10. N

    [ERROR] [config:server:basic] Invalid user name:apache!

    in cPanel lsws plugin, there is "Building Matching PHP", it'll build the matching php 5.3.8 for lsws, with same module with php for apache. in practice, 2-CPU is suitable for most cases. if 2-CPU lsws have no improvement over apache significantly, most likely 8-CPU version won't help. so...
  11. N

    [ERROR] [config:server:basic] Invalid user name:apache!

    how did you install it? if follow this wiki http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:ezcpanel should not have this issue. or can you follow it to install once more ?
  12. N

    mp4 seek issue on jw player

    please note line: src="/jwplayer.swf" need put jwplayer.swf in document root as well, otherwise, will be blank page. -- tested at my end.
  13. N

    mp4 seek issue on jw player

    don't know about mplayer. we can test seek without it. save following code as test.html on document root: <embed flashvars="file=/video.mp4&provider=http&http.startparam=start" width="800" height="600" src="/jwplayer.swf" allowfullscreen="true"...
  14. N

    mp4 seek issue on jw player

    I verified on latest 4.1.12, mp4 seek works without any change. please following http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed:wiki:feature:mp4_streaming to test a single mp4 file, using JWplayer is the easiest way.
  15. N

    unexpected signal=11, a core file is created

    in case you're not sure what "Force Resinstall" mean: lsws admin console -> Actions -> Version Manager -> 4.1.12 Force Reinstall
  16. N

    add charset to http header using htaccess

    just tested the latest 4.1.12, they are working as expected. doing a force-reinstall, to be sure it's the latest version.
  17. N

    unexpected signal=11, a core file is created

    please do a force-reinstall of 4.1.11 or 4.1.12, see if still happen
  18. N

    Weird "File not found" notices in logs

    per http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewriteloglevel Context: server config, virtual host however, your RewriteLogLevel 9 is in a "directory" context. try move it out of <Directory /home/xxxxxx/public_html> ... </Directory> i.e., RewriteLogLevel 9...
  19. N

    [solved] Help! can't start Litespeed after install!

    the error 2012-04-07 07:07:06.986 [ERROR] [/usr/local/lsws/conf/httpd_config.xml:4] not well-formed (invalid token) is because in line 4: <adminEmails>xxxxxx^[</adminEmails> after delete ^[, i.e., change to <adminEmails>xxxxxx</adminEmails> all becomes ok.
  20. N

    Performance vs Apache/PHP-FPM

    APC or XCache not working or extra load under php suExec. disabling it may result better performance --- if you test it. only eAccelerator works well with php suExec if put opcode cache on disk instead of in memory.
Top