3065: cannot able to open site

balasubra*********@gmai***** (Google Code) (Is this you? Claim this profile.)
Aug. 23, 2013
What version are you running?

Reviewboard 1.7.13

What's the URL of the page containing the problem?

if i try to open the site http://10.x.x.x/reviewboard/

i'm getting only list of directories in the file  on the review board page site.

I newly installed the machine, can you help me to fix the mistake

copied the apache-wgsi.conf config to /etc/httpd/conf.d/

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

the home page of review board site should open 

What operating system are you using? What browser?

CentOS 5.5

Please provide any additional information below.
david
#1 david
Can you tell us what steps you went through to install?
  • +NeedInfo
#2 balasubra*********@gmai***** (Google Code) (Is this you? Claim this profile.)
Attached Screen Trace for the install log

Then i have added  in httpd.conf

DirectoryIndex index.html index.html.var *.wgsi

LoadModule wsgi_module modules/mod_wsgi.so

If any other logs required let me know.

Thanks
Bala
  • +
    [root@test ReviewBoard-1.7.13]# rb-site install /var/www/html/reviewboard
    * Welcome to the Review Board site installation wizard
        This will prepare a Review Board site installation in:
        /var/www/html/reviewboard
        We need to know a few things before we can prepare your site for
        installation. This will only take a few minutes.
    * Make sure you have the modules you need
        Depending on your installation, you may need certain Python
        modules and servers that are missing.
        If you need support for any of the following, you will need to
        install the necessary modules and restart the install.
        Databases (optional):
            * PostgreSQL (psycopg2)
    * What's the host name for this site?
        This should be the fully-qualified host name without the http://,
        port or path.
    Domain Name: rb.redknee.com
    * What URL path points to Review Board?
        Typically, Review Board exists at the root of a URL. For example,
        http://
david
#3 david
A copy of the full apache configuration and the apache logs would also be helpful.
#4 balasubra*********@gmai***** (Google Code) (Is this you? Claim this profile.)
Many thanks for the support, i fixed the issue.

In the apacha-wsgi.conf file i saw some issue

WSGIScriptAlias "/reviews" "/var/www/html/reviewboard/htdocs/reviewboard.wsgi/reviews"

Change to 

WSGIScriptAlias /reviews "/var/www/html/reviewboard/htdocs/reviewboard.wsgi/reviews"

Now i can able to access the Site.

Regards
Bala
david
#5 david
  • -NeedInfo
    +SetupIssue