Add live version of sys-app/syndgen-9999 which is python3 only
(Portage version: 2.2.20/hg/Linux x86_64, signed Manifest commit with key )
<IfModule passenger_module>
Listen 3000
<VirtualHost *:3000>
DocumentRoot /var/lib/redmine/public
# RailsEnv production
<Directory "/var/lib/redmine/public">
Options FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
</IfModule>