Search results

  1. serpent_driver

    Compress Archive

    1.) archive == archive && 2.) compress == compress but archive is not compress Setting in WebAdmin to compress access log is for native installations if there is no control panel. If you want to compress and to archive access log you must do it with control panel functions. Many, not all...
  2. serpent_driver

    Compress Archive

    Which control panel to you use?
  3. serpent_driver

    Warning after installation: [config:server:security:accessControl]

    Ignore it. IP addresses seem to be predefined entries from CyberPanel. If WAF isn't enabled they are not in use.
  4. serpent_driver

    Warning after installation: [config:server:security:accessControl]

    This is no warning! Have you enabled WAF?
  5. serpent_driver

    Errors after clean installation

    It's up to you, but if you don't have PHP versions < 7.2 installed, you can remove all LSAPI API versions < 7.2 from "External App" tab. Errors should dissapear after LSWS restart. Or wait for LS support...
  6. serpent_driver

    Errors after clean installation

    Have you installed PHP version < 7.2?
  7. serpent_driver

    Errors after clean installation

    I don't have CyberPanel, but check /opt/ directory, if there is /cyberpanel subdirectory. If yes, this subdir should contain lsphp dir's.
  8. serpent_driver

    Errors after clean installation

    Command -> $SERVER_ROOT/lsphp71/bin/lsphp seems to be wrong, but LS support should know what to do if CyberPanel is installed.
  9. serpent_driver

    Errors after clean installation

    Can you post screen capture of "External App" if you open 1 app to edit? The command line setting seems to be wrong.
  10. serpent_driver

    cache-control -> Flush private cache

    Already done, but Lauren broke conversation..... I get no more reaction...
  11. serpent_driver

    cache-control -> Flush private cache

    Yes, but without success. Updating documentation is a good idea! [Update] To get the same function I build a workaround with Client Side Scripting and request a URL that purges private cache if POST is executed. It works, but .js is needed.
  12. serpent_driver

    Headers & Foots Vanished Since WordPress Update Due To LiteSpeed

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  13. serpent_driver

    htaccess

    This forum is for LiteSpeed Enterprise customers. The other forum for OLS users.
  14. serpent_driver

    htaccess

    This is right position, but as I already noticed the code I gave depends on where readme.txt is placed. If it is not in public_html located you must remove ---> ^ <----. If it can't be solved ask OLS support at https://forum.openlitespeed.org/ or CyberPanel support.
  15. serpent_driver

    htaccess

    <FilesMatch> works! Have you restarted OLS? Support for OpenLiteSpeed: https://forum.openlitespeed.org/
  16. serpent_driver

    htaccess

    Try this. This should work if readme.txt is in domain root directory. Otherwise remove ^ <FilesMatch "^(readme)\.txt$"> Order allow,deny Deny from all </FilesMatch> Support for OpenLiteSpeed: https://forum.openlitespeed.org/
  17. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    Please explain how to set cookie with PHP if there is no PHP if page is already cached? PHP and .htaccess can't detect if client accept cookie or not. You can only check if client sends request cookie or not, but only with .htaccess and not with PHP if page is already cached.
  18. serpent_driver

    Bots and some User Agents not accept cookies. How detect these?

    If page is already cached there is no more PHP to use PHP for UA or Cookie detection. When will you understand that?!
  19. serpent_driver

    The Nonce Problem

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top