Search results

  1. I

    bug in .htaccess-interpretation? (2.1.1)

    You can try simply this : [...] <Files ~ "\.prg$"> Order allow,deny Allow from all </Files>(Order changed and without Deny from none)
  2. I

    gzip for static files with no write permissions

    OK, I understand. Before I think lsws use another directory to compress static files when 'Auto Update Static' is disabled. (for Apache I use /dev/shm) Thank you.
  3. I

    lsapi & eaccelerator (or mmcache)

    I try it and it work, thank you. I search in the html documentation and I don't find any information about PHP_LSAPI_CHILDREN. Where can I find the README file about this ? I have another problem : There is no gzip compression for dynamic pages with lsapi. If Script Handler is set to...
  4. I

    lsapi & eaccelerator (or mmcache)

    I try your new api for php. I use eaccelerator memory cache features. Each lsphp process use it's own eaccelerator memory cache and this feature became obsolete. Is there a possibility to use lsphp and eaccelerator memory or we must use fcgi ?
  5. I

    gzip for static files with no write permissions

    I test all the possibles parameters for gzip compression (Auto Update Static and others) and I never got gzip for html static files when lsws has no write permission in the directory the file is... Is it normal ? (In the same directory, gzip work only for dynamic files)
  6. I

    If-None-Match in php

    Hi, There is a mistake in variables declaration for php scripts (and perhaps others) in 2.x litespeed : If you do : wget --header="If-None-Match: test" http://your-server/phpinfo.php grep _SERVER phpinfo.php You obtain _SERVER["HTTP_IF_NO_MATCH"] -> test The correct variable should...
Top