Search results

  1. W

    Feature request : WebDav

    Hello, The main feature that seems to be missing from litespeed is WebDav. Without WebDav scripts like the very popular OwnCloud don't have all the functionality from syncing calanders and files. I guess this won't be easy to implement but it would be great if Litespeed had webdav support… :)
  2. W

    cPanel's webmail and cpanel ssl proxy give 404 errors

    Hello, When I access https://webmail.domain.tld on a domain with an self generated SSL with SNI I get a 404 error. Do I have to configure something in litespeed for theses proxy's to work ? Thanks
  3. W

    Openlitespeed doesn't recognise rewrite base rewrites

    OK thanks, shame I was hopeing it was possible to copy / paste the contents of the main .htaccess file to the openlitespeed web admin…
  4. W

    Openlitespeed doesn't recognise rewrite base rewrites

    Hello Michael, I'm sorry but I think you have said two different things : he WebAdmin console acts like an httpd.conf file just remember that all rewrites should be written as though they are going into an .htaccess file. So should I write the rewrites like a .htaccess file or like httpd.conf...
  5. W

    Pages showing html code in browser with 4.2.10

    Just updated to latest 4.2.10, will watch is closely to make sure this doesn't happen again :)
  6. W

    Openlitespeed doesn't recognise rewrite base rewrites

    I put it in the openlitespeed admin pannel. I expected : RewriteBase / RewriteRule ^forum\.html$ /forum/index.php [QSA,L,NC] to work but it did not and it seems that openlitespeed doesn't understand RewriteBase which is a shame as losts of script except this code to work.
  7. W

    Openlitespeed doesn't recognise rewrite base rewrites

    Hello, I've just started testing openlitespeed. I had to modify my rewrite rules from : RewriteBase / RewriteRule ^forum\.html$ /forum/index.php [QSA,L,NC] to : RewriteRule ^/forum\.html$ /forum/index.php [QSA,L,NC] Is this normal ? Thanks :)
  8. W

    Pages showing html code in browser with 4.2.10

    Hello, We have just switched back to 4.2.9 because one of the sites we host was showing the html code directly in the browser instead of showing the contents. The website is running WP Total Cache and the return to 4.2.9 fixed the issue.
  9. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    It's PHP 5.3, on PHP 5.4 we use opcache. Since we've moved it away from our tmp partition which was probably too small we haven't had any complaints about sites not working :) I believe in 4.2.6 this problem was not noticed and php was restarted where as in 4.2.9 php didn't crash anymore and...
  10. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    I've remplaced /tmp/apc.XXXXXX with /dev/shm/apc.XXXXXX will see if this improves the situation as we have much more available space in free memory then in our /tmp directory…
  11. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    Hello, I've just sent you the logs as it happened this morning
  12. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    Well no, it seems that it was set to nobody:nobody as soon as litespeed is set to use this directory. I've just set it to /dev/shm/lsgzip And the folder is also created with nobody:nobody so I guess this was not the issue and that it could be the 4.2.9 version that has issues…
  13. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    I've increased the log level reporting and will see if I catch anything next time it happens. I went through everything I did since the setup and remembered that I created a new gzip cache tempfs folder because the previous one was using 100% of the 10K innodess I had allowed it. I set the new...
  14. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    It's just happened again, another cutomer contacted me about their site not showing. I've force a reinstall to the latest 4.2.9 version but have no idea if anything has changed or if it's the exact same version as I updated to 5 days ago. I can't wait for thier to be build numbers as just...
  15. W

    New Litespeed 403 Page

    What about allowing us to translate these pages to our customer's language ? It would be nice if we had templates for these pages… Thanks !
  16. W

    [Resolved] Individual virtual hosts crashing with 4.2.9

    Hello, We updated litespeed 4.2.6 that was working fine to litespeed 4.2.9, four days ago and since then random sites have stopped responding. Restarting litespeed resolves the problem but doesn't give a reason for the problem. The error log is empty (well not empty but no real errors) and...
  17. W

    A list of tested mod_security rulesets

    I'm very interested by comodo's ruleset, haven't actually tried them yet as some people had issues with the first versions. https://forums.comodo.com/free-modsecurity-rules-comodo-web-application-firewall-b223.0/-t102938.0.html Very nice that comodo should actually try and make their product...
  18. W

    How to disable core dumps ?

    Hello, Some of our customers sites get core dumps from php every now and again and we would like to disbale core dumps. In External App > lsphp5 > Environement I have : LSAPI_ALLOW_CORE_DUMP=0 But in the error logs I've got : 2014-03-20 11:00:09.484 [STDERR] Child process with pid: 701776...
  19. W

    APC error with PHP 5.4.16

    We played around with different opcode caches and now use : PHP 5.3 : APC PHP 5.4 : Opcache PHP 5.5 : Opcache We found Opcache to use fewer ressources than xcache. If you want object cache, you could try Opcache + APCu
  20. W

    Minor version numbers in LSWS 5

    Hello Michael, this would be fine. I suggest that you keep litespeed staff only comments on build numbers so your support team can provide information when needed to fix à problem on the forums instead of checking with your developers each time.
Top