modwsgi conf for trial site:
DocumentRoot "E:/rbsites/trial/htdocs"
# Error handlers
ErrorDocument 500 E:/rbsites/trial/rb2/htdocs/errordocs/500.html
WSGIPassAuthorization On
WSGIScriptAlias "/trial/reviewboard"
"E:/rbsites/trial/htdocs/reviewboard.wsgi/trial/reviewboard"
WSGIPythonPath
E:/rbsites/trial;D:/virtual_envs/reviewboard_2_0_13/Lib/site-packages
<Directory "E:/rbsites/trial/htdocs">
AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all
</Directory>
# Prevent the server from processing or allowing the rendering of
# certain file types.
<Location "/trial/reviewboard/media/uploaded">
SetHandler None
Options None
AddType text/plain .html .htm .shtml .php .php3 .php4 .php5 .phps
.asp
AddType text/plain .pl .py .fcgi .cgi .phtml .phtm .pht .jsp .sh .rb
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
</Location>
# Alias static media requests to filesystem
Alias /trial/reviewboard/media "E:/rbsites/trial/htdocs/media"
Alias /trial/reviewboard/static "E:/rbsites/trial/htdocs/static"
Alias /trial/reviewboard/errordocs "E:/rbsites/trial/htdocs/errordocs"
Alias /trial/reviewboard/favicon.ico
"E:/rbsites/trial/htdocs/static/rb/images/favicon.png"
modwsgi conf for testvenv site:
DocumentRoot "E:/rbsites/rbsite_venev/htdocs"
# Error handlers
ErrorDocument 500 E:/rbsites/trial/rb2/htdocs/errordocs/500.html
WSGIPassAuthorization On
WSGIScriptAlias "/testvenv"
"E:/rbsites/rbsite_venev/htdocs/reviewboard.wsgi/testvenv"
WSGIPythonPath
E:/rbsites/rbsite_venev;D:/virtual_envs/reviewboard_2_0_13/Lib/site-packages
<Directory "E:/rbsites/rbsite_venev/htdocs">
AllowOverride All
Options -Indexes +FollowSymLinks
Allow from all
</Directory>
# Prevent the server from processing or allowing the rendering of
# certain file types.
<Location "/testvenv/media/uploaded">
SetHandler None
Options None
AddType text/plain .html .htm .shtml .php .php3 .php4 .php5 .phps
.asp
AddType text/plain .pl .py .fcgi .cgi .phtml .phtm .pht .jsp .sh .rb
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
</Location>
# Alias static media requests to filesystem
Alias /testvenv/media "E:/rbsites/rbsite_venev/htdocs/media"
Alias /testvenv/static "E:/rbsites/rbsite_venev/htdocs/static"
Alias /testvenv/errordocs "E:/rbsites/rbsite_venev/htdocs/errordocs"
Alias /testvenv/favicon.ico
"E:/rbsites/rbsite_venev/htdocs/static/rb/images/favicon.png"
--
Supercharge your Review Board with Power Pack:
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons:
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.