This commit is contained in:
2024-08-06 11:45:36 -04:00
parent fd270a9f95
commit 861aade5e9
5 changed files with 24 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ LoadModule cgi_module modules/mod_cgi.so
SetEnv GIT_PROJECT_ROOT /usr/local/apache2/htdocs
SetEnv GIT_HTTP_EXPORT_ALL
ScriptAliasMatch \
"(?x)^/(.*/(HEAD | \
info/refs | \

7
files/httpd-ssi.conf Normal file
View File

@@ -0,0 +1,7 @@
LoadModule include_module modules/mod_include.so
AddOutputFilter INCLUDES .shtml
<Directory "/usr/local/apache2/htdocs">
Options +Includes
</Directory>

View File

@@ -1688,7 +1688,7 @@ text/csv csv
# text/example
# text/fwdred
# text/grammar-ref-list
text/html html htm
text/html html htm shtml
text/javascript js mjs
# text/jcr-cnd
text/markdown md