Search results

  1. F

    fopen/fread php script works with apache but not litespeed

    Thanks for the reply :) Is there anyway to replicate apaches embedded behaviour in litespeed with php, if so is there any benefit to using litespeed in this way over apache, considering litespeed is event driven over apache's threading?
  2. F

    fopen/fread php script works with apache but not litespeed

    thankyou, I have PM'd you my script :)
  3. F

    fopen/fread php script works with apache but not litespeed

    hmm, I went into the cache settings and switched all cache options off and then restarted lsws, but for some reason it's still caching the entire file into memory rather than streaming at client connection speed, same story with litespeed v4.1rc4 too :(
  4. F

    fopen/fread php script works with apache but not litespeed

    Hiya, It's probably something to do with the firewall, but not that important I think. The bigger concern for me right now is the reliablity of the script when running litespeed, sometimes the transfer goes through fine, other times it cuts out, whereas apache is always 100 percent reliable...
  5. F

    fopen/fread php script works with apache but not litespeed

    I think my connection limit is actually set too high, was at 10000 before, I brought the hard and soft limit down to 10. Also I just noticed, it wasn't actually the website that caused problems, it was when I initiated a download with my script and tried to access the litespeed admin panel at...
  6. F

    fopen/fread php script works with apache but not litespeed

    Hey there, thanks for reply, I think this is more of an ip restriction or something, I got 3 people to test the script which was downloading files over 500mb at the same time, none can access the website at the same time, but the script transfer flys by, meanwhile people from different ips can...
  7. F

    fopen/fread php script works with apache but not litespeed

    Hey there, I think it worked this time, when I changed the Max Dynamic Response Body Size before I thought that it would automatically restart litespeed, I restarted manually and tried the download and it worked perfectly, i'm going to test again incase it was a fluke, but seems like that was...
  8. F

    fopen/fread php script works with apache but not litespeed

    hmm, this time the transfer cut out at around 200Mb, any ideas?
  9. F

    fopen/fread php script works with apache but not litespeed

    Hey there, I don't think it is the swap space, top reports: Swap: 8385920k total, 0k used, 8385920k free, 688156k cached I enabled debug logging on level high (that ok?), what should I be looking out for while I initate a transfer? LSAPI_MAX_PROCESS_TIME defaults at 300 seconds...
  10. F

    fopen/fread php script works with apache but not litespeed

    Hey there, I have a script that fopens a remote url and then freads the content back to the browser. When I try it with litespeed, i'm downloading a file that is around 570Mb, however it seems to always cut off at around 520Mb so the transfer is never complete, when I switch from litespeed back...
  11. F

    [solved] Litespeed running as nobody

    Thnakyou, i'll just leave as is then :)
  12. F

    [solved] Litespeed running as nobody

    Hey there, I was looking at "top" , and it appears litespeed is running as nobody, anything to be concerned about, if so, how do I get it to run as a user?
  13. F

    [solved] PHP mode questions

    Thanks for the clarification & quick reply :)
  14. F

    [solved] PHP mode questions

    Hi there, I have the latest LSWS installed with cPanel, I ran easy apache and put in fcgi mode with suexec, but I read that using LSAPI on it's own is faster, how do I change it to compile with LSAPI? Is there a way to check what mode php is running on? Also I read that disabling exec in the...
Top