Search results

  1. M

    proxy question

    The web server need to use the X-Forwarded-For header instead of the socket remote IP. LSWS can do that, no sure others. http://www.litespeedtech.com/docs/webserver/config/general/#useIpInProxyHeader
  2. M

    php.ini and vhosts not loading local php.ini

    That's normal, the executable is /usr/local/lsws/lsphp5, ../php will be /usr/local/lsws/php, if php.ini exists under that directory, it will be used. if do not want that, just remove that configuration option, or change to absolute path.
  3. M

    Error 406 After Upgrade to 4.0.1

    I think 406 was the result of a mod_security rule. I could not think of any change in 4.0.1 that can cause this. maybe I can take a look at your server if you don't mind. And there is no need to reinstall from scratch, just use /usr/local/lsws/admin/misc/mgr_ver.sh to switch between versions...
  4. M

    htaccess problem

    Please upgrade to 4.0.1, should be fixed.
  5. M

    Alias Problem...

    http://www.litespeedtech.com/docs/webserver/config/context/#generalContext
  6. M

    htaccess & php[45]-script

    It looks correct. how about .php file? works as expected? Check the server level script handler configuration from LSWS console. You should have a script handler for 'php', if not, only have script handler for 'php5', then you need to change the MIME type to "application/x-httpd-php5", it must...
  7. M

    How to Configure 4.0 Cache

    You need to configure the cache storage at server level from LSWS console first, then control the cache function with Apache directives CacheEnable CacheDisable CacheIgnoreCacheControl CacheMaxExpire
  8. M

    408.shtml error and then litespeed stalls

    You probably configured the number of process of that external application too high? Show me the configuration.
  9. M

    PHP not parsing code correctly on certain pages.

    that mean that info.php was not processed as PHP script. Also, make sure it is not the browser's cache trick you if you played with the configuration.
  10. M

    htaccess & php[45]-script

    that mean php code problem, so try a simple php command like <?php phpinfo(); ?>
  11. M

    Unistall Litespeed

    stop litespeed and remove the directory.
  12. M

    How to setup Litespeed LSWS for a shared environment?

    it benefit PHP suEXEC most as each PHP process use its own in memory cache, this way, just like we share a global in-memory cache.
  13. M

    Alias Problem...

    you probably need to configure it with native configuration if you use LSWS configuration instead of httpd.conf. Just add a static context instead.
  14. M

    Remove litespeed from whm

    run /usr/local/cpanel/whostmgr/docroot/cgi/lsws/lsws_whm_plugin_uninstall.sh
  15. M

    Clients not using Litespeed

    Everything follow Linux file system permissions, no web server can get around it. If your PHP run as nobody, it will create file as nobody, if it run as the user id defined in vhost, it will create file as that user. LiteSpeed has the option to setup the permission model exactly as Apache...
  16. M

    Clients not using Litespeed

    Are you kidding? I doubt those forum members have the capability of fixing bug in nginx. And I doubt the nginx developer himself has the time to answer your system administration question regarding basic Unix/Linux permission questions. If you looking for answers to generic Linux...
  17. M

    async io writeav setting

    4.1b1 has been updated to take advantage of sendfile() as well as AIO. So, on a server with low disk I/O, there is no much difference now.
  18. M

    LSWS 4.0.1 has been released

    LiteSpeed Web Server 4.0.1 has been released Download LiteSpeed Web Server View Version History AutoUpdate will be activated later this week, if we do not receive serious bug report about this release. :)
  19. M

    Squid?

    I don't think squid can touch LiteSpeed in this regard. No need to think about using squid for our 4.x enterprise release.
  20. M

    Default Configuration

    Maybe a reinstall is the solution. Need to back up your license key and serial number.
Top