rafaucau
When I logged in for the first time, I logged out, but when I logged in again, I couldn't log in normally. After logging in, the page would only refresh, and the page would still be in an unregistered state.
But when I refresh the page again on my server, 'php flare lscache: clean', the login status will be displayed directly.
My website: http://wppd.xyz/
Test account: test
Password: 123456789
I installed OpenLiteSpeed and Flarum forum, and once I had everything set up,
In https://check.lscache.io/?host=http%3A%2F%2Fwppd.xyz Checking is normal.
wppd.xyz
LSCache is supported
LiteSpeed cache is a hit
<IfModule LiteSpeed>
CacheLookup on
RewriteEngine On
RewriteCond %{REQUEST_METHOD} HEAD|GET$
RewriteRule .* - [E="Cache-Vary:flarum_lscache_vary,flarum_remember,locale"]
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
</IfModule>
module cache {
ls_enabled 1
checkPrivateCache 1
checkPublicCache 1
maxCacheObjSize 10000000
maxStaleAge 200
qsCache 1
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 0
ignoreRespCacheCtrl 0
enableCache 1
expireInSeconds 900
enablePrivateCache 1
privateExpireInSeconds 600
}
My Flarum information:
Flarum core: 1.8.7
PHP version: 8.3.10
MySQL version: 8.0.35
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, bcmath, bz2, calendar, ctype, dom, enchant, hash, fileinfo, filter, ftp, gd, gettext, gmp, json, iconv, SPL, mbstring, pcntl, session, standard, PDO, Phar, posix, random, readline, Reflection, exif, SimpleXML, soap, sockets, sodium, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, mysqlnd, curl, imap, mysqli, pdo_mysql, pdo_sqlite, sqlite3, Zend OPcache
+----------------------+---------+--------+
| Flarum Extensions | | |
+----------------------+---------+--------+
| ID | Version | Commit |
+----------------------+---------+--------+
| flarum-flags | v1.8.1 | |
| flarum-approval | v1.8.2 | |
| flarum-tags | v1.8.2 | |
| flarum-likes | v1.8.1 | |
| flarum-suspend | v1.8.2 | |
| flarum-subscriptions | v1.8.1 | |
| flarum-sticky | v1.8.1 | |
| flarum-statistics | v1.8.1 | |
| flarum-mentions | v1.8.4 | |
| flarum-markdown | v1.8.1 | |
| flarum-lock | v1.8.1 | |
| flarum-lang-english | v1.8.0 | |
| flarum-emoji | v1.8.1 | |
| flarum-bbcode | v1.8.0 | |
| acpl-lscache | v2.3.1 | |
+----------------------+---------+--------+
Base URL: http://wppd.xyz
Installation path: /www/wwwroot/wppd.xyz
Queue driver: sync
Session driver: file
Mail driver: mail
Debug mode: off
Thank you very much for your help。