Search results

  1. M

    FastCGI on shared host

    You can set it as per-directory handler by using "DefaultType" or "ForceType" instead of "AddType" directive. But, use it for "/" will cause trouble I think, unless you do not need to have the server serve any static content.
  2. M

    litespeed not working

    It should be /usr/local/lsws/conf/serial.no
  3. M

    Using SSL

    If LSWS read httpd.conf, just do whatever you usually do with Apache. If you configure it natively, you need to save it as a file and create a SSL listener along with the matching private key file.
  4. M

    FastCGI on shared host

    It is not possible now unless they configure your vhost natively with LSWS console. We will add support for Apache mod_fastcgi directives in our 4.0.2 release.
  5. M

    litespeed not working

    Please reset you license with http://license.litespeedtech.com/migrate.html Then register a new one with /usr/local/lsws/bin/lshttpd -r mv /usr/local/lsws/license.key /usr/local/lsws/conf/
  6. M

    LiteSpeed reading the wrong directory?

    standard edition does not work that well with httpd.conf as it only read the first 5 <virtualhost ..> section. you need to try the enterprise edition.
  7. M

    ioncube not loading

    Are you using the latest 4.0.1? Is that a VPS server with limited memory?
  8. M

    Rewrite problem

    Those rules does match an empty string "", the URL is an empty string when rewrite base was chopped off. URL "/" will become "" since rewrite base is "/".
  9. M

    URGENT! Swap Location/Removal

    For this kind situation, it is more likely PHP processes gets into a infinite loop for some reason. I would just kill those PHP processes, see if it comes back. Restart LSWS may get those PHP processes killed as well. If it does come back, try "strace" the process using too much CPU, see if...
  10. M

    Auto update has been turned on for 4.0.1

    Sorry, forgot to update one script to point to the right path. Should work now. You can force it download again by removing /path/to/lsws/autoupdate/release /path/to/lsws/autoupdate/download then restart LSWS.
  11. M

    Restrained Secuirty Option

    It is a bug, will be fixed in 4.0.2 . Thanks for the bug report.
  12. M

    Auto update has been turned on for 4.0.1

    There have been a few updates to the 4.0.1 release package to address a few minor issues. Please download and upgrade again if you have upgrade to 4.0.1 release manually earlier.
  13. M

    New section for Production tweaks/Configs help?

    Thank, appreciated. Our wiki can be updated by any forum member as well.
  14. M

    Alias Problem...

    Go to a vhost configuration, click context tab, add a context with type "General", set URI to "/phpMyAdmin/", location to "/home/phpMyAdmin/", save. That's it.
  15. M

    htaccess and DocumentRoot

    We will add that to 4.1 release.
  16. M

    php.ini and vhosts not loading local php.ini

    You can customize vhost template based on the PHP suexec template. If you want to use per-user php.ini, you need to create a php app for each user. Or, you can let user override some php configuration via .htaccess.
  17. M

    php.ini and vhosts not loading local php.ini

    It only possible with vhost configured natively through vhost template. Not with Apache httpd.conf. You have to add "-c $VH_ROOT/php/php.ini" to the command of PHP suEXEC external application.
  18. M

    How do I make php5 default ?

    Just "Build Matching PHP" from WHM LSWS plugin will do the trick.
  19. M

    Disable log rotation

    http://www.litespeedtech.com/docs/webserver/config/general/#disableInitLogRotation set log file size limit to 2G.
  20. M

    Nobody process

    that's normal. it is the LSWS main server process. Process count matches the number of CPU of your license.
Top