[tor-bugs] #24585 [Internal Services/Tor Sysadmin Team]: Add fpcentral apache configuration on forrestii

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 11 17:23:44 UTC 2017


#24585: Add fpcentral apache configuration on forrestii
-------------------------------------------------+-------------------------
     Reporter:  boklm                            |      Owner:  tpa
         Type:  task                             |     Status:  new
     Priority:  Medium                           |  Milestone:
    Component:  Internal Services/Tor Sysadmin   |    Version:
  Team                                           |   Keywords:
     Severity:  Normal                           |  TorBrowserTeam201712
Actual Points:                                   |  Parent ID:  #23738
       Points:                                   |   Reviewer:
      Sponsor:                                   |
-------------------------------------------------+-------------------------
 Please install package `libapache2-mod-wsgi` on `forrestii`.

 We also need the following apache configuration on `forrestii`:
 {{{
 <VirtualHost *>
     ServerName fpcentral.tbb.torproject.org

     WSGIDaemonProcess fpcentral user=fpcentral group=fpcentral threads=5
     WSGIScriptAlias /
 /srv/fpcentral.tbb.torproject.org/home/fpcentral/fpcentral.wsgi

     <Directory /srv/fpcentral.tbb.torproject.org/home/fpcentral>
         WSGIProcessGroup fpcentral
         WSGIApplicationGroup %{GLOBAL}
         WSGIScriptReloading On
         Order deny,allow
         Allow from all
     </Directory>
 </VirtualHost>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24585>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list