From: Alex Dehnert Date: Mon, 19 Aug 2019 02:40:43 +0000 (-0400) Subject: Configure proxying to some net-10 machines X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=0e1e335755ad313baa26aae3db79a691d047a566;hp=e50167a002cf0786fd80b12b0b2cbb89563bca77;p=sysconfig%2Fapache2.git Configure proxying to some net-10 machines --- diff --git a/mods-enabled/proxy.conf b/mods-enabled/proxy.conf new file mode 120000 index 0000000..9819948 --- /dev/null +++ b/mods-enabled/proxy.conf @@ -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 index 0000000..2f5281a --- /dev/null +++ b/mods-enabled/proxy.load @@ -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 index 0000000..5e45913 --- /dev/null +++ b/mods-enabled/proxy_http.load @@ -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 index 0000000..c9c17cb --- /dev/null +++ b/sites-available/mit-proxy.conf @@ -0,0 +1,12 @@ + + ServerName adehnert-test-b.olinda-proxy.dehnerts.com + ProxyPass "/" "http://adehnert-test-b.mit.edu/" + ProxyPassReverse "/" "http://adehnert-test-b.mit.edu/" + + + + ServerName squaresdb.dehnerts.com + ProxyPass "/" "http://adehnert-test-a.mit.edu/" + ProxyPassReverse "/" "http://adehnert-test-a.mit.edu/" + + diff --git a/sites-enabled/mit-proxy.conf b/sites-enabled/mit-proxy.conf new file mode 120000 index 0000000..2605a94 --- /dev/null +++ b/sites-enabled/mit-proxy.conf @@ -0,0 +1 @@ +../sites-available/mit-proxy.conf \ No newline at end of file