keeping zope running after closing ssh conection
I have just installed zope on a linux ix86 box remotely using ssh...all went perfectly, managed to start zope and connect up to the control panel...all when my ssh connection was still open...as soon as I stopped it I lost contact with zope. Is there a way to start zope so that it stays running after I close the ssh connection? Another thing I need to know is the following: The server is a virtual hosting server and I am wondering if running zope is going to affect the other domains hosted on the same box...I dont want to cause problems....can anyone give me any ideas about how running a site with say 1500/2000 pagereads a day and 1 gig of tranfers per month will do to the environment? Anything I should avoid doing especially?...configurations that can be adjusted? regards to all David
On Sun, Apr 01, 2001 at 05:52:20PM +0200, David Kelly wrote:
I have just installed zope on a linux ix86 box remotely using ssh...all went perfectly, managed to start zope and connect up to the control panel...all when my ssh connection was still open...as soon as I stopped it I lost contact with zope. Is there a way to start zope so that it stays running after I close the ssh connection?
nohup /somewhere/over/the/rainbow/start >& /var/log/some_log_file & -- jmce: +351 919838775 ~ http://artenumerica.com/ ~ http://artenumerica.org/
Have you tried to put an "&" after the ./start command ? I also do that when starting anything via an ssh connection Gitte On 01 Apr 2001 17:52:20 +0200, David Kelly wrote:
I have just installed zope on a linux ix86 box remotely using ssh...all went perfectly, managed to start zope and connect up to the control panel...all when my ssh connection was still open...as soon as I stopped it I lost contact with zope. Is there a way to start zope so that it stays running after I close the ssh connection?
Another thing I need to know is the following: The server is a virtual hosting server and I am wondering if running zope is going to affect the other domains hosted on the same box...I dont want to cause problems....can anyone give me any ideas about how running a site with say 1500/2000 pagereads a day and 1 gig of tranfers per month will do to the environment? Anything I should avoid doing especially?...configurations that can be adjusted?
regards to all David
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
David Kelly -
Gitte Wange -
J M Cerqueira Esteves