de164df670
Change-Id: I2f652482ff112624d82cdca26a14ac3f83dd5045
19 lines
452 B
Plaintext
19 lines
452 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.5
|
|
|
|
<Directory "/var/www/compass_web/v2.5">
|
|
Options Indexes FollowSymLinks
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
</VirtualHost>
|