compass-core/misc/apache/ods-server.conf
xiaodongwang cfd3b7924e change the compass deamon name in httpd service
Change-Id: I094a9f069f754482c197a12c46144834bec5ae1a
2014-09-06 20:12:05 -07:00

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>