From: Phil Date: 2007-09-12T22:19:31+09:00 Subject: Re: Proxying junebug through Apache > -----Original Message----- > From: list-bounce@example.com [mailto:list-bounce@example.com] On > Behalf Of Nick Coyne > Sent: Wednesday, September 12, 2007 3:03 PM > To: ruby-talk ML > Subject: Proxying junebug through Apache > > I'm trying to configure Junebug to be served through Apache following > the instructions at http://www.junebugwiki.com/Junebug_Installation. > > The only change I've made from the std Apache config is to serve the > wiki on port 8000 like so > > > However when I visit http://mysite:8000 I get a "Unable to connect" > message in Firefox. The app is served fine on its default port of 3301. > > Any ideas? I'm not too clued up on Apache config. Is apache listening on :8000, too? There should be a file in the apache.conf file similar to "Listening". If you add :8000 there, you might be successful. -- Phillip Gawlowski