Configure proxying to some net-10 machines
authorAlex Dehnert <alex@dehnerts.com>
Mon, 19 Aug 2019 02:40:43 +0000 (22:40 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Mon, 19 Aug 2019 02:40:43 +0000 (22:40 -0400)
mods-enabled/proxy.conf [new symlink]
mods-enabled/proxy.load [new symlink]
mods-enabled/proxy_http.load [new symlink]
sites-available/mit-proxy.conf [new file with mode: 0644]
sites-enabled/mit-proxy.conf [new symlink]

diff --git a/mods-enabled/proxy.conf b/mods-enabled/proxy.conf
new file mode 120000 (symlink)
index 0000000..9819948
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/proxy.conf
\ No newline at end of file
diff --git a/mods-enabled/proxy.load b/mods-enabled/proxy.load
new file mode 120000 (symlink)
index 0000000..2f5281a
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/proxy.load
\ No newline at end of file
diff --git a/mods-enabled/proxy_http.load b/mods-enabled/proxy_http.load
new file mode 120000 (symlink)
index 0000000..5e45913
--- /dev/null
@@ -0,0 +1 @@
+../mods-available/proxy_http.load
\ No newline at end of file
diff --git a/sites-available/mit-proxy.conf b/sites-available/mit-proxy.conf
new file mode 100644 (file)
index 0000000..c9c17cb
--- /dev/null
@@ -0,0 +1,12 @@
+<VirtualHost *:80>
+    ServerName adehnert-test-b.olinda-proxy.dehnerts.com
+    ProxyPass "/"  "http://adehnert-test-b.mit.edu/"
+    ProxyPassReverse "/"  "http://adehnert-test-b.mit.edu/"
+</VirtualHost>
+
+<VirtualHost *:80>
+    ServerName squaresdb.dehnerts.com
+    ProxyPass "/"  "http://adehnert-test-a.mit.edu/"
+    ProxyPassReverse "/"  "http://adehnert-test-a.mit.edu/"
+</VirtualHost>
+
diff --git a/sites-enabled/mit-proxy.conf b/sites-enabled/mit-proxy.conf
new file mode 120000 (symlink)
index 0000000..2605a94
--- /dev/null
@@ -0,0 +1 @@
+../sites-available/mit-proxy.conf
\ No newline at end of file