* Jostein Berntsen wrote:
>
> I was checking out the nginx server here. It seems like there
> was something wrong with the FastCGI installation so I will check that.
>
There is a flaw in ledger's python bindings where once a journal file is
read in,
you can't unread or reread it in the same process.
This is why the web interface needs to use CGI, which spawns one process
per request.
This is a bit off-topic, but one way to run cgi programs with nginx is with
fcgiwrap.
Once it's installed and running, add something to your conf like:
location /cgi/ {
include fastcgi_params;
fastcgi_pass unix:/run/fcgiwrap.sock;
}
HTH
Might be better to start a new thread about this, since it's not really
specific to ledgible.
--
---
You received this message because you are subscribed to the Google Groups
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.