[hamradio-commits] [dump1090-mutability] 141/172: Config file for serving the web interface via apache

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:53 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit b0a3ead2ec41003a82964bd5f41d18fc7c0bc7ce
Author: Matthew Ernisse <mernisse at ub3rgeek.net>
Date:   Fri Oct 24 10:28:15 2014 -0400

    Config file for serving the web interface via apache
---
 debian/apache2/dump1090-mutability.conf | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/debian/apache2/dump1090-mutability.conf b/debian/apache2/dump1090-mutability.conf
new file mode 100644
index 0000000..7f9aa13
--- /dev/null
+++ b/debian/apache2/dump1090-mutability.conf
@@ -0,0 +1,14 @@
+Alias /dump1090 /usr/share/dump1090/public_html
+
+<Directory /usr/share/dump1090/public_html/>
+	Options +FollowSymLinks
+	AllowOverride All
+	Order Allow,Deny
+	Allow From All
+	DirectoryIndex gmap.html
+</Directory>
+
+<IfModule mod_proxy_http.c>
+	ProxyPass /dump1090/data.json http://127.0.0.1:8080/dump1090/data.json
+	ProxyPass /dump1090/config.json http://127.0.0.1:8080/dump1090/config.json
+</IfModule>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list