cfd3b7924e
Change-Id: I094a9f069f754482c197a12c46144834bec5ae1a
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
# Apache config for ods server
|
|
#
|
|
# Specify python path if you use virtualenv
|
|
|
|
WSGIDaemonProcess compass threads=4 display-name=%{GROUP}
|
|
WSGIProcessGroup compass
|
|
WSGIScriptAlias /api /var/www/compass/compass.wsgi
|
|
WSGISocketPrefix /var/run/wsgi
|
|
|
|
<VirtualHost *:80>
|
|
DocumentRoot /var/www/compass_web/v2
|
|
|
|
<Directory "/var/www/compass_web/v2">
|
|
Options Indexes FollowSymLinks
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
</VirtualHost>
|