Parent Directory | Revision Log
- block signal registration, as viewvc seems to prevent SIGTERM from killing process ( and thus apache from restarting )
1 | # http://code.google.com/p/modwsgi/wiki/ApplicationIssues |
2 | # mainly for viewvc at the moment , when doing a diff |
3 | WSGIRestrictStdout Off |
4 | # again viewvc : |
5 | # mod_wsgi (pid=20083): Callback registration for signal 15 ignored. |
6 | # no bug reported upstream yet :/ |
7 | # WSGIRestrictSignal Off |
8 | # reenabled, as this prevent apache from restarting properly |
ViewVC Help | |
Powered by ViewVC 1.1.30 |