Fix #1231419 [error in manual page for "Integrating the calibre content server into other servers"](https://bugs.launchpad.net/calibre/+bug/1231419)

This commit is contained in:
Kovid Goyal 2013-09-26 18:31:54 +05:30
parent 901fd220b3
commit f7a2472336

View File

@ -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::