Search results

  1. N

    [solved] typo3/backend.php errrors

    1.what's the rewritelog like above #8 post? 2.how about direct access domain.com:2080/typo3conf/ext/templavoila/mod1/index.php?id=36
  2. N

    [solved] typo3/backend.php errrors

    for please try to remove the [L] flag. i.e., change to or just comment out this rule, see if it works under lsws
  3. N

    mod_security

    Hi, please try 4.2.2, "Improved mod_security compatibility with gotroot ruleset." (http://www.litespeedtech.com/litespeed-web-server-release-log.html) more work than 4.2.1
  4. N

    SecRuleEngine Off support?

    I tested SecRuleEngine Off before without LocationMatch, it works.
  5. N

    Broken images. Partially displayed images. Can't upload new images. Help!

    can you try 4.1.12 as well ? we just received a report that it looks something different between 4.1.12 and 4.1.13. if you can reproduce on your server, it'll help a lot, since it'll narrow down the scope greatly.
  6. N

    Broken images. Partially displayed images. Can't upload new images. Help!

    can you try other lsws version: 4.2.1 / 4.1.13 or even 4.0.20 ?
  7. N

    /webmail giving a 500 Error

    should be same as this one: http://www.litespeedtech.com/support/forum/showthread.php?p=50485 disable cloudlinux will fix it; but can you try if it works under apache?
  8. N

    Best Config For A High Traffic WordPress Site?

    can you give a screenshot of lsws admin console-> Server-> General-> Using Apache Configuration File my best guess is if PHP suEXEC=Yes then plese increase PHP suEXEC Max Conn you may see the difference
  9. N

    mod_security

    FYI: here's a good reference for @inspectFile http://www.litespeedtech.com/support/forum/showthread.php?t=6599
  10. N

    Max request body size

    OK, reproduced on 4.2.2 in our lab's 64-bit linux box as well. error message like below always in error_log or error.log every time when restart lsws: will report it to our dev. Thanks.
  11. N

    Max request body size

    really strange. can you PM the server's root access
  12. N

    Max request body size

    check if 32-bit lsws installed ? #file /usr/local/lsws/bin/lshttpd.4.2.2
  13. N

    Max request body size

    your lsws version ?
  14. N

    Max request body size

    there must be something wrong on your machine. I tried to change to 7G on lsws 4.1.13 / 4.2.1 / 4.2.2, no problem at all.
  15. N

    Max request body size

    thanks for pointing out, we'll fix the document. the help text in lsws admin console is the latest. your lsws version ? 4.2.1 or 4.1.13 or 4.2.2 or 4.0.20 ?
  16. N

    Max request body size

    what's your lsws version ? 32-bit OS or 64-bit ? you can use "7G" to input.
  17. N

    Max request body size

    should be no problem. lsws admin console ->Server->Tuning ->Max Request Body Size (bytes) the help text: "Max Request Body Size Specifies the maximum size of a HTTP request body. For 32Bit OS, 2GB is the hard limit; For 64Bit OS, it is virtually unlimited."
  18. N

    [Solved] Default PHP page: fork() failed, please increase process limit

    1)try if php 4 work: Server->Script Handler->Suffixes: php->Edit->Handler Name:lsphp5->lsphp4, then restart lsws 2) #cd /usr/local/lsws/fcgi-bin #ldd lsphp5 to see if any valuable message
  19. N

    [Solved] Default PHP page: fork() failed, please increase process limit

    any message in /usr/local/lsws/logs/stderr.log ? have you changed any of the default setting in Server->External App->lsphp5 ? and you can try build php 5.3.21 with minimum size: Configure Parameters:--disable-all to see if phpinfo() show up.
  20. N

    [Solved] Default PHP page: fork() failed, please increase process limit

    how about on command line: #cd /usr/local/lsws/fcgi-bin #./lsphp5 -i |head
Top