Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread Christian Hammond
Do you have uploaded and uploaded/images directories owned by the web server in your site's htdocs/media/ directory? If not, go ahead and create them and then restart Apache. If you're using rb-site, then rb-site /path/to/site upgrade will take care of the syncdb, the evolve, and fixing any

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread SamClark
I didn't need to create those directories. They were already. The apache service is running as me (my windows domain login), and I should have all the necessary permissions. Running rb-site upgrade produced: C:\apacheweb\reviewboardrb-site.py upgrade . --copy-media Rebuilding directory

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-20 Thread Christian Hammond
Oh, it looks like you're running an older Review Board. Make sure to pass --upgrade to easy_install, like so: easy_install --upgrade ReviewBoard Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 20, 2009 at 2:24 PM, SamClark pimp.roc...@gmail.com wrote: I

Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-19 Thread Christian Hammond
Hi Sam. Some distros don't provide a sites-available or sites-enabled. In these cases, I'd just recommend modifying httpd.conf and append the configuration. It sounds like you've tried this, though. Does the Apache error log say anything? Also, make sure you have a NameVirtualHost entry somewhere