May 1, 2025 update
This commit is contained in:
@ -546,6 +546,8 @@ SSLRandomSeed connect builtin
|
||||
|
||||
Include etc/apache24/Includes/*.conf
|
||||
|
||||
# https://ssl-config.mozilla.org/#server=apache&version=2.4.60&config=intermediate&openssl=3.1.0&guideline=5.7
|
||||
|
||||
<VirtualHost *:443>
|
||||
ServerName ldap-mgr.ahlawat.com
|
||||
ServerAlias *.ahlawat.com
|
||||
@ -553,10 +555,20 @@ Include etc/apache24/Includes/*.conf
|
||||
|
||||
DocumentRoot "/usr/local/www/apache24/data/"
|
||||
|
||||
# HTTP Strict Transport Security (mod_headers is required) (63072000 seconds)
|
||||
Header always set Strict-Transport-Security "max-age=63072000"
|
||||
|
||||
SSLEngine on
|
||||
SSLCertificateFile "/mnt/certs/fullchain.pem"
|
||||
SSLCertificateKeyFile "/mnt/certs/privkey.pem"
|
||||
#SSLCertificateChainFile "/mnt/certs/fullchain.pem"
|
||||
# SSLCertificateChainFile "/mnt/certs/fullchain.pem"
|
||||
SSLCACertificateFile "/mnt/certs/cacert.pem"
|
||||
|
||||
SSLProtocol -all +TLSv1.2 +TLSv1.3
|
||||
SSLOpenSSLConfCmd Curves X25519:prime256v1:secp384r1
|
||||
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-CHACHA20-POLY1305
|
||||
SSLHonorCipherOrder off
|
||||
SSLSessionTickets off
|
||||
|
||||
<FilesMatch "\.(cgi|shtml|phtml|php)$">
|
||||
SSLOptions +StdEnvVars
|
||||
|
@ -1,9 +1,9 @@
|
||||
pkgp-freebsd-pkg____apache24-2.4.54
|
||||
pkgp-freebsd-pkg____bash-5.2.9
|
||||
pkgp-freebsd-pkg____bash-completion-2.11_1,2
|
||||
pkgp-freebsd-pkg____ldap-account-manager-8.0.1
|
||||
pkgp-freebsd-pkg____mod_php80-8.0.25
|
||||
pkgp-freebsd-pkg____nano-6.4
|
||||
pkgp-freebsd-pkg____phpldapadmin-php80-1.2.6.3_1
|
||||
pkgp-freebsd-pkg____pkg-1.18.4
|
||||
pkgp-freebsd-pkg____self-service-password-php80-1.5.0
|
||||
pkgp-freebsd-pkg____apache24-2.4.63
|
||||
pkgp-freebsd-pkg____bash-5.2.37
|
||||
pkgp-freebsd-pkg____bash-completion-2.14.0,2
|
||||
pkgp-freebsd-pkg____ldap-account-manager-9.1
|
||||
pkgp-freebsd-pkg____mod_php83-8.3.20
|
||||
pkgp-freebsd-pkg____nano-8.4
|
||||
pkgp-freebsd-pkg____phpldapadmin-php83-1.2.6.7
|
||||
pkgp-freebsd-pkg____pkg-2.1.2
|
||||
pkgp-freebsd-pkg____self-service-password-php83-1.7.3
|
||||
|
@ -1,7 +1,9 @@
|
||||
pkgp-freebsd-pkg____apache24-2.4.54
|
||||
pkgp-freebsd-pkg____bash-5.2.12
|
||||
pkgp-freebsd-pkg____bash-completion-2.11_2,2
|
||||
pkgp-freebsd-pkg____ldap-account-manager-8.0.1
|
||||
pkgp-freebsd-pkg____mod_php80-8.0.25
|
||||
pkgp-freebsd-pkg____nano-7.0
|
||||
pkgp-freebsd-pkg____pkg-1.18.4
|
||||
pkgp-freebsd-pkg____apache24-2.4.63
|
||||
pkgp-freebsd-pkg____bash-5.2.37
|
||||
pkgp-freebsd-pkg____bash-completion-2.14.0,2
|
||||
pkgp-freebsd-pkg____ldap-account-manager-9.1
|
||||
pkgp-freebsd-pkg____mod_php83-8.3.20
|
||||
pkgp-freebsd-pkg____nano-8.4
|
||||
pkgp-freebsd-pkg____phpldapadmin-php83-1.2.6.7
|
||||
pkgp-freebsd-pkg____pkg-2.1.2
|
||||
pkgp-freebsd-pkg____self-service-password-php83-1.7.3
|
||||
|
@ -1 +1 @@
|
||||
apache24 bash bash-completion ldap-account-manager mod_php80 nano phpldapadmin-php80 pkg self-service-password-php80
|
||||
apache24 bash bash-completion ldap-account-manager mod_php83 nano phpldapadmin-php83 pkg self-service-password-php83
|
||||
|
@ -1 +1 @@
|
||||
apache24 bash bash-completion ldap-account-manager mod_php80 nano pkg
|
||||
apache24 bash bash-completion ldap-account-manager mod_php83 nano phpldapadmin-php83 pkg self-service-password-php83
|
||||
|
Reference in New Issue
Block a user