From b272f916ac3f5825e49c542d83f84b752767b84a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Oct 2010 16:29:58 -0600 Subject: [PATCH] ... --- src/calibre/manual/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/manual/server.rst b/src/calibre/manual/server.rst index 4d1a1ddde3..6d1adc88cd 100644 --- a/src/calibre/manual/server.rst +++ b/src/calibre/manual/server.rst @@ -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.