I followed https://docs.litespeedtech.com/cloud/images/wordpress/#how-do-i-secure-phpmyadmin except the IP allow method. Yes, I know it's LiteSpeed documentación and not OpenLiteSpeed. I do have OpenLiteSpeed installed on Ubuntu 22.04 via Vultr.com marketplace.
When I access https://mydomain.com/secreturi I do get asked the user and password (Method 3: Require password, Realm configured). This works as expected.
But then, after entering the user + password, I get a blank page when trying to access the actual phpmyadmin secreturi (Method 1. Change your phpMyAdmin URL ).
Upon inspection of Developers console in Chrome, I can see that all resources are 404 no found.
Directories are correctly configured in OLS Web server (Virtual Host/Context and Realm)
Moreover, if I try to restart phpmyadmin with
killall -9 lsphp
I get
lsphp: no process found
However, phpMyAdmin is located at /var/www/phpmyadmin (default install).
Even if I reboot the server, still 404 for phpmyadmin resources.
This was working before. I may have done some apt update && upgrade on the server. I haven't added any plugins since then.
Thanks,
When I access https://mydomain.com/secreturi I do get asked the user and password (Method 3: Require password, Realm configured). This works as expected.
But then, after entering the user + password, I get a blank page when trying to access the actual phpmyadmin secreturi (Method 1. Change your phpMyAdmin URL ).
Upon inspection of Developers console in Chrome, I can see that all resources are 404 no found.
Directories are correctly configured in OLS Web server (Virtual Host/Context and Realm)
Moreover, if I try to restart phpmyadmin with
killall -9 lsphp
I get
lsphp: no process found
However, phpMyAdmin is located at /var/www/phpmyadmin (default install).
Even if I reboot the server, still 404 for phpmyadmin resources.
This was working before. I may have done some apt update && upgrade on the server. I haven't added any plugins since then.
Thanks,