Skip to content

Commit

Permalink
Merge pull request pallets#1648 from accraze/mod-wsgi-docs
Browse files Browse the repository at this point in the history
Mod wsgi docs
  • Loading branch information
davidism committed Dec 10, 2015
2 parents 910ad01 + fcd573e commit dc07e26
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/deploying/mod_wsgi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,20 @@ Note: There have been some changes in access control configuration for `Apache 2

.. _Apache 2.4: http://httpd.apache.org/docs/trunk/upgrading.html

Most notably, the syntax for directory permissions has changed from httpd 2.2

.. sourcecode:: apache

Order allow,deny
Allow from all

to httpd 2.4 syntax

.. sourcecode:: apache

Require all granted


For more information consult the `mod_wsgi wiki`_.

.. _mod_wsgi: http://code.google.com/p/modwsgi/
Expand Down

0 comments on commit dc07e26

Please sign in to comment.