Search results

  1. N

    vB seo + litespeed cache

    vB 3.8 should be ok. to be sure the cookie name is same as previous post: RewriteCond %{HTTP_COOKIE} !bb_userid= RewriteCond %{HTTP_COOKIE} !bb_password= it's customizable by vB admin. for example, if yours is myvb_userid, change above bb_ to myvb_
  2. N

    Content-Length header problem

    I tried sleep(15), sleep(35), sleep(135), all were successful. can you try the test script at your end, so that I can reproduce. how long will the background work take, for example, exceed 5 minutes?
  3. N

    Content-Length header problem

    I tested with following script: <?php header("Status: 302"); header('Location: /phpinfo.php', true, 302); header("Content-Length: 0", true); header("Connection: close", true); echo str_repeat("\r\n", 128); // for IE ?> It is working fine: redirect to /phpinfo.php successfully.
  4. N

    [solved] Compile latest PHP FreeBSD 8.2

    "For higher version of FreeBSD, need to install /usr/ports/misc/compat6x"
  5. N

    Problem with new IP's

    upgrade is quite safe -- the old version is still there and not overwritten. you can switch back to old version easily: lsws admin console->Actions->Version Manager->SwitchTo, just one click.
  6. N

    503 error

    so it's php script's problem. should report the script's developer.
  7. N

    503 error

    does it work under apache ?
  8. N

    503 error

    then current "bt" output ?
  9. N

    503 error

    how about comment out ZendOptimizer.so and suhosin in php.ini, restart lsws. see if 503 error gone.
  10. N

    LSWS 4.1 does not obey Plesk 10.2 PHP clause

    why need php cgi ? how about comment "AddHandler php-script .php", and use default lsphp?
  11. N

    DocumentRoot/path problem

    please test the latest 4.1, should fix it 100%.
  12. N

    503 error

    in gdb, run "bt", the output?
  13. N

    php.ini for each virtualhost

    please refer: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:per_user_ini_in_control_panel_lsws Per user php.ini under Control Panel + LSWS
  14. N

    [solved] GD-Library / png

    then you may have to build a devel png from source code ... I have no experience on mac os x
  15. N

    [solved] GD-Library / png

    good news! :) refer http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi:troubleshoot yum install libpng-devel.x86_64 (if x86_64) or yum install libpng-devel (if x86) to see if resolve the issue
  16. N

    [solved] GD-Library / png

    when resize png, what error message in error.log/stderr.log?
  17. N

    [solved] GD-Library / png

    add --with-png-dir=/usr, re-compile lsphp
  18. N

    [Solved] Compiling PHP 5.3.6 with LSAPI ::problem::

    for php 5.3.x, please use --with-mysql=mysqlnd --with-mysqli=mysqlnd refer http://www.php.net/manual/en/mysqlnd.install.php
  19. N

    mod_zeus

    which load balancer you're running?
  20. N

    mod_zeus

    http://www.litespeedtech.com/docs/webserver/config/general/#useIpInProxyHeader just set Server->General->Use Client IP in Header:Yes
Top