Search results

  1. Fearless

    Max Dynamic Response Body Size

    Ah I see, alright I will test that later when it's released and see how it goes.
  2. Fearless

    Max Dynamic Response Body Size

    No worries, I'm in no rush. I'm not even sure if I would be using it much now, according to the descriptions, doesn't look like it's a good idea to set them too high.
  3. Fearless

    Max Dynamic Response Body Size

    LOL! At first I was going to say the script, but because last time I mistook what you meant when you said application, I changed it. I'm using "Adminer" which is similar to phpmyadmin, but better IMO. :whistle:
  4. Fearless

    Browser authentication for admin panel

    By browser authentication I meant the annoying prompts that pop up on browsers when you try to navigate to an area that is password protected. Maybe that is not called browser authentication then. :whistle: You can already set them up in litespeed for certain URIs by creating a context and...
  5. Fearless

    Max Dynamic Response Body Size

    I was using the "LSAPI App".
  6. Fearless

    Browser authentication for admin panel

    There doesn't appear to be a limit to the number of invalid logins so I figured adding an extra layer would be better for security. Hmm, this means I need to make the change every time I upgrade right?
  7. Fearless

    Max Dynamic Response Body Size

    Lol I misunderstood, when you said, "It seems like your external application isn't working right" I thought you meant the php script I'm using to generate the file. I was wondering what you were referring to as soft and hard limit. I set the values as you suggested now in the external app...
  8. Fearless

    Max Dynamic Response Body Size

    Hmm, I tried upping the memory_limit, but it still didn't work. They were using ini_set, so I just tried as well disabling the ini_set function and no luck. If you're not able to reproduce it, I think you are right and this is probably not a litespeed issue. I am probably not going to rely on...
  9. Fearless

    Fixed Server signature header variable

    Just to update that the header disappeared a few days ago on its own. I had already tested on multiple browsers and cleared the cache previously so I don't think that was it. It might have cleared from a server reboot or something, even though one of them only required a restart of lsws. No...
  10. Fearless

    Browser authentication for admin panel

    Is it possible to add browser authentication for the admin panel? If so, how would I set this up? Also if you have https required and you try to access via the http version you'll get the "HTTPS is required" page. Is there a way to alter this page? Or ideally I'd prefer the non https page to...
  11. Fearless

    Max Dynamic Response Body Size

    Oops, I realized I only copied the first page. It will probably be tough to post the full log, it's almost 30K lines! Most of the lines are repeated many times like process response, process packet, write response and write to client. Attempting to post the relevant portion that may be more...
  12. Fearless

    Max Dynamic Response Body Size

    See anything wrong here? 2013-07-17 13:44:50.904 [DEBUG] [*:80] New connection from 192.168.1.112:33482. 2013-07-17 13:44:50.904 [DEBUG] [192.168.1.112:33482] concurrent conn: 1 2013-07-17 13:44:50.904 [DEBUG] [*:80] 1 connections accepted! 2013-07-17 13:44:50.904 [DEBUG] [192.168.1.112:33482]...
  13. Fearless

    Max Dynamic Response Body Size

    Oh that reminds me, I do get errors it says [STDERR] but the rest is blank. Does this mean I don't have something set up correctly? My log level is set to debug, debug level is none, enable stderr is yes.
  14. Fearless

    Max Dynamic Response Body Size

    Not using wordpress to do the backup, but I did try using this line anyways: RewriteRule ^$ - [E=noabort:1] Didn't seem to make any difference though.
  15. Fearless

    Max Dynamic Response Body Size

    Anyone have any issues with downloading large files? I'm trying to download/export a sql backup file that is no more than 100M, but it fails every time with a network error (after downloading around 30-50M first) even though I set the Max Dynamic Response Body Size to 1000M. Is there other...
  16. Fearless

    Fixed Server signature header variable

    Oops, uhh nevermind, apparently this was fixed in 1.2.2, I was still using 1.0.4. :oops: Edit: Noticed one of my installs still showed the header while the other didn't. Maybe there is some sort of caching happening somewhere...
  17. Fearless

    Fixed Server signature header variable

    I selected the option hide full header for server signature and it doesn't appear to work, it still shows "LiteSpeed". I noticed I got the warn error: [config:server:basic] invalid value of <showVersionNumber>:2, use default=0
  18. Fearless

    PHP Versions

    Yea, in fact it feels even faster, but that may have to do with 5.5 having performance improvements... Haven't come across any bugs, but I haven't done extensive testing, I run a pretty simplistic application though. It's also always a different story when it's live. :P Heh, I feel like I...
  19. Fearless

    PHP Versions

    Didn't have any problems with Zend Optimizer Plus compiling with phpize: https://github.com/zendtech/ZendOptimizerPlus Maybe APC might work if you do it that way too, but I'm a bit lazy to test that. :P I'll probably just use Zend if I officially upgrade to 5.5.
  20. Fearless

    PHP Versions

    So adding to the $PHP_VER array worked after a couple attempts. For anyone else wanting to test the new version remember to use '5.5.0' because '5.5' won't work. The only problems I had were it kept failing when I had PHP Mail Header Patch selected, which was there by default. Tried again and...
Top