Search results

  1. W

    [Closed] Comodo Waf brute force rules issues

    Hello, Comodo brute force rules work once then stop working. If I have an ongoing brute force and I restart litespeed their rules add one entry then stop adding entries and don't filter anything. On their forum their final anwser was : Any chance you could look into it with them to try and...
  2. W

    Disable bot filtering ?

    Hello, I need to enable request filtering to filter with modsecurity rules but I don't want litespeed to filter bots. How can I turn off the bot filtering function ? I'm getting false positives because of this, the current one being a clients PHP script that is beeing detected as a bot, the...
  3. W

    Why is stderror logged ?

    Hello, Stderror is disabled in litespeed : https://www.dropbox.com/s/3xw1z3qetp99n10/Capture%20d%27%C3%A9cran%202014-08-03%2011.50.29.png If I set log level to warning I get stderror's logged, not if I set it to Error...
  4. W

    modsec blocks not reported in error_log

    Hello, I've configured mod security to block bruteforces on Joomla and on Wordpress, and it is filling up nicely /usr/local/apache/logs/modsec_audit.log but this is the detailed log format. I want to detect modsec blockages and block them with CSF. CSF needs theses errors to e stored in a...
  5. W

    New Node JS rewites documentation ?

    Hello, You specify that the latest version of litespeed supprots proxy rewrites in hatcess for usage with nodejs. Nodejs is easy to install with nave: https://github.com/isaacs/nave It would be nice to have some documentation about getting it up and running with litespeed :)
  6. 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… :)
  7. 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
  8. 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 :)
  9. 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.
  10. 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...
  11. 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...
  12. W

    Minor version numbers in LSWS 5

    Hello, Any chance of adding minor version number sor build numbers to Litespeed 5 ? The only way to know if you have the latest version is to force an update. It would be much easier if we could just check what the build number is. It would also be nice to have access to some form of list of...
  13. W

    PHP crashing when APC is enabled

    Hello, We enabled APC for PHP with LS Processgroup mode and on a few sites there have been PHP crashes and core dumps created. This is with PHP 5.3 which is currently our native version. Here is the output for dumps for both sites : #0 0x00000000007dfb6d in do_bind_function () #1...
  14. W

    [Resolved] xcache resetting cache every 36 seconds if left idle

    Hello, We are trying to get Xcache up and running with litespeed's process group. I noticed that the cache was not kept for long to I set up a simple php script to test what was happeing. <?php $time = time(); if (!xcache_isset("time")) { xcache_set('time', $time); }...
  15. W

    Litespeed crashed

    Litespeed stoped responding today and I had to restart it. Some virtual hosts were still responding (ones with their own IP), others not. In my error_log file I had this at the moment it stoped responding : *** glibc detected *** litespeed (lshttpd): double free or corruption (out)...
  16. W

    [Resolved] LSAPI 6.5 not showing

    Hello, I've just forst reinstalled Litespeed and force rebuilt PHP but it's still showing LiteSpeed V6.4 Is the update not available yet, have you forgotten to change the version number ? Or is there a cache I need to empty manually ? Or maybe is this something to do with workergroup's ?
  17. W

    [Resolved] Fix the litespeed forums charset bug

    Hello, Whenever I submit de post with utf8 characters when I click Submit New Thread it is published with my post cut off at the first utf8 character. I have to click the back button in my browser copy my post, go back to the forum, click edit the post and paste my post removing any utf8...
  18. W

    Which memory limit am I missing ?

    Hello, I've been running our litespeed server in workergroup mode since this morning with opcache disabled. No issues so tonight I manually installed ZendOpcache with 128MB per account and watched the error log. I kept getting a few lines like this : 2013-11-16 18:53:47.793 [STDERR]...
  19. W

    What's missing for cPanel to officially support litespeed

    Litspeed enterprise is the best webserver for shared hosting. It's well integrated with cpanel. What are the known reasons why cPanel doesn't partner with litespeed like they have done with Cloudlinux ? The only thing I can see is that litespeed's support model is only public whereas...
  20. W

    How to tell if workergroup is working ?

    Hello, In order to test the new workergroup functionality I created a file for one account : /usr/local/apache/conf/userdata/std/2/demoaccount/demodomain.tld/litespeed.conf But in the process command I don't see any diferences. How can I be sure the virtualhost is in the workgroup and not in...
Top