Skip to content

Commit

Permalink
Fixed module name typo in SSL Engine config
Browse files Browse the repository at this point in the history
Fixes #214
  • Loading branch information
lourdas authored Mar 16, 2020
1 parent ca75cd9 commit aa674ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssl/ssl_engine.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SSLSessionTickets Off

# (3)
<IfModule mod_socache_dbm.c>
<IfModule mod_socache_shmcb.c>
SSLSessionCache "shmcb:/usr/local/apache2/logs/ssl_gcache_data(10485760)"
SSLSessionCacheTimeout 86400
</IfModule>
Expand Down

0 comments on commit aa674ff

Please sign in to comment.