Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #24585

Closed (moved)
Open
Opened Dec 11, 2017 by boklm@boklm

Add fpcentral apache configuration on forrestii

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>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#24585