From f7a247233678a9ef0b8d1da1163c91327b453f0b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Sep 2013 18:31:54 +0530 Subject: [PATCH] Fix #1231419 [error in manual page for "Integrating the calibre content server into other servers"](https://bugs.launchpad.net/calibre/+bug/1231419) --- manual/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/server.rst b/manual/server.rst index 20d4434a28..b5aa203ea8 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -104,7 +104,7 @@ Save this adapter as :file:`calibre-wsgi-adpater.py` somewhere your server will Let's suppose that we want to use WSGI in Apache. First enable WSGI in Apache by adding the following to :file:`httpd.conf`:: - LoadModule proxy_module modules/mod_wsgi.so + LoadModule wsgi_module modules/mod_wsgi.so The exact technique for enabling the wsgi module will vary depending on your Apache installation. Once you have the proxy modules enabled, add the following rules to httpd.conf (or if you are using virtual hosts to the conf file for the virtual host in question::