Hello Brian,
Sorry for the delayed reply. I just got around to this today and it works perfectly. Thank you very much! For other Ubuntu users, the command is the same but you need to enable the firewall first with the command below. Allow ssh on the firewall before you enable the firewall itself if using ssh to connect. sudo ufw allow ssh sudo ufw enable All the best, Luke From: [email protected] [mailto:[email protected]] On Behalf Of Brian Bolt Sent: Sunday, December 12, 2010 10:00 AM To: Matterhorn Users Subject: Re: [Matterhorn-users] Engage on port 80 through mod_proxy Hi Luke, In our implementation, we set a firewall rule to redirect traffic. Here are the lines that we used on a Red Hat implementation. The lines might vary on a Debian based installation such as Ubuntu. iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 iptables -t nat -I PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443 Brian On Fri, Dec 10, 2010 at 9:15 AM, Luke Olson <[email protected]> wrote: Is there a guide or more information available about this from the Matterhorn configuration file? I'd like to forward traffic from port 80 on the engage server to port 8080. The mod_proxy documentation on the Apache site is extensive but I'm not sure what to look for. If anyone has done this and can help it would be greatly appreciated! # The HTTP server port. If you set this to port 80, you need to run Matterhorn as root. Alternatively, if you want # users to access Matterhorn on port 80 but do not want to run as root, keep the default port (8080) and use an Apache # HTTPD server with mod_proxy to forward port 80 traffic to Matterhorn on port 8080. All the best, Luke _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
