1331: Windows XP apache 2.2 configuartion for review board

rahim.******@gmai***** (Google Code) (Is this you? Claim this profile.)
July 4, 2011
#What's the URL of the page containing the problem?
http://www.review-board.org/docs/manual/1.0/admin/sites/creating-
sites/#creatingsites

#Describe the problem and any recommendations below.
As Apacahe 2.2 httpd does not have "sites-available" directory,
requesting more detailed description for configure of apache 2.2 in 
Windows XP for review board. I  used the follwing procedure (there might 
be better way of doing this)
1) create site using rb-site install <site directory>
2) copy the files in conf and htdocs  of the reviewboard site into the 
correponding directory of apache e.g. copy the files and directory <site 
directory>/conf/ to <apache web server install directory>/conf and htdocs
create tmp directory
3) ensure Python module is loaded by apache 
   If not add the following line to load python module to
 <apache webserver install directory>/conf/httpd.conf
   " 
   LoadModule  python_module modules/mod_python.so
   "   
Note must have the mod_python.so in <apache webserver install 
directory>/modules
4) edit the apache-modpython.conf to change (copied to apache conf dir)
   all occurances of the path for the origianl review board site directory
  e.g. i)change the DocumentRoot to <apache webserver install 
directory>/htdocs/ of  in httpd.conf; 
      ii)changed the PythonPath to point  <apache webserver install 
directory>/htdocs/;
    iii) change the Directory and Alias also

 5) appended the Virtual Host from the "apache-modpython.conf" edited 
above into the <apache web server install directory>/conf/httpd.conf.
  6) restart apache
 
#Please provide any additional information below.
david
#1 david
  • -Type-Defect
    +Type-Enhancement
david
#2 david
Running on apache without sites-available is already described in the latest docs.
  • +Fixed