LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   CentOS 4.2, Making Apache, and VsFTP Start at bootup (https://www.linuxquestions.org/questions/linux-software-2/centos-4-2-making-apache-and-vsftp-start-at-bootup-427097/)

adnonimape 03-21-2006 07:39 PM

CentOS 4.2, Making Apache, and VsFTP Start at bootup
 
Anyone know how I can make Apache, and vsftp start up when i reboot the machine?

Thanks!

reddazz 03-22-2006 05:08 AM

You can use chkconfig e.g.
Code:

#chkconfig httpd on
#chkconfig vsftpd on



All times are GMT -5. The time now is 06:15 AM.