We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55c697 commit c8b5c2cCopy full SHA for c8b5c2c
1 file changed
changelog
@@ -44,6 +44,12 @@ ietfdb (3.07)
44
45
PYTHONPATH=$PWD ietf/manage.py migrate
46
47
+ # Add the static/doc location as statically served files to the apache
48
+ # configuration. Fix line 6 in etc/apache2/vhoosts.d/ietf-datatracker.common
49
+ # to read:
50
+ # <LocationMatch "^/(?!(cgi-bin|css|documents|error|idst|images|js|media|doc|private)/|robots.txt).*$">
51
+ # (i.e., add '|doc' to the exception list).
52
+
53
# Then carry on with the usual actions:
54
55
cd ../
@@ -63,7 +69,7 @@ ietfdb (3.07)
63
69
2. Add the liaisons in the IETF assigned and named on the IAB list of
64
70
liaisons.
65
71
66
- -- Henrik Levkowetz <henrik@levkowetz.com> 22 Oct 2010 13:59:04 +0200
72
+ -- Henrik Levkowetz <henrik@levkowetz.com> 26 Oct 2010 16:11:24 +0200
67
73
68
74
ietfdb (3.06)
75
0 commit comments