Changes between Version 6 and Version 7 of ModWsgiAcctmgrScript


Ignore:
Timestamp:
Oct 18, 2016, 8:53:35 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ModWsgiAcctmgrScript

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Mod_WSGI Account manager
     3= Configure Mod_WSGI Account manager
    44
    55== Description
    66
    7 This plugin uses the AccountManagerPlugin to provide authentication to Apache.
     7This plugin uses the AccountManagerPlugin to provide authentication to the Apache webserver.
    88
    99== Bugs/Feature Requests
     
    2525You can check out ModWsgiAcctmgrScript from [/svn/modwsgiacctmgrscript here] using Subversion, or [source:modwsgiacctmgrscript browse the source] with Trac.
    2626
    27 == Example
     27== Configuration
    2828
    29 === Apache configuration for a single host
     29=== Single host
    3030
    3131{{{#!apache
     
    4747The `TRAC_ENV` and `PYTHON_EGG_CACHE` need to be modified and set inside the script.
    4848
    49 === Configuration for multiple hosts
     49=== Multiple hosts
    5050
    51 '''First you need the patch from ticket #8525.'''
    52 
    53 The patch adds a function, that analyzes the REQUEST_URI and takes the part between TRAC_REQUEST_LOCATION and the next "/" as a part of the folder to the Trac environment.
     51'''First you need the patch from ticket #8525.''' The patch adds a function, that analyzes the REQUEST_URI and takes the part between TRAC_REQUEST_LOCATION and the next "/" as a part of the folder to the Trac environment.
    5452
    5553Apache: