Skip to content

Commit 6460a7e

Browse files
committed
Updated the comment with the working Apache setting for a dev server.
- Legacy-Id: 6170
1 parent 80a19d6 commit 6460a7e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

ietf/wsgi.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
<VirtualHost *:80>
1414
ServerName tracker.tools.ietf.org
1515
16+
ServerSignature Off
17+
CustomLog /var/log/apache2/tracker.tools.ietf.org-access.log full
18+
ErrorLog /var/log/apache2/tracker.tools.ietf.org-error.log
19+
1620
DocumentRoot "/srv/www/ietfdb/static/"
1721
18-
AliasMatch "^/((robots.txt|favicon.ico|images|css|js|media)(.*))$" /srv/www/ietfdb/static/$1
19-
AliasMatch "^/secretariat/(img|css|js|error)(/|$)" /srv/www/ietfdb/static/secretariat/$1
20-
AliasMatch "^/secr/(img|css|js|error)(/|$)" /srv/www/ietfdb/static/secr/$1
22+
Alias /robots.tx /srv/www/ietfdb/static/dev/robots.txt
23+
AliasMatch "^/((favicon.ico|images|css|js|media|secretariat)(.*))$" /srv/www/ietfdb/static/$1
2124
2225
WSGIScriptAlias / /srv/www/ietfdb/ietf/wsgi.py
2326
@@ -29,7 +32,6 @@
2932
AuthDigestDomain http://tools.ietf.org/
3033
Require valid-user
3134
</Location>
32-
3335
</VirtualHost>
3436
----
3537

0 commit comments

Comments
 (0)