Hi,

I have followed the steps at the below 2 urls to install reviewboard on 
redhat linux

https://www.reviewboard.org/get/instructions/?org-type=business&product=rb-powerpack&os=linux-rpm&support-level=free

https://www.reviewboard.org/docs/manual/2.5/admin/installation/creating-sites/



When I try to go to my site in Chrome i.e. www.example-reviewboard.com, I 
get this error

This site can’t be reached

*example-reviewboard.com*’s server DNS address could not be found.


   - Search Google for example reviewboard

ERR_NAME_NOT_RESOLVED



I have added the site/ip combo to my /etc/hosts file

Also below is the contents of 
/var/www/example-reviewboard.com/conf/apache-wsgi.conf (this is also 
included in main apache config)









<VirtualHost *:80>
 ServerName example-reviewboard
 DocumentRoot "/var/www/example-reviewboard.com/htdocs"

 # Error handlers
 ErrorDocument 500 /errordocs/500.html

 WSGIPassAuthorization On
 WSGIScriptAlias "/" 
"/var/www/example-reviewboard.com/htdocs/reviewboard.wsgi/"

 <Directory "/var/www/example-reviewboard.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 "/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 /media "/var/www/example-reviewboard.com/htdocs/media"
 Alias /static "/var/www/example-reviewboard.com/htdocs/static"
 Alias /errordocs "/var/www/example-reviewboard.com/htdocs/errordocs"
 Alias /favicon.ico 
"/var/www/example-reviewboard.com/htdocs/static/rb/images/favicon.png"
</VirtualHost>











Any help would be appreciated.

Thanks,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to