All public logs
From AcrodusWiki
Combined display of all available logs of AcrodusWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:25, 12 August 2025 Alex talk contribs created page Setup apache2 proxy (Created page with "=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 <pre> <virtualHost *:80> ServerName task.acrodus.uk ServerAlias www.task.acrodus.uk ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:3456/ ProxyPassReverse / http://localhost:3456/ </pre> Also had to...")