[hamradio-commits] [dump1090-mutability] 142/172: Serve the json files directly 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 34eb1ec3b5ded58eddd88409e56a918be1d93a9f
Author: Raphael Geissert <atomo64 at gmail.com>
Date:   Sun Apr 3 13:32:24 2016 +0200

    Serve the json files directly via apache
    
    Drops the requirement on mod_proxy and --net
---
 debian/apache2/dump1090-mutability.conf | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/apache2/dump1090-mutability.conf b/debian/apache2/dump1090-mutability.conf
index 7f9aa13..91d5951 100644
--- a/debian/apache2/dump1090-mutability.conf
+++ b/debian/apache2/dump1090-mutability.conf
@@ -1,14 +1,10 @@
-Alias /dump1090 /usr/share/dump1090/public_html
+Alias /dump1090 /usr/share/dump1090-mutability/public_html
+Alias /dump1090/data /run/dump1090-mutability/data
 
-<Directory /usr/share/dump1090/public_html/>
+<Directory /usr/share/dump1090-mutability/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