H-Sphere Documentation Sysadmin Guide

For more information contact us at info@psoft.net

Restarting Web Server

 

To restart the web server, login as root and execute the following command:

	--
	# /etc/rc.d/init.d/httpd stop
	# sleep 10
	# /etc/rc.d/init.d/httpd start
	--
	

To restart the web server under FreeBSD, run the following command:

/usr/local/etc/rc.d/apache.sh restart


FTP is restarted with these commands:

	--
	# /etc/rc.d/init.d/proftpd stop
	# sleep 1
	# /etc/rc.d/init.d/proftpd start
	--
	

To restart FTP under FreeBSD, run the following command:

/usr/local/etc/rc.d/proftpd restart



Home   Products   Services   Partners   Support   News   Contact   Forum
© Copyright 1998-2003. Positive Software Corporation.
All rights reserved.