~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to INSTALL.md

  • Committer: Francois Marier
  • Date: 2016-01-18 09:05:33 UTC
  • mto: This revision was merged to the branch mainline in revision 939.
  • Revision ID: git-v1:acf5cbb1202d5d01c64890c820fdaf3328590ccd
Turn ON OCSP stapling (bug #1246521)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    a2enmod rewrite
61
61
    a2enmod wsgi
62
62
 
 
63
and put the following in `/etc/apache2/conf-available/ssl.conf`:
 
64
 
 
65
    SSLStaplingCache shmcb:/var/run/ocsp(128000)
 
66
 
 
67
before enabling it:
 
68
 
 
69
    a2enconf ssl
 
70
 
63
71
Create an uploaded/ directory that is writable by the www-data user:
64
72
 
65
73
    mkdir /var/lib/libravatar/uploaded