Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "OCSPStapling" page has been changed by JeffTrawick:
https://wiki.apache.org/httpd/OCSPStapling?action=diff&rev1=2&rev2=3

Comment:
mention runtime file path on FreeBSD when using the config in the Port 
Collection apache24

  
  ==== FreeBSD 9 and 10 Port Package “apache24” ====
  
- The normal default {{{httpd-ssl.conf}}} file is in the directory 
{{{/usr/local/etc/apache24/extra}}}; that contains global SSL settings as well 
as settings for the default SSL-enabled virtual host.
+ The normal default {{{httpd-ssl.conf}}} file is in the directory 
{{{/usr/local/etc/apache24/extra}}}; that contains global SSL settings as well 
as settings for the default SSL-enabled virtual host.  The default 
configuration uses the directory {{/var/run}} for the location of cache and 
other run-time files, so the two minimal lines required to enable OCSP Stapling 
with this distribution are
+ 
+ {{{
+ SSLUseStapling On
+ SSLStaplingCache shmcb:/var/run/ssl_stapling(32768)
+ }}}
+ 
+ These lines can be placed just before the {{{## SSL Virtual Host Context}}} 
comment.
  
  Non-default virtual host configurations will likely be stored in the 
directory {{{/usr/local/etc/apache24/Includes}}}.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to