Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

SECRET//NOFORN
6.2 Deploying Octopus
Octopus requires the installation of Apache as well as mod_wsgi, an Apache module
for serving Python WSGI applications. Once those packages have been installed the
Octopus folder (containing Octopus.wsgi and the vendor folder) can be copied to the
LP. The following Apache configuration example can be used as a reference for
configuring Apache to service Octopus.
/etc/httpd/conf.d/octopus.conf:
WGIScriptAlias <BASE_URL> <path_to>/Octopus/Octopus.wsgi
<Directory <path_to>/Octopus>
Order deny,allow
Allow from all
</Directory>
Where <BASE_URL> is the same as BASE_URL configured in Octopus.
Note: Apache must be configured to serve using SSL. AM expects an SSL
connection and will fail if it cannot establish a secure link.
49
SECRET//NOFORN

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh