Last change
on this file since 2495 was
2397,
checked in by quentin, 15 years ago
|
Get login information from Apache, if available
|
File size:
301 bytes
|
Rev | Line | |
---|
[2388] | 1 | # This file is used when the web interface is loaded as a FastCGI |
---|
| 2 | [global] |
---|
| 3 | #auto_reload doesn't work with FastCGI |
---|
| 4 | engine.auto_reload = False |
---|
| 5 | tools.mako.module_directory = "/tmp/invirt-web-templatecache" |
---|
[2397] | 6 | tools.remote_user_login.on = True |
---|
[2388] | 7 | |
---|
| 8 | engine.SIGHUP = None |
---|
| 9 | engine.SIGTERM = None |
---|
| 10 | |
---|
| 11 | log.screen = False |
---|
Note: See
TracBrowser
for help on using the repository browser.