I installed Seafile 6.3.2 in a custom app on Webfaction listening on a port. I followed the instructions and started seahub and seafile, then went to the domain and got a blank white screen on FireFox, and a “page can’t be found” error in Chromium. I had the same problem with 6.2.5.
drive.pattmayne.com is a blank screen on firefox and a “Page cannot be found” error in Chromium
SAME_DOMAIN:8000 says “Unable to connect”
In the setup I gave it the port of the custom app. In a previous installation I left the default port, and in that case I got an error in both browsers instead of a blank screen (server not found or problem loading page, I don’t remember). So I’m sure it was right for me to give it the port of the custom app.
It seems like Seafile’s backend WAS working fine. It populated the databases and took my admin info in the terminal. But nothing’s delivering to the front end.
EDIT / UPDATE:
The access log is empty. The error log is full of stuff like this:
[ERROR] Can’t connect to (‘0.0.0.0’, 8000)
Why is it connecting to 0.0.0.0 ?
I tried to run ./seahub.sh start-fastcgi and got an error:
Unknown command: ‘runfcgi’
and the server won’t start.
UPDATE 2:
I got a new kind of error with the same result. There was something else listening on ‘0.0.0.0., 8000’ and I shut it down. Now I get this error:
[2018-08-05 04:49:32 +0000] [10427] [INFO] Starting gunicorn 19.8.1
[2018-08-05 04:49:32 +0000] [10427] [INFO] Listening at: http://0.0.0.0:8000 (10427)
[2018-08-05 04:49:32 +0000] [10427] [INFO] Using worker: sync
[2018-08-05 04:49:32 +0000] [10437] [INFO] Booting worker with pid: 10437
And my browser gives the exact same errors as before.
How can I find out what I’ve done wrong?