[Radiant] restart server on site5

2010-02-03 Thread Ming Pan
Hi,

I've been using the web hosting service provided by site5.com, and it
seems to be working well with radiant cms. But I've never figured out
the right way to restart server, which is often required while
adding new extensions or changing environment.rb. I searched around
and tried many things like to touch public/dispatch.fcgi, touch
tmp/restart.txt, kill ruby process, ...,  but never knew which one
worked or not or worked properly. Anyone knows about that? And how to
determine the server has been restarted properly? For example,
anything to look for in the log file?

I'm asking this question because I'm having trouble with the mailer
extension and I suspect that I'm not restarting the server properly.

Thanks.

ming
___
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


Re: [Radiant] restart server on site5

2010-02-03 Thread john muhl
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.

On Wed, Feb 3, 2010 at 11:15 AM, Ming Pan fallspin...@gmail.com wrote:
 Hi,

 I've been using the web hosting service provided by site5.com, and it
 seems to be working well with radiant cms. But I've never figured out
 the right way to restart server, which is often required while
 adding new extensions or changing environment.rb. I searched around
 and tried many things like to touch public/dispatch.fcgi, touch
 tmp/restart.txt, kill ruby process, ...,  but never knew which one
 worked or not or worked properly. Anyone knows about that? And how to
 determine the server has been restarted properly? For example,
 anything to look for in the log file?

 I'm asking this question because I'm having trouble with the mailer
 extension and I suspect that I'm not restarting the server properly.

 Thanks.

 ming
 ___
 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

Re: [Radiant] restart server on site5

2010-02-03 Thread Ming Pan
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


Re: [Radiant] restart server on site5

2010-02-03 Thread Joel Oliveira
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