If you monitor your production log file while you're attempting all the
various restart options that might tell you when you bounce it correctly.

Like John said, with passenger it's usually touch tmp/restart.txt ... if you
view the logfile with `tail -f log\production.log` in one shell and attempt
a restart with `touch tmp/restart.txt` it might tip you off to whether it
worked.

- Joel

On Wed, Feb 3, 2010 at 12:40 PM, Ming Pan <fallspin...@gmail.com> wrote:

> Thanks John. I'm also a bit puzzled by what application server I'm
> running on. I turned on the Phusion Passenger in my .htaccess file,
> and my page won't render properly if I don't. So I assume I'm running
> on Phusion Passenger. When I checked server processes, I saw a lot of
> user having this process:
>
> /usr/bin/ruby dispatch.fcgi
>
> But I don't have this process at all, and got confused about what happened.
>
> ming
>
> On Wed, Feb 3, 2010 at 12:25 PM, john muhl <johnm...@gmail.com> wrote:
> > http://wiki.github.com/radiant/radiant/installing-on-site5 says they
> > support passenger so if you're using that then `touch tmp/restart.txt`
> > should do the trick. if not you'll have to figure out what application
> > server you are using before anyone can tell you how to restart it.
> >
> _______________________________________________
> Radiant mailing list
> Post: Radiant@radiantcms.org
> Search: http://radiantcms.org/mailing-list/search/
> List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
> Radiant: http://radiantcms.org
> Extensions: http://ext.radiantcms.org
>
_______________________________________________
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org

Reply via email to