Package mapproxy :: Package core :: Module app
[hide private]
[frames] | no frames]

Module app

source code

The WSGI application.
Classes [hide private]
  LighttpdCGIRootFix
Wrap the application in this middleware if you are using lighttpd with FastCGI or CGI and the application is mounted on the URL root.
Functions [hide private]
 
app_factory(global_options, **local_options)
Paster app_factory.
source code
 
init_paster_reload_files(reload_files) source code
 
init_paster_file_watcher(file_patterns) source code
 
_add_files_to_paster_file_watcher(files) source code
 
init_logging_system(log_conf=None) source code
 
init_null_logging() source code
 
make_wsgi_app(services_conf=None)
Create a ProxyApp with the given services conf.
source code
Variables [hide private]
  version = '0.8.4'
  ctx = threading.local()
Function Details [hide private]

make_wsgi_app(services_conf=None)

source code 
Create a ProxyApp with the given services conf. Also initializes logging.
Parameters:
  • services_conf - the file name of the services.yaml configuration, if None the default is loaded.