[Rt-commit] rt branch, 4.4/docker-tests, updated. rt-4.4.4-87-g71fd9d6dd
Jim Brandt
jbrandt at bestpractical.com
Thu Feb 27 17:42:07 EST 2020
The branch, 4.4/docker-tests has been updated
via 71fd9d6dd281d0074e814b5cf24808f21a92dfbb (commit)
from e06947c55020ec39a3e02318ece1cb7f19da2e0d (commit)
Summary of changes:
t/data/configs/docker+apache2.4+fcgid.conf | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 t/data/configs/docker+apache2.4+fcgid.conf
- Log -----------------------------------------------------------------
commit 71fd9d6dd281d0074e814b5cf24808f21a92dfbb
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Thu Feb 27 17:40:44 2020 -0500
Add docker apache config
diff --git a/t/data/configs/docker+apache2.4+fcgid.conf b/t/data/configs/docker+apache2.4+fcgid.conf
new file mode 100644
index 000000000..ea7b29c68
--- /dev/null
+++ b/t/data/configs/docker+apache2.4+fcgid.conf
@@ -0,0 +1,11 @@
+ServerName localhost
+LogLevel debug
+FcgidMaxRequestLen 1073741824
+<VirtualHost _default_:8080>
+ AddDefaultCharset UTF-8
+ DocumentRoot /usr/local/rt/share/html
+ ScriptAlias / /usr/local/rt/sbin/rt-server.fcgi/
+ <Location />
+ require all granted
+ </Location>
+</VirtualHost>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list