Looking for a fast Testserver, I ended up at Vultr.com, starting from 5 eur/month.
So I selected : LAMP stack
But at step 3 in the install, the "test connection" XHR :
gives a 404 error :
The body is ok :
If I post the same body to
so without the index.php rewrite, the result is a nice http 200
FCGI debugging is a pain, and I tried about anything ( all stackexchange and serverfault suggestions)
My question : what is the best way to tackle this? Why does this only happen at step 3 in the install process?
Thank you for thinking along
So I selected : LAMP stack
- deployed (Ubuntu 2204 LTS, PHP/FPM 8.2, MariaDB )
- got certbot cert
- created db + espouser
- a2enmod rewrite
- unpacked the last release and started /install
But at step 3 in the install, the "test connection" XHR :
Code:
POST https://myhost.com/install/index.php
Code:
[proxy_fcgi:error] [pid ..:tid ...] [client ..] AH01071: Got error 'Primary script unknown', referer: https://myhost.com/install/
Code:
dbName=mydb&hostName=localhost&dbUserName=myuser&dbUserPass=myspass&action=settingsTest
If I post the same body to
Code:
POST https://myhost.com/install/
Code:
{"success":true,"errors":[]}
My question : what is the best way to tackle this? Why does this only happen at step 3 in the install process?
Thank you for thinking along