Search results

  1. F

    Upload Progress Bar

    any updates on this? is this available anywhere?
  2. F

    does litespeed support apache's x-sendfile module?

    can litespeed use the apache's x-sendfile module (http://tn123.ath.cx/mod_xsendfile/) ? I ask this because my project is using and dependent heavily on this x-sendfile module to load image/text files that resides outside of public web root directly to reduce load and memory while also serving...
  3. F

    how can i run apache on port 8088 and litespeed on por 80 ?

    hi im trying to run apache on port 8088 and ls on port 80 so i can go back and forth with apache. but im running directadmin and i was wondering if i need to edit all my user's httpd.conf files and add an extra port 8088 vhost?
  4. F

    litespeed's lsphp5 CLI vs php CLI

    thanks for the reply, but does lsphp5 when called via CLI have any kind of max request body limit or something to that aspect? im trying to run a cron job that is called via lsphp5 but the job tend to take a lot longer than if i were to use apache's php CLI. are there any insight into this?
  5. F

    does litespeed accept php.ini or only .htaccess?

    hi does litespeed accept php.ini to configure their values or is this only done via .htaccess? i'm running in suExec mode btw TIA!
  6. F

    litespeed's lsphp5 CLI vs php CLI

    if i call /usr/local/lsws/fcgi-bin/lsphp5 directly via cli, does that still follow the settings set on the LS admin ?
  7. F

    litespeed's lsphp5 CLI vs php CLI

    hello it seems like our users who are running php cli scripts via cron to import a huge file (50mb or greater) are finding themselves script hanging or either performing them very slowly. is this a server configuration issue or is it just the way it is? any inputs will be greatly...
  8. F

    regarding litespeed's real time stats feature

    is it possible we can see which page the users are viewing real time? i know we Apache's extend status, it shows the actual file the users are calling and i greatly miss that feature. also any way to see which user/page is outputting the most bandwidth real time?
  9. F

    litespeed's lsapi php cli usage incompatibility with standard php

    i think what'd be important is that the parameter should take the same as standard php so that the coders don't have an issue with incompatibility problems with litespeed servers.
  10. F

    litespeed's lsapi php cli usage incompatibility with standard php

    we have a lot of scripts already hard coded to use php's CLI and takes in the standard php CLI's parameters like: php -C -d /bla/bla.php so when users try .../fcgi-bin/lsphp5 -C -d /bla/bla.php it does not work. is there anyway lsphp5 can also take in the same parameters as the standard php...
  11. F

    @ Those using DirectAdmin

    Well just to sum it up: DA + Litespeed = Fantastic!
  12. F

    lscgid: execve(): Permission denied

    i'm also getting this, but may be different issue. when i try to access a html file in /cgi-bin/something.html, i get that error. is there any way around this?
  13. F

    disable/enable gzip compression, via .htaccess?

    Thank you Mister Wang You just have so many tricks up your sleeves =D
  14. F

    disable/enable gzip compression, via .htaccess?

    anyone know how i can disable or enable gzip compression via .htaccess? it seems once i set it enabled on the LS, there is no way to turn this off client side?
  15. F

    Installing mod_geoip (maxmind)

    Okay but what I want to know is.... For apache, the maxmind geoip states I need to compile it using apxs. I know apxs is strictly for Apache and not available with Litespeed(?), so how would I go about doing this?
  16. F

    i been getting segfaults .......

    lsphp5[30016]: segfault at 000000000a2b8000 rip 0000003a0a67a3ec rsp 00007fffa96d1a68 error 6 lsphp5[30018]: segfault at 000000001dda3000 rip 0000003a0a67a393 rsp 00007fff65958ce8 error 6 lsphp5[30032]: segfault at 0000000011a41000 rip 0000003a0a67a3e4 rsp 00007fffff4d9868 error 6 lsphp5[30058]...
  17. F

    Installing mod_geoip (maxmind)

    Hi George, Thank you for your response. But I have one quick question, what would I enter in the IP to Geolocation DB as well as on the DB File Path/DB Cache Type? I'm not very familiar with this module so if you could just give me some pointers here that would be very appreciative. Thank...
  18. F

    Installing mod_geoip (maxmind)

    Hi I need to install mod_geoip (maxmind) module. What is the correct procedure to this? I'm confused because on the Litespeed admin, it also have option where I can enable this mod_geoip thing. Does that mean Litespeed already have this built-in and I don't have to compile this module...
  19. F

    how to install mod_expires?

    Can I have this in my .htaccess? ExpiresDefault "access plus 1 year" Will litespeed pick that up? Also, if my js and css file path look like for instance: <script src="index.php?js=/a.js,/b.js,/c.js"></script> Will that be picked up by litespeed's default mime configuration?
  20. F

    how to install mod_expires?

    I'm sorry but could you care to explain a bit? I'm just trying to cache all the images/js/css files using this expires module. Thank you
Top