I am using the Plack server, but if I'm reading everything correctly, I should be disabling *THAT* and modify the Apache config files to be doing the web service at port 80? Then I could use a VirtualHost directive in an Apache config file on 8080 that redirects to 80, right?
John Buell Systems Administrator Country Samper LLC (630) 762-7806 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kevin Falcone Sent: Tuesday, April 02, 2013 2:58 PM To: [email protected] Subject: Re: [rt-users] Move web port On Tue, Apr 02, 2013 at 06:33:30PM +0000, John Buell wrote: > I've been using a stock Ubuntu 12.04 system for hosting rt. I'm at a > point where I think I'd like to get rid of apache/apache2 and whatever > else might be running, and let rt run on port 80 (until now it's been > on port 8080). Is there a way to allow rt to listen on both, or > redirect traffic from 8080 to 80 after I shut down and disable apache? How are you running RT? Normally, RT runs in conjunction with apache. You certainly can run it standalone for small installs using just a plack server. I suggest having a look at the deployment docs and figuring out your current configuration. http://bestpractical.com/rt/docs/latest/web_deployment.html -kevin
