--
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "reviewboard" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/reviewboard/ACWCq4ePAkA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to reviewboard...@googlegroups.com.
It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report this to your administrator.
<VirtualHost *:80> ServerName LittleCats DocumentRoot "/var/www/reviews.example.com/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html WSGIPassAuthorization On WSGIScriptAlias "/var/www/rb" "/var/www/reviews.example.com/htdocs/reviewboard.wsgi/var/www/rb" <Directory "/var/www/reviews.example.com/htdocs"> AllowOverride All Options -Indexes +FollowSymLinks Allow from all </Directory> # Prevent the server from processing or allowing the rendering of # certain file types. <Location "/var/www/rb/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 /var/www/rb/media "/var/www/reviews.example.com/htdocs/media" Alias /var/www/rb/static "/var/www/reviews.example.com/htdocs/static" Alias /var/www/rb/errordocs "/var/www/reviews.example.com/htdocs/errordocs" Alias /var/www/rb/favicon.ico "/var/www/reviews.example.com/htdocs/static/rb/images/favicon.png" </VirtualHost>