v0.0.4
This commit is contained in:
@@ -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
7
files/httpd-ssi.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
LoadModule include_module modules/mod_include.so
|
||||
|
||||
AddOutputFilter INCLUDES .shtml
|
||||
|
||||
<Directory "/usr/local/apache2/htdocs">
|
||||
Options +Includes
|
||||
</Directory>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user