Changes between Version 24 and Version 25 of InstallationGuidelinesApacheModWSGI


Ignore:
Timestamp:
08/09/10 07:19:07 (14 years ago)
Author:
Fran Boon
Comment:

WSGIPassAuthorization

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelinesApacheModWSGI

    v24 v25  
    2222a2enmod headers
    2323a2enmod expires
     24vim /etc/apache2/mods-enabled/wsgi.conf
     25    # Enable to allow Basic Authentication for WebServices
     26    WSGIPassAuthorization On
    2427vim /etc/apache2/sites-available/eden
    2528}}}