Skip to content

Commit 39ecb89

Browse files
authored
Merge pull request opendatahub-io#2508 from atheo89/bug-fix
RHAIENG-974: enable missing module `mod_mime.so`
2 parents 3059665 + b4ccd13 commit 39ecb89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codeserver/ubi9-python-3.12/httpd/httpd.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Listen 8080
55
# Load modules
66
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
77
LoadModule authz_core_module modules/mod_authz_core.so
8+
LoadModule mime_module modules/mod_mime.so
89
LoadModule dir_module modules/mod_dir.so
910
LoadModule cgi_module modules/mod_cgi.so
1011
LoadModule rewrite_module modules/mod_rewrite.so
@@ -38,4 +39,4 @@ ErrorLog "/var/log/httpd/error_log"
3839
LogLevel warn
3940

4041
# Include additional configurations
41-
IncludeOptional conf.d/*.conf
42+
# IncludeOptional conf.d/*.conf

0 commit comments

Comments
 (0)