My favorites | Sign in
Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 1015: Generating conf file without quotes for SetEnv PYTHON_EGG_CACHE causing Apache server to fail to start
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  chipx86
Closed:  Apr 2009
Type-Defect
Priority-High
EasyFix
Component-Deployment
Milestone-Release1.0


Sign in to add a comment
 
Reported by manjunath.shiva, Apr 01, 2009
*NOTE: Do not post confidential information in this bug report.*

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  

Comment 1 by chipx86, Apr 19, 2009
(No comment was entered for this change.)
Status: Confirmed
Labels: -Priority-Medium Priority-High EasyFix Component-Deployment Milestone-Release1.0
Comment 2 by chipx86, Apr 19, 2009
Fixed in r1911.
Status: Fixed
Owner: chipx86
Comment 3 by manjunath.shiva, Apr 20, 2009
/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"

Sign in to add a comment

Powered by Google Project Hosting