I'm trying to install Reviewboard for evaluation on a RHEL 7 instance under 
a VMWare VM and having some issues.

PostgreSQL
mod_wsgi

I don't have a dedicated hostname or IT support for this. Trying to have it 
show up at the following local address:

http://10.8.70.218/rb

It looks like the default config (/etc/httpd/conf.d/reviewboard.conf) is 
trying to use a virtual host address but I can't figure out how to get it 
to reroute to the above address.  It's been about 12 years since I set up 
an Apache instance, so things have changed a bit.

For completeness, here's the current reviewboard.conf:

<VirtualHost *:80>
ServerName 10.8.70.218
DocumentRoot "/var/www/reviewboard/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

WSGIPassAuthorization On
WSGIScriptAlias "/rb" "/var/www/reviewboard/htdocs/reviewboard.wsgi/rb"

<Directory "/var/www/reviewboard/htdocs">
AllowOverride All
Options -Indexes +FollowSymLinks
Require all granted
</Directory>

# Prevent the server from processing or allowing the rendering of
# certain file types.
<Location "/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 /rb/media "/var/www/reviewboard/htdocs/media"
Alias /rb/static "/var/www/reviewboard/htdocs/static"
Alias /rb/errordocs "/var/www/reviewboard/htdocs/errordocs"
Alias /rb/favicon.ico 
"/var/www/reviewboard/htdocs/static/rb/images/favicon.png"
</VirtualHost>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to