[Django]-Django app with fcgi works only in non daemonized mode

1👍

I would start with enabling debugs in the config of lighthttpd and also setting fastcgi.debug = 1.

When you have all logging and debugging turned on, try to access the site to save the errors in logs. Then you need to examine the main the error log.

The default location is /var/log/lighttpd/error.log.

Leave a comment