• Resolved chromasiv

    (@chromasiv)


    I’ve enabled LS Cache and turned on the Crawler. The crawler status never updates showing that it hit any of the sitemap pages. When I run the cron job, it doesn’t throw any errors but the show crawler status just always has “start watching …. ” and nothing happens.

    Last Report Number: TKZVBZCL

Viewing 15 replies - 16 through 30 (of 31 total)
  • Plugin Support qtwrk

    (@qtwrk)

    now try the crawler again

    Thread Starter chromasiv

    (@chromasiv)

    Still blank on the status. 🙁

    Plugin Support qtwrk

    (@qtwrk)

    repeat the log again

    Thread Starter chromasiv

    (@chromasiv)

    had to step away but I’ll post in a bit.

    Thread Starter chromasiv

    (@chromasiv)

    Plugin Support qtwrk

    (@qtwrk)

    it looks like php still can not reach async call to https://chromasgaming.com/wp-admin/admin-ajax.php?action=async_litespeed…… URL

    do you still have something blocking it ? please keep the previous test.php , I want to see the result as well.

    Thread Starter chromasiv

    (@chromasiv)

    let me look into it more and see if i can figure out what’s blocking.

    Thread Starter chromasiv

    (@chromasiv)

    Some more information around the error. still 403.

    https://pastebin.ubuntu.com/p/Gw2myct8NS/

    Plugin Support qtwrk

    (@qtwrk)

    yeah , you need to make it return 200 OK with a 0 , that is the correct response

    maybe security plugin or security rule in your .htaccess, please check on that

    Thread Starter chromasiv

    (@chromasiv)

    Will do. Going to disable each and see.

    Thread Starter chromasiv

    (@chromasiv)

    So when I directly call the admin ajax, i get a 200 and a 0.

    I can’t run php still it throws a deny and nothing ive changed seems to stop that.

    Plugin Support qtwrk

    (@qtwrk)

    <IfModule mod_security.c>
    SecRuleEngine Off
    SecRequestBodyAccess Off
    </IfModule>

    eh, please try add this to your htaccess, this will disable modsecurity , see if it’s related , and

    do remember remove it after test

    Thread Starter chromasiv

    (@chromasiv)

    I added and restarted lsws but didn’t see any changes. The php files still throw a 403 when i try to access from the browser.

    I may try and disable each plugin and see if that changes anything.

    Plugin Support qtwrk

    (@qtwrk)

    if you visit it as login user works , or guest user via browser still works , but my php code doesn’t , this definitely is some kind of security measure , browser has different user agent than code that may triggers the block

    you may need to seek assistance from your provider, they should be able to tell the reason for 403 from server log.

    Thread Starter chromasiv

    (@chromasiv)

    im going to try on a fresh install to see if I can figure out the cause. Could quic cdn cause problems?

Viewing 15 replies - 16 through 30 (of 31 total)

The topic ‘LiteSpeed Cache Crawler’ is closed to new replies.