This commit is contained in:
Kovid Goyal 2010-10-28 16:29:58 -06:00
parent 3229fa9f6c
commit b272f916ac

View File

@ -37,7 +37,7 @@ That's all, you will now be able to access the |app| Content Server under the /c
.. note:: If you are willing to devote an entire VirtualHost to the content server, then there is no need to use --url-prefix and RewriteRule, instead just use the ProxyPass directive.
Using WSGI
In process
------------
The calibre content server can be run directly, in process, inside a host server like Apache using the WSGI framework.