<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Setup_apache2_proxy</id>
	<title>Setup apache2 proxy - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Setup_apache2_proxy"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Setup_apache2_proxy&amp;action=history"/>
	<updated>2026-04-04T02:36:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Setup_apache2_proxy&amp;diff=134&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;=Example of how to setup apache2 config=  This is an example of the config for Vikunjer apache2 proxy. Vikunjer listens on port 3456, to access this without specifying the port the following config file was added.  /etc/apache2/sites-enabled/vikunja.conf  &lt;pre&gt; &lt;virtualHost *:80&gt; ServerName task.acrodus.uk ServerAlias www.task.acrodus.uk ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:3456/ ProxyPassReverse / http://localhost:3456/ &lt;/pre&gt;  Also had to...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Setup_apache2_proxy&amp;diff=134&amp;oldid=prev"/>
		<updated>2025-08-12T15:25:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Example of how to setup apache2 config=  This is an example of the config for Vikunjer apache2 proxy. Vikunjer listens on port 3456, to access this without specifying the port the following config file was added.  /etc/apache2/sites-enabled/vikunja.conf  &amp;lt;pre&amp;gt; &amp;lt;virtualHost *:80&amp;gt; ServerName task.acrodus.uk ServerAlias www.task.acrodus.uk ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:3456/ ProxyPassReverse / http://localhost:3456/ &amp;lt;/pre&amp;gt;  Also had to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Example of how to setup apache2 config=&lt;br /&gt;
&lt;br /&gt;
This is an example of the config for Vikunjer apache2 proxy. Vikunjer listens on port 3456, to access this without specifying the port the following config file was added.&lt;br /&gt;
&lt;br /&gt;
/etc/apache2/sites-enabled/vikunja.conf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;virtualHost *:80&amp;gt;&lt;br /&gt;
ServerName task.acrodus.uk&lt;br /&gt;
ServerAlias www.task.acrodus.uk&lt;br /&gt;
ProxyPreserveHost On&lt;br /&gt;
ProxyRequests Off&lt;br /&gt;
ProxyPass / http://localhost:3456/&lt;br /&gt;
ProxyPassReverse / http://localhost:3456/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also had to enable the proxy modules for apache 2 which can be done from the command line with the following command&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a2enmod proxy &amp;amp; a2enmod proxy_http&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>