Search results

  1. I

    $_POST problem with phpLsapi

    Hi, I have big problems with phpLsapi when the post data is big (between 4 and 16 Ko) : It randomly truncate the end of the post vars. I switch to phpFcgi the time to find a solution.
  2. I

    Increase the maximum number of file descriptor limit

    How can I change the maximum number of file descriptor limit ? ulimit -n 32768 do not change this limit... and I can not set it with the user nobody... I think... 2005-10-24 17:22:01.717 [NOTICE] The maximum number of file descriptor limit is set to 1024.
  3. I

    Access denied for symbolic link

    Hi, With lsws 2.1.4, the access is denied for all symbolic links (folders and files). Error log :2005-10-24 16:25:17.226 [INFO] [x.x.x.x:61757-0#Main] Found symbolic link, or owner of symbolic link and link target does not match for path [/home/www/images2/logo.gif], access denied...
  4. I

    Lot of free memory and less cache

    I don't know if it is lsws (2.1.3) but : When I upgrade RHEL4 to the latest kernel (2.6.9-22.ELsmp), the free memory switch from 16-20 Mb to 400-700 Mb. The cached memory was before ~1.4 Gb and now there is ~800 Mb max. On servers with few requests the cached memory take all the free...
  5. I

    Why set eaccelerator.optimizer = 0 ?

    Hi, I've a simple question about this configuration in the php.ini : eaccelerator.optimizer = 0(Or mmcache...) I want to know why we must desactivate this fonction, and if it is not better to set it to 1 for performances.
  6. I

    Unset cookies before 302 redirect with phpLsapi

    I use a php script to unset some cookies (for log-out). At the end of the script there is a header('Location: ...); It work fine with phpFcgi but the cookies are randomly unset with phpLsapi.
  7. I

    corrupted double-linked list with RHEL4

    php often output this error : *** glibc detected *** corrupted double-linked list: 0x08199820 *** Only on RHEL4 with phpLsapi. I try it on lsws 2.1 and 2.11 with php patch 1.2 and 1.3. I always have this random error. With the same binairies on RHEL3, there is no error. Is it a specific...
  8. 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 ?
  9. 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)
  10. 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