Search results

  1. F

    secfilter not working

    Of course. I think it has problems with some of them. But those gotroot rules are very outdated and include LOTS and LOTS and TONS of garbage you will never ever in a million years need. Like filters for apps that are not even made anymore, stuff like that I have a trimmed down version...
  2. F

    rar mime type

    I had to re-add it before but after upgrade it seems to have whiped it out. the rar mime type should be stock in the mime properties. When you try to download a rar now you get jibberish.
  3. F

    lsphp5

    How bout starting to ship an lsphp5 binary with the packages? Myself and I would assume most other people have made a php5 compile part of the installation process. So it would really be nice if a lsphp5 binary was shipped with it. Also would be nice if it had a good config, enough to install...
  4. F

    weird dmesg errors

    I been getting these on only one serevr, Its teh same setup and kernel I use for all other servers though. It is 64 bit machine [48607.683174] lshttpd[10134]: segfault at 0000000000004a7a rip 0000000000436013 rsp 00007ec322b126e0 error 4 [48607.683197] grsec: From 200.41.233.204: signal 11 sent...
  5. F

    to compress or not to compress?

    oh yeah I use keep alive but I was wondering if the "Smart Keep Alive" would be better in tehse situations since it only keeps alive certain connections. I am going to do some testing and see if I see a difference
  6. F

    to compress or not to compress?

    yeah, I got other measures in place and litespeed is still 100 times better then apache in such situations but I guess its just php/mysql in general that are easy to take out. On the connection throttling I use 5 static requests per second, 1 dynamic requests per second. Connection limit 5 soft...
  7. F

    to compress or not to compress?

    Lately there have been a lot of new kinds of ddos attacks coming up.I have been seeing a lot of this one where it actually uses the zombie computers browser and requests pages over and over unless it is just a good user agent spoof. Anyway they are using these type of attacks on php/mysql...
  8. F

    Netcraft web server surey: LiteSpeed passes 400,000 hostnames this month

    hmm I could have swore I done replied to this. Anyway congrats guys, you have made a killer product, I couldn't make it without it. Although I think netcraft is misinformed about everyone choosing litespeed because wordpress has it. Unless they are implying that wordpress owns most of these...
  9. F

    What happens when your 15 trial date is up?

    It will disable itself and self destruct your server destroying all hardware :p jk, Like xing said. I think 15 days is enough to make a good decision. It takes only a few minutes to an hour for most of my managed server customers to make that decision. Take it from someone who knows, it...
  10. F

    lsapi compile problem - xslt-sablot

    yep you are right, thanks
  11. F

    lsapi compile problem - xslt-sablot

    Im compiling a custom php4 lsapi for a client and one of their required libs are the sablot. Here is the configure I am using. The sablot and the js libraries are installed and it errors on the lsapi make which leads me to belive its related to the litespeed lsapi configure ./configure \...
  12. F

    error log

    Disregard this I was able to get user error logs working in cpanel by fixing the file path. Just wish it had same syntax as apache but this will work :)
  13. F

    [req] asp.net

    Im ready for this too. As soon as you even get an alpha version let me know. this is a very important feature i would like to support as I have to turn down quite a few clients for this
  14. F

    partyvan.info down?

    That is on one of my management client's server. Litespeed did not have the site disabled, I dont think it is against any of their terms. It seems to be just a wki. BUT when the client had that site moved onto the server I had advised them into removing a lot of the content. This being said, i...
  15. F

    php process problem

    I been having a client being attacked lately, same one I showed you the other night Geroge and I cant understand why these requests/posts are invoking php processes and nearly crashing the server with them. If I deny all in their htaccess it stops but when its back open it goes back to nearly...
  16. F

    download rar file shows garbage screen

    Ok I fixed this by adding rar = application/rar to the mime properties file in /opt/lsws/conf
  17. F

    download rar file shows garbage screen

    On the latest version when you try to download a rar file it just shows garbage screen cannot download it. I guess it has something to do with the mime types Ive tried different things none of which I can get to work
  18. F

    I really really need to disable these core dumps

    Ok, seems its something with zend. Ive tried switching versions to no avail. Here is the bt from a core, I dont know why its executing things in /usr/src though Program terminated with signal 11, Segmentation fault. #0 zend_str_tolower (str=0x578 <Address 0x578 out of bounds>, length=8) at...
  19. F

    lots of kernel oops | 64 bit systems

    Ive noticed this since about 3.1 I think, could have been earlier not sure. But it for sure does in the last version. Happens on all servers regardless of kernel, well all rhel/centos servers and only noticed on 64 bit systems Here are a few from dmesg, seperated as errors from different...
  20. F

    I really really need to disable these core dumps

    Yeah the other ones Ive found were all this Program terminated with signal 11, Segmentation fault. #0 0xa3f44b86 in ?? () I will try to do some tinkering. I do notice though this happens on servers with grsecurity kernel more often then with rhel stock kernel
Top