1015: Generating conf file without quotes for SetEnv PYTHON_EGG_CACHE causing Apache server to fail to start

manjuna********@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
April 20, 2009
What's the URL of the page containing the problem?
Not Applicable

What steps will reproduce the problem?
1. Run easy_install for review board on Windows, where Apache is installed 
in C:\Program files
2.
3.

What is the expected output? What do you see instead?
Expected output
SetEnv PYTHON_EGG_CACHE "C:/Program Files (x86)/Apache Software 
Foundation/Apache2.2/htdocs/spea/reviews.spea.com/tmp/egg_cache"

Seeing below output
SetEnv PYTHON_EGG_CACHE C:/Program Files (x86)/Apache Software 
Foundation/Apache2.2/htdocs/spea/reviews.spea.com/tmp/egg_cache

What operating system are you using? What browser?
Windows 2003 x64 Enterprise Edition, IE 6

Please provide any additional information below.
Using python 2.5.4, Windows x64 platfrom, Apache 2.2, and Review Board 
version 1.0beta1
chipx86
#1 chipx86
  • +Confirmed
  • -Priority-Medium
    +Priority-High
    +EasyFix
    +Component-Deployment
    +Milestone-Release1.0
chipx86
#2 chipx86
Fixed in r1911.
  • -Confirmed
    +Fixed
  • +chipx86
#3 manjuna********@gmai***** (Google Code) (Is this you? Claim this profile.)
/media and /errordocs also need to fix since @sitedir contains spaces Apache is 
installed on C:/Program Files/xxxxx 

So the fix will look something like below

# Alias static media requests to filesystem
Alias /media "@sitedir@/htdocs/media"
Alias /errordocs "@sitedir@/htdocs/errordocs"