On Wed, May 3, 2023 at 12:50 PM Peter Boy <p...@uni-bremen.de> wrote:
> [...]
> The description is now at
> https://docs.stg.fedoraproject.org/en-US/fedora-server/services/httpd-basic-setup/
> at the bottom, Troubleshooting
>
> Unfortunately, I had various issues with my test equipment and couldn’t test 
> the steps so far. The next hours I’ve various Fedora team meetings. So I’ll 
> continue later and tomorrow.
>
> If you stay with you name your configuration file bre-org-uk.conf you must 
> use aaadefault.con (instead of vhost-aaadefault.conf as in the Fedora server 
> docs.

If OCSP stapling is going to be used, then you should also enable
mod_socache_shmcb:

  a2enmod ssl
  a2enmod socache_shmcb
  a2enmod rewrite

and add the following to ssl.conf:

    # OCSP Stapling
    SSLUseStapling On
    SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_stapling(8192)

Jeff
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to