Changes between Version 4 and Version 5 of ModWsgiAcctmgrScript


Ignore:
Timestamp:
Jul 20, 2015, 12:07:41 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • ModWsgiAcctmgrScript

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Mod_WSGI Acctmgr =
    32
    4 == Description ==
     3= Mod_WSGI Account manager
    54
    6 Use the AccountManagerPlugin to provide authentication to apache.
     5== Description
    76
    8 == Bugs/Feature Requests ==
     7This plugin uses the AccountManagerPlugin to provide authentication to Apache.
     8
     9== Bugs/Feature Requests
    910
    1011Existing bugs and feature requests for ModWsgiAcctmgrScript are
     
    1213
    1314If you have any issues, create a
    14 [http://trac-hacks.org/newticket?component=ModWsgiAcctmgrScript&owner=pacopablo new ticket].
     15[/newticket?component=ModWsgiAcctmgrScript new ticket].
    1516
    16 == Download ==
     17[[TicketQuery(component=ModWsgiAcctmgrScript&group=type,format=progress)]]
     18
     19== Download
    1720
    1821Download the zipped source from [download:modwsgiacctmgrscript here].
    1922
    20 == Source ==
     23== Source
    2124
    2225You can check out ModWsgiAcctmgrScript from [http://trac-hacks.org/svn/modwsgiacctmgrscript here] using Subversion, or [source:modwsgiacctmgrscript browse the source] with Trac.
    2326
    24 == Example ==
     27== Example
    2528
    26 '''Apache config for single host:'''
    27 {{{
     29=== Apache configuration for a single host
     30
     31{{{#!apache
    2832WSGIPythonPath /var/trac-0.11dev/lib/python2.4/site-packages
    2933<VirtualHost *:80>
     
    4347The `TRAC_ENV` and `PYTHON_EGG_CACHE` need to be modified and set inside the script.
    4448
    45 '''Config for multiple host:'''[[BR]]
    46 ''First you need the patch from the Ticket:'' #8525!
    47 [[BR]]
    48 The patch adds a function, which analyzes the REQUEST_URI and take a the part between[[BR]]
    49 TRAC_REQUEST_LOCATION and the next ''/'' as a part of the folder to the trac environment.
    50 [[BR]][[BR]]
     49=== Configuration for multiple hosts
     50
     51'''First you need the patch from ticket #8525.'''
     52
     53The 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.
     54
    5155Apache:
    52 {{{
     56{{{#!apache
    5357WSGIPythonPath /var/trac-0.11dev/lib/python2.4/site-packages
    5458<VirtualHost *:80>
     
    7478}}}
    7579
    76 == Recent Changes ==
     80== Recent Changes
    7781
    7882[[ChangeLog(modwsgiacctmgrscript, 3)]]
    7983
    80 == Author/Contributors ==
     84== Author/Contributors
    8185
    8286'''Author:''' [wiki:pacopablo] [[BR]]