Re: Trying to get it running

2009-08-02 Thread Jason

That was it.  I did not add port 8083 to port.config.  It's working
now.

Jason

On Aug 2, 5:28 pm, Christian Hammond  wrote:
> Hi Jason,
>
> The configuration file looks fine. This is registered in Apache's
> sites-enabled?
>
> With the error you're getting, it sounds more like Apache's not even running
> or at all binding to port 8083.
>
> Which distro are you on?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.review-board.org
> VMware, Inc. -http://www.vmware.com
>
> On Sun, Aug 2, 2009 at 5:09 PM, Jason  wrote:
>
> > Christian,
>
> > Here's the Apache Config.  Ultimately, we want to access it via
> >http://mydomain.dyndns.org:8083
>
> > 
> >        ServerName mydomain.dyndns.org
> >        DocumentRoot "/var/www/codereview.mydomain.com/htdocs"
>
> >        # Error handlers
> >        ErrorDocument 500 /errordocs/500.html
>
> >        # Serve django pages
> >        
> >                PythonPath "['/var/www/codereview.mydomain.com/conf']
> > + sys.path"
> >                SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
> >                SetEnv PYTHON_EGG_CACHE "/var/www/
> > codereview.mydomain.com/tmp/egg_cache"
> >                SetHandler mod_python
> >                PythonHandler django.core.handlers.modpython
> >                PythonAutoReload Off
> >                PythonDebug On
> >                # Used to run multiple mod_python sites in the same
> > apache
> >                PythonInterpreter reviewboard_codereview_mydomain_com
> >        
>
> >        # Serve static media without running it through mod_python
> >        # (overrides the above)
> >        
> >                SetHandler None
> >        
> >        
> >                SetHandler None
> >        
>
> >        
> >                AllowOverride All
> >        
>
> >        # Alias static media requests to filesystem
> >        Alias /media "/var/www/codereview.mydomain.com/htdocs/media"
> >        Alias /errordocs "/var/www/codereview.mydomain.com/htdocs/
> > errordocs"
> > 
>
> > On Aug 2, 4:23 pm, Christian Hammond  wrote:
> > > Hi Jason,
>
> > > We'd have to see your Apache configuration to really have an idea as to
> > > what's going on.
>
> > > Christian
>
> > > --
> > > Christian Hammond - chip...@chipx86.com
> > > Review Board -http://www.review-board.org
> > > VMware, Inc. -http://www.vmware.com
>
> > > On Sun, Aug 2, 2009 at 3:54 PM, Jason  wrote:
>
> > > > Hi All,
>
> > > > I just followed the install instructions and everything went without a
> > > > hitch.  However, when I try to hit the site for the first time at
> > > >http://localhost:8083, Firefox says it can't connect to the server.  I
> > > > need help to troubleshoot the issue.
>
> > > > Here are some details:
> > > > DB: PostgreSql
> > > > Server: Apache with mod_python
> > > > Memcache: enabled (default setting)
>
> > > > Any ideas?
>
> > > > Thanks,
>
> > > > Jason

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Trying to get it running

2009-08-02 Thread Christian Hammond
Hi Jason,

The configuration file looks fine. This is registered in Apache's
sites-enabled?

With the error you're getting, it sounds more like Apache's not even running
or at all binding to port 8083.

Which distro are you on?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Sun, Aug 2, 2009 at 5:09 PM, Jason  wrote:

