Search results

  1. I

    Lot of free memory and less cache

    I downgrade my kernel from 2.6.9-22.ELsmp to 2.6.9-11.ELsmp and the memory manager is now 'normal'... I don't understand, but I let it to the old kernel (load/2, all memory cached, less disk seek...)
  2. I

    Access denied for symbolic link

    I doesn't see it... it is now ok, thank you.
  3. I

    $_POST problem with phpLsapi

    It is OK with lsws 2.1.5 and php 4.4.1... thank you ;)
  4. I

    $_POST problem with phpLsapi

    If you can use phpLsapi and lsws 2.1.4 on this board, you can check for this bug by previewing/posting a medium/big message.
  5. I

    $_POST problem with phpLsapi

    System : RHEL4 Kernel 2.6.9-11.ELsmp lsws 2.1.4, php 4.4.0 with litespeed patch 1.6 In a form with 7 inputs, and a textarea in the middle, lsphp truncate the textarea vars (often when there is more text) in the middle and drop the next inputs vars. I will see for a script.
  6. 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.
  7. I

    Increase the maximum number of file descriptor limit

    Sorry, the number don't change with restart... To change this number don't forget to use : service lsws stop service lsws start
  8. 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.
  9. 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...
  10. 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...
  11. I

    Netcraft 09/05 ... how comes?

    Strange ascension the last 3month :?: :!: 2772 -> 153786 -> 252209 For info, netcraft count domains or subdomains ?
  12. I

    corrupted double-linked list with RHEL4

    It's now OK with lsws 2.1.2 and patch 1.5, thank you.
  13. I

    Why set eaccelerator.optimizer = 0 ?

    I have no problem when I set it On but I haven't any bench of that feature.
  14. I

    Unset cookies before 302 redirect with phpLsapi

    It work nice with 1.5 patch. There is also no error "corrupted double-linked list with RHEL4" with the new patch and lsws 2.1.2 Good job :!: :wink:
  15. I

    Unset cookies before 302 redirect with phpLsapi

    I make some tests, the cookies seem to be always sent, but there is a difference between the headers : phpFcgi (Always Work) : 1 HTTP/1.0 302 Found 2 Content-type: text/html 3 Set-Cookie: one=deleted; expires=Mon, 27 Sep 2004 01:24:25 GMT; path=/ 4 Set-Cookie: two=deleted...
  16. I

    corrupted double-linked list with RHEL4

    I see this link in google too ;) In my configuration there is : Memory Soft Limit (bytes) 512M Memory Hard Limit (bytes) 768M Because eaccelerator memory is set to 256M. I have no script which consume more than 300M (php script + eaccelerator shared memory) I understand you can't...
  17. I

    Why set eaccelerator.optimizer = 0 ?

    OK, thank you. If I use php 4.4.0, it's not a problem to set it On ?
  18. 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.
  19. 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.
  20. 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...
Top