Search results

  1. N

    .htaccess Wildcard Redirect Passthrough

    it'd better to have separate rule to redirect 1.2.example e.g. RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{HTTP_HOST} ^([^.]+)\.([^.]+)\.example\.com [NC] RewriteRule (.*) https://example.com/%2/%1/$1 [R=302,L]
  2. N

    Enable RewriteLog

    looks typo there: RewriteRule. * - [P] => RewriteRule .* - [P] litespeed enterprise or open litespeed ?
  3. N

    Enable RewriteLog

    it should work, and the logs are in error log. do you have any control panel installed ? alternatively, you can refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:toggle-debug-logging you'll see the rewrite logs also included in the debug logs ( file still be error log)
  4. N

    /tmp/lshttpd/bak.core Problem

    yes. please delete them but not delete the folder itself -- /tmp/lshttpd/bak.core
  5. N

    (NOW FIXED)

    the last line, "%1" should be "$1"
  6. N

    LiteSpeed with cPanel and Directory listing (404 vs 403 error)

    how about editing /etc/apache2/conf.d/userdata/lscache_vhosts.conf adding Options -Indexes i.e. <IfModule Litespeed> CacheRoot lscache Options -Indexes </IfModule>
  7. N

    detected external loop redirection error

    it looks this part has caused loop redirection : remove it, see if the issue will be gone
  8. N

    LiteSpeed Cache issue in PrestaShop 1.7.8+

    Please disable "Product Comments Module" https://addons.prestashop.com/en/undownloadable/9144-product-comments.html should fix it
  9. N

    big problem: cloudlinux python selector new version problem with litespeed

    please try latest 6.0.11 debug build: /usr/local/lsws/admin/misc/lsup.sh -f -d -v 6.0.11 it's been reported by others that it works
  10. N

    When is a new version coming out?

    please refer https://www.litespeedtech.com/support/forum/threads/join-the-litespeed-edge-users-group-for-cutting-edge-builds.12079/ 6.0.11 build 6 was out on last month : Mar 16.
  11. N

    Proxy to External App Broken?

    what's the type of the external app ?
  12. N

    How do I swap out the default php for php 7.4?

    please refer https://docs.litespeedtech.com/cp/cpanel/php-override/#extapp-setting-script-handler
  13. N

    Server stops working

    for OLS, please go https://forum.openlitespeed.org/
  14. N

    Server stops working

    do you have a process already listening to port 7080 ? run "netstat -ntlp | grep 7080" to check
  15. N

    Failed to bring up LiteSpeed

    please run "ls -alt /usr/local/lsws/conf/" and show the output
  16. N

    what to restart after PHP extension install?

    please refer https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:detached_mode#restart_detached_php_processes restart lsws and restart lsphp is not same thing any more in detached mode.
  17. N

    disable redirect caching

    have you installed geo database ? https://docs.litespeedtech.com/cp/cpanel/geoip/
  18. N

    .htaccess files not being used

    tested on a 6.0.11 server, can reproduce the issue. Require ip x.x.x.x work with apache but looks ignored by litespeed
  19. N

    disable redirect caching

    the cookie is created by Geotargeting's plugin have you installed our lscache plugin for wordpress ?
Top