Skip to content

Commit

Permalink
We need the SSL module enabled as well
Browse files Browse the repository at this point in the history
  • Loading branch information
danakim authored and quartje committed Nov 6, 2023
1 parent dccd2ca commit ae79cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions apache2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt autoremove -y && apt clean && apt autoclean && rm -rf /var/lib/apt/lists
RUN a2enmod authz_groupfile \
xml2enc \
headers \
ssl \
proxy \
proxy_connect \
proxy_http \
Expand Down
4 changes: 2 additions & 2 deletions apache2/conf/security.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ TraceEnable Off

RequestHeader unset Proxy early

#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin

# Set the CSP header if it was defined as an env variable
PassEnv HTTPD_CSP
Expand Down

0 comments on commit ae79cb7

Please sign in to comment.