Search results

  1. M

    litespeed + lsphp + xcache

    We do not recommend using xcache together with PHP suEXEC. If you use PHP suEXEC, just eaccelerator plus /dev/shm. http://www.litespeedtech.com/support/forum/showthread.php?t=2814&page=3
  2. M

    4.0.2: 403 error for all static files

    Maybe it is caused by "Restained" configuration, bug has been fixed in 4.0.2 to make it work properly. http://www.litespeedtech.com/docs/webserver/config/vhostlist/#restrained If symbolic links has been used, it could be the problem.
  3. M

    Request Filter Logging

    Then you set debug log level to 0, only real attack blocked will be logged.
  4. M

    Apache config's with piped CustomLog returns error

    please try 4.0.2, if it still does not work, switch back and forth between the version that works, see if it is consistent. I think it is something else. I tested the piped logger yesterday in our lab, it works.
  5. M

    [AutoUpdate] Failed, updateagent exit code: 3

    I have installed a fresh freebsd 7.1 in our lab. installed /usr/ports/misc/compat6x/ installed 4.0.1, it detects the new release and downloaded 4.0.2 automatically.
  6. M

    FastCGI on shared host

    We add SuEXEC user/group for external app configured at server level. So, you can have your provider to use your user/group for the FastCGI application added for you. We did not add support for Apache mod_fastcgi directives, so it may break other things.
  7. M

    Error 406 After Upgrade to 4.0.1

    enable mod_security debug log from httpd.conf and check what happened in the error.log, must be a rule being triggered.
  8. M

    permision error

    I think you should stop using PHP suEXEC, since PHP run as the user id of the owner of the directory, it can change the permission mask at will, when Apache is used, PHP is running as nobody, so PHP does not have permission to change the permission mask. The solution to your problem is to...
  9. M

    ln and PHP suEXEC bug

    There is no way to prevent the perl script from creating a symbolic link, unless you disable perl. The best can be done is to block access to target file pointed to the symbolic link, above configuration changes does that.
  10. M

    Apache configuration logging

    Tried it in our lab, it works.
  11. M

    Apache configuration logging

    It should work. Is there any /usr/sbin/cronolog process running? If yes, please strace those processes.
  12. M

    Request Filter Logging

    If you use Apache httpd.conf, you should change mod_security configuration there. If you configure filter rules natively, you can try setting log level to 9.
  13. M

    How to configure Request Tracker (RT)?

    Please read http://www.litespeedtech.com/docs/webserver/config/extapps/ You need to add a FCGI external application, then add a FastCGI context for that application.
  14. M

    ln and PHP suEXEC bug

    Also need to set http://www.litespeedtech.com/docs/webserver/config/security/#checkSymbolLink to "Yes".
  15. M

    permision error

    Sorry, I still could not understand your English and get an idea what is the problem. Maybe you should post some pictures.
  16. M

    ln and PHP suEXEC bug

    try tuning http://www.litespeedtech.com/docs/webserver/config/security/#followSymbolLink use "If Owner Match"
  17. M

    invalid MIME description?

    Litespeed does not like the charset part of the MIME type, You can try you can ignore the other error.
  18. M

    Connection Interrupted HTTP/1.1 413 412

    Please PM me the login to the LSWS admin console along with the test URL, I can take a look.
  19. M

    Upgraded to 4.0

    Need more information about your server environment.
  20. M

    mod_speling

    No, mod_spelling is not supported.
Top