summaryrefslogtreecommitdiff
path: root/docs/configuration-directives/WSGIPythonEggs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration-directives/WSGIPythonEggs.rst')
-rw-r--r--docs/configuration-directives/WSGIPythonEggs.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration-directives/WSGIPythonEggs.rst b/docs/configuration-directives/WSGIPythonEggs.rst
new file mode 100644
index 0000000..ad87df7
--- /dev/null
+++ b/docs/configuration-directives/WSGIPythonEggs.rst
@@ -0,0 +1,18 @@
+==============
+WSGIPythonEggs
+==============
+
+:Description: Directory to use for Python eggs cache.
+:Syntax: ``WSGIPythonEggs`` *directory*
+:Context: server config
+
+Used to specify the directory to be used as the Python eggs cache directory
+for all sub interpreters created within embedded mode. This directive
+achieves the same affect as having set the ``PYTHON_EGG_CACHE``
+environment variable.
+
+Note that the directory specified must exist and be writable by the user
+that the Apache child processes run as. The directive only applies to
+mod_wsgi embedded mode. To set the Python eggs cache directory for mod_wsgi
+daemon processes, use the 'python-eggs' option to the WSGIDaemonProcess
+directive instead.