mirror of https://github.com/interlegis/sigi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
361 B
15 lines
361 B
16 years ago
|
<VirtualHost *:80>
|
||
|
ServerName sigi.interlegis.gov.br
|
||
|
|
||
|
WSGIScriptAlias / /srv/webapps/SIGI/etc/apache/django.wsgi
|
||
|
|
||
|
ErrorLog /var/log/apache2/sigi-error.log
|
||
|
|
||
|
# Possible values include: debug, info, notice, warn, error, crit,
|
||
|
# alert, emerg.
|
||
|
LogLevel warn
|
||
|
|
||
|
CustomLog /var/log/apache2/sigi-access.log combined
|
||
|
ServerSignature Off
|
||
|
</VirtualHost>
|