|
@ -97,8 +97,8 @@
|
97
|
97
|
|
98
|
98
|
WSGIScriptAliasMatch ^/hg(.*) /usr/lib/cgi-bin/hgweb.wsgi$1
|
99
|
99
|
WSGIScriptAlias /trac /usr/lib/python2.6/dist-packages/trac/admin/templates/deploy_trac.wsgi
|
100
|
|
WSGIDaemonProcess wsgitrac user=www-data group=www-data processes=5 threads=10 maximum-requests=1000 umask=0007
|
101
|
|
WSGIProcessGroup wsgitrac
|
|
100
|
WSGIDaemonProcess wsgitrac-ssl user=www-data group=www-data processes=5 threads=10 maximum-requests=1000 umask=0007
|
|
101
|
WSGIProcessGroup wsgitrac-ssl
|
102
|
102
|
|
103
|
103
|
ScriptAliasMatch ^/([a-zA-Z0-9]+)/cgi-bin/(.+) /usr/lib/cgi-bin/
|
104
|
104
|
<Directory /usr/lib/cgi-bin/>
|