Web UI fails to load some static files

Status
Not open for further replies.

Rory

Cadet
Joined
Jul 29, 2015
Messages
1
I'm having some issues with the Web UI where when loading it at https://myserver.domain.com many of the static resources (css files/png files) do not load and instead ERR_EMPTY_RESPONSE.

When looking at the logs on the server the nginx worker processes are exiting:
==> nginx-error.log <==
2015/08/04 14:43:09 [alert] 20557#0: worker process 60203 exited on signal 11
2015/08/04 14:43:09 [alert] 20557#0: worker process 60225 exited on signal 11
2015/08/04 14:43:09 [alert] 20557#0: worker process 60252 exited on signal 11
2015/08/04 14:43:09 [alert] 20557#0: worker process 60253 exited on signal 11

Running FreeBSD 9.2-RELEASE-p12.

Storage seems fine, I can still manage the zfs pool via the command line utility.

I took a log file of the nginx worker process that dies via ktrace, but with my untrained eye I'm not entirely sure I'm reading it right.

What I'm after are any suggestions on recommended documentation for troubleshooting django applications(outside of the official ones, already reading through it), or any logs that may be of assistance in diagnosing this.


Thanks!
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Typically, brute force is favored. In other words, blow the installation to hell, make a clean install (if possible to new media) and restore your config from backup.
 
Status
Not open for further replies.
Top