Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Justin Chen
I am trying to use ReviewBoard under cygwin environment. It seems i cannot install mod_python module for apache under cygwin environment. Did anyone ever successfully install ReviewBoard under cygwin? Thanks On Feb 3, 11:28 am, Christian Hammond wrote: > Okay, the problem then is that you don't

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Christian Hammond
Okay, the problem then is that you don't have the mod_python module installed or configured. Which distro is this? You probably just need to download and install the right package. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Mon, Feb 2, 2009 at 7:27 PM, Justin Chen wro

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Justin Chen
Sorry, i forgot to mention "i've change to use mod_python". On Feb 3, 11:27 am, Justin Chen wrote: > Hi Christian, > > I did the changes as your mentioned. Then i met another issue- > $ /usr/sbin/apachectl2 start > Syntax error on line 10 of /etc/apache2/conf.d/ > reviews.starcite.com.conf: > In

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Justin Chen
Hi Christian, I did the changes as your mentioned. Then i met another issue- $ /usr/sbin/apachectl2 start Syntax error on line 10 of /etc/apache2/conf.d/ reviews.starcite.com.conf: Invalid command 'PythonPath', perhaps misspelled or defined by a module not incl uded in the server configuration A

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Christian Hammond
Hi Justin. 1) The sites-enabled seems to be specific to certain distros. What you could do then is just copy the contents directly into httpd.conf (unless there's a conf.d directory, in which case put it there). 2) Sorry, I should have been more clear. I meant just the section you added referenci

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Justin Chen
Hi Christian, Thank you very much. I read http://www.review-board.org/docs/GettingStarted for hundreds of times, but still met lots of issues. :) so, i still have some issues (1) i cannot find any folder named sites-enabled under /etc/apache2/. Any idea? how can i do in this case? (2) you mention

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Justin Chen
Hi Christian, If you are referring to /var/www/reviews.starcite.com/conf, there are 4 files as following - apache-fastcgi.conf search-cron.conf settings_local.py settings_local.pyc How can i use them in Apache configuration? And the following are the /etc/apache2/httpd.conf - If you find any er

Re: Nothing Displayed when browse "http://localhost/reviews"

2009-02-02 Thread Christian Hammond
Did you use the provided Apache config file in the site's conf/ directory? If so, can you send it to me? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Sun, Feb 1, 2009 at 8:03 PM, Justin Chen wrote: > > Hi All, > > After trying some hours, it seems i've installed review