>
> Christian,
>
> Here's the Apache Config.  Ultimately, we want to access it via
> http://mydomain.dyndns.org:8083
>
> 
>ServerName mydomain.dyndns.org
>DocumentRoot "/var/www/codereview.mydomain.com/htdocs"
>
># Error handlers
>ErrorDocument 500 /errordocs/500.html
>
># Serve django pages
>
>PythonPath "['/var/www/codereview.mydomain.com/conf']
> + sys.path"
>SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
>SetEnv PYTHON_EGG_CACHE "/var/www/
> codereview.mydomain.com/tmp/egg_cache"
>SetHandler mod_python
>PythonHandler django.core.handlers.modpython
>PythonAutoReload Off
>PythonDebug On
># Used to run multiple mod_python sites in the same
> apache
>PythonInterpreter reviewboard_codereview_mydomain_com
>
>
># Serve static media without running it through mod_python
># (overrides the above)
>
>SetHandler None
>
>
>SetHandler None
>
>
>
>AllowOverride All
>
>
># Alias static media requests to filesystem
>Alias /media "/var/www/codereview.mydomain.com/htdocs/media"
>Alias /errordocs "/var/www/codereview.mydomain.com/htdocs/
> errordocs"
> 
>
>
> On Aug 2, 4:23 pm, Christian Hammond  wrote:
> > Hi Jason,
> >
> > We'd have to see your Apache configuration to really have an idea as to
> > what's going on.
> >
> > Christian
> >
> > --
> > Christian Hammond - chip...@chipx86.com
> > Review Board -http://www.review-board.org
> > VMware, Inc. -http://www.vmware.com
> >
> > On Sun, Aug 2, 2009 at 3:54 PM, Jason  wrote:
> >
> > > Hi All,
> >
> > > I just followed the install instructions and everything went without a
> > > hitch.  However, when I try to hit the site for the first time at
> > >http://localhost:8083, Firefox says it can't connect to the server.  I
> > > need help to troubleshoot the issue.
> >
> > > Here are some details:
> > > DB: PostgreSql
> > > Server: Apache with mod_python
> > > Memcache: enabled (default setting)
> >
> > > Any ideas?
> >
> > > Thanks,
> >
> > > Jason
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Trying to get it running

2009-08-02 Thread Jason

Christian,

Here's the Apache Config.  Ultimately, we want to access it via
http://mydomain.dyndns.org:8083


ServerName mydomain.dyndns.org
DocumentRoot "/var/www/codereview.mydomain.com/htdocs"

# Error handlers
ErrorDocument 500 /errordocs/500.html

# Serve django pages

PythonPath "['/var/www/codereview.mydomain.com/conf']
+ sys.path"
SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
SetEnv PYTHON_EGG_CACHE "/var/www/
codereview.mydomain.com/tmp/egg_cache"
SetHandler mod_python
PythonHandler django.core.handlers.modpython
PythonAutoReload Off
PythonDebug On
# Used to run multiple mod_python sites in the same
apache
PythonInterpreter reviewboard_codereview_mydomain_com


# Serve static media without running it through mod_python
# (overrides the above)

SetHandler None


SetHandler None



AllowOverride All


# Alias static media requests to filesystem
Alias /media "/var/www/codereview.mydomain.com/htdocs/media"
Alias /errordocs "/var/www/codereview.mydomain.com/htdocs/
errordocs"



On Aug 2, 4:23 pm, Christian Hammond  wrote:
> Hi Jason,
>
> We'd have to see your Apache configuration to really have an idea as to
> what's going on.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.review-board.org
> VMware, Inc. -http://www.vmware.com
>
> On Sun, Aug 2, 2009 at 3:54 PM, Jason  wrote:
>
> > Hi All,
>
> > I just followed the install instructions and everything went without a
> > hitch.  However, when I try to hit the site for the first time at
> >http://localhost:8083, Firefox says it can't connect to the server.  I
> > need help to troubleshoot the issue.
>
> > Here are some details:
> > DB: PostgreSql
> > Server: Apache with mod_python
> > Memcache: enabled (default setting)
>
> > Any ideas?
>
> > Thanks,
>
> > Jason

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Trying to get it running

2009-08-02 Thread Christian Hammond
Hi Jason,

We'd have to see your Apache configuration to really have an idea as to
what's going on.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.review-board.org
VMware, Inc. - http://www.vmware.com


On Sun, Aug 2, 2009 at 3:54 PM, Jason  wrote:

>
> Hi All,
>
> I just followed the install instructions and everything went without a
> hitch.  However, when I try to hit the site for the first time at
> http://localhost:8083, Firefox says it can't connect to the server.  I
> need help to troubleshoot the issue.
>
> Here are some details:
> DB: PostgreSql
> Server: Apache with mod_python
> Memcache: enabled (default setting)
>
> Any ideas?
>
> Thanks,
>
> Jason
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---