Quote:
Originally Posted by kovidgoyal
You cannot use the in process server with a binary calibre install, as stated in the User Manual. Use the reverse proxy.
|
Fair enough ... per
the docs it should work with a current version installed by the package manager. I include the link to the docs page to ensure we're both referring to the same document.
I initially tried the version through the package manager, and have now reverted to that. The installed version is 1.22.0 .
Now what I'm seeing is the browser sitting on "Connecting". In the server error log (log level is set to debug) I'm seeing the following:
Code:
[Wed Mar 05 12:16:11.147060 2014] [authz_core:debug] [pid 13378] mod_authz_core.c(802): [client 66.46.204.206:44211] AH01626: authorization result of Require all granted: granted
[Wed Mar 05 12:16:11.147166 2014] [authz_core:debug] [pid 13378] mod_authz_core.c(802): [client 66.46.204.206:44211] AH01626: authorization result of <RequireAny>: granted
[Wed Mar 05 12:16:11.147535 2014] [authz_core:debug] [pid 13378] mod_authz_core.c(802): [client 66.46.204.206:44211] AH01626: authorization result of Require all granted: granted
[Wed Mar 05 12:16:11.147624 2014] [authz_core:debug] [pid 13378] mod_authz_core.c(802): [client 66.46.204.206:44211] AH01626: authorization result of <RequireAny>: granted
[Wed Mar 05 12:16:11.159324 2014] [:info] [pid 13378] mod_wsgi (pid=13378): Create interpreter 'fog.org|/calibre'.
[Wed Mar 05 12:16:11.160495 2014] [:info] [pid 13378] [client 66.46.204.206:44211] mod_wsgi (pid=13378, process='', application='fog.org|/calibre'): Loading WSGI script '/var/www/cgi-bin/calibre-wsgi-adapter.py'.
Any guidance for getting the in process server working is appreciated.