Search results

  1. 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...
  2. 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?
  3. 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!
  4. 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...
  5. 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?
  6. 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...
  7. 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?
  8. 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]...
  9. 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...
  10. F

    how to install mod_expires?

    Hi How do I get mod_expires working with Litespeed?
  11. F

    directory index reorder per domain level?

    Hello, How can i override the default httpd.conf's index order to the specific order per vhost? 1: index.htm 2: index.html 3: index.php 4 and so on?
  12. F

    how to load ioncube loader on demand? and not via php.ini?

    Hi I'm trying to load the latest ioncube loader, on demand, rather than loading it via php.ini extensions. I have not had any luck with this. Anyone can give me a clue how to achieve this?
  13. F

    cache function ?

    Hi guys I been looking into some type of reverse proxies like squid / varnish and I was wondering, is Litespeed's caching basically the same thing as them? I just want a simple caching daemon on the server for better performance. I was wondering how much of a performance boost can I get...
  14. F

    server is down and can't get it back up!

    can someone please help me? this is very urgent....! my server went down after i downgraded from 4.0.1 to 3.5.15 and looks like i can't get the server back up! how can i fix this ? please!
  15. F

    failed to find flength, ffmpeg-php not compatible with LiteSpeed?

    Hi I used to have a working ffmpeg-php with APACHE2 but with Litespeed I am having no luck. Well everything works its just that it can't get the file length of the movie hence the: "failed to find flength" error This prevents me from seeing the progress bar during the upload process...
  16. F

    apache keep starting up when litespeed goes down on DA server

    Hi I have LS installed and running but whenever LS goes down, later I find that apache is running instead. This is very problematic as Apache is not configured the same way as LS so it gives me all kinds of errors. On my /usr/local/directadmin/data/admin/services.status I have...
  17. F

    i just went from trial license to enterprise license

    hi i just went from trial license to 8-core enterprise license and i was wondering if what i did was correct. i placed a copy of serial.no into my new lsws src directory and ran the install.sh then when asked, i chose "upgrade" rather than reinstall etc.. If I just did upgrade, do I...
  18. F

    cant get php5 to work

    whenever i tell script handler for php5 to use lsphp5, i get a 503 error. any idea why this could be ?
  19. F

    can't upload file larger than 10mb?

    Hi I have modified php.ini to set max post/file size to 100mb and i also have set it on litespeed's admin to 100mb for max request size and restarted lsws but i still cant get it to upload greater than 10m is there something i'm missing? Thanks.
  20. F

    i just purchased the license

    Hi , I have been using the 15 day trial real well and today i decided to purchase the license. But on the email I got, it said I have to re run the installer. Will this reset all the configurations and php compile settings that I currently have? I was hoping for a more seamless...
Top