<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Apache</id>
	<title>Apache - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Apache"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Apache&amp;action=history"/>
	<updated>2026-04-25T11:48:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Apache&amp;diff=128&amp;oldid=prev</id>
		<title>imported&gt;Jeremy-busk at 23:47, 6 February 2019</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Apache&amp;diff=128&amp;oldid=prev"/>
		<updated>2019-02-06T23:47:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# Reverse Proxy on Ubuntu Bionic Using Apache&lt;br /&gt;
&lt;br /&gt;
Something like the below&lt;br /&gt;
&lt;br /&gt;
Ubuntu Bionic&lt;br /&gt;
```&lt;br /&gt;
sudo a2enmod proxy&lt;br /&gt;
sudo a2enmod proxy_http&lt;br /&gt;
sudo a2enmod proxy_balancer&lt;br /&gt;
sudo a2enmod lbmethod_byrequests&lt;br /&gt;
sudo systemctl restart apache2&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
nano /etc/apache2/sites-available/default-ssl.conf&lt;br /&gt;
```&lt;br /&gt;
    ProxyPass /docs/ http://repo.example.io/numifex/35d6925e-1dc3-11e9-b575-672a33f93a5a/docs/&lt;br /&gt;
    ProxyPassReverse /docs/ http://repo.example.io/numifex/35d6925e-1dc3-11e9-b575-672a33f93a5a/docs/&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Test config and then restart if passes&lt;br /&gt;
```&lt;br /&gt;
apachectl configtest&lt;br /&gt;
sudo systemctl restart apache2&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Since Apache is handling https let's redirect all http to https.&lt;br /&gt;
&lt;br /&gt;
Simplest add between VirtualHost: nano /etc/apache2/sites-available/000-default.conf&lt;br /&gt;
```&lt;br /&gt;
Redirect / https://numifex.io&lt;br /&gt;
``` &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Resources&lt;br /&gt;
* https://www.digitalocean.com/community/tutorials/how-to-use-apache-as-a-reverse-proxy-with-mod_proxy-on-ubuntu-16-04&lt;/div&gt;</summary>
		<author><name>imported&gt;Jeremy-busk</name></author>
	</entry>
</feed>