Ignore:
Timestamp:
09/01/10 14:56:44 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
510cec1
Parents:
3df18a
git-author:
Daniel Hugo Campora Perez <dcampora@…> (08/30/10 12:22:21)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (09/01/10 14:56:44)
Message:

[IMP] mod_WSGI migration

  • Centralized entry point for Indico
  • Remap of mod_apache's rewrite object with mod_wsgi
  • New user-friendly error page
  • Implementation of apache's rewrite with mod_wsgi
  • Python EGG Cache configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/consoleScripts/installBase.py

    r3df18a r269f72  
    213213def _checkModPythonIsInstalled(): 
    214214    try: 
    215         import mod_python 
     215        pass 
     216        #import mod_python 
    216217    except ImportError: 
    217218        raw_input(''' 
     
    224225 
    225226 
    226 You can downlod mod_python from: 
     227You can download mod_python from: 
    227228 
    228229    http://www.modpython.org/ 
Note: See TracChangeset for help on using the changeset viewer.