LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Total N00b question (https://www.linuxquestions.org/questions/slackware-14/total-n00b-question-67033/)

ne21 06-21-2003 07:44 AM

Total N00b question
 
I know this is a total n00b question, but please help. I usually ran my server on RedHat 8, but got tired of messing with it, so I installed slack 9...how in the heck do you get apache to start? I want it to load at start up as well as an FTP daemon, and SSHD...but I am used to the "Services" gidget from RH... I have know idea how to start things from terminal or KDE 3.1. I know that Apache is installed...just don't know how to load the daemons...please let me know!!

:newbie:

-ne21

david_ross 06-21-2003 07:47 AM

try:
apachectl start

You may need a pat before apachectl eg:
/usr/local/apache/apachectl restart

If it is not in your path you can create a link to it which will make it easier.

ronin77 06-21-2003 07:48 AM

Take a look at the file /etc/rc.d/rc.httpd it explaines how to do it.

ne21 06-21-2003 08:05 AM

Ah that did it! thanks! now I have a new prob tho...I am trying to set up a mud server, and it needs telnet, but every time I try to telnet in, it refuses connection? Any ideas here? Do I need to start the ftpd too?

acid_kewpie 06-21-2003 08:10 AM

install telnet-server package on the system, and edit /etc/xinetd.d/telnet and change the "disable = yes" line, and restart xinetd

ne21 06-21-2003 09:06 AM

Do I need to download the telnet server package or should it be on my disk? If it is on the disk then it is already installed as when I loaded Slack I chose the "Install Everything" option. So, everything it has to offer is on there.

ne21 06-21-2003 09:18 AM

Umm...there is no /etc/xinetd.d dir...what is up with that?

bughead1 06-21-2003 09:48 AM

Quote:

Originally posted by ne21
Umm...there is no /etc/xinetd.d dir...what is up with that?
What's up with that is that Slackware uses /etc/inetd.conf -- if you want telnet, open inetd.conf and uncomment the line that starts the telnet server. It is disabled by default because it is a security risk, but if you need it, you need it.


All times are GMT -5. The time now is 11:38 AM.