Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hey, how can i start my httpd en vsftpd at boot up server?
I already tried chkconfig httpd on and chkconfig vsftpd on, but if i reboot it hasnt started? i am using centos btw.
I rebooted my server, and when booted i run service httpd start and it said ok, normally if it wasnt run it would say, service is already runned. Same for vsftpd.
Is there anything in /var/log/httpd/error_log that might help? I'd also like to check the process table after rebooting but before you manually start httpd. Use "service httpd status" for me to see if it is running or not.
Have you tryed to access your server locally or remotely? "links http://localhost" should start a text-based browser on your server and try to connect to the Apache server.
OK, let's check to see if chkconfig has done it's job properly. Do you have a sym-link to the /etc/init.d/httpd script in your /etc/rc3.d directory? It might look like this?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.