Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: fuckoffmicrosoft on 1 October 2002, 11:19

Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 1 October 2002, 11:19

[ October 01, 2002: Message edited by: fuckoffmicrosoft ]

Title: what needs to be running for server ftp web mysql
Post by: voidmain on 1 October 2002, 20:59
Huh? What's all this about?
Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 1 October 2002, 22:35
thats my running processes and i dont know what needs to be running and what dont. Im usin this for server
Title: what needs to be running for server ftp web mysql
Post by: voidmain on 1 October 2002, 22:54
Ok, first of all could I get you to go edit your first post and remove everything between the CODE brackets so it doesn't screw up the formatting of this thread?

Now let's take it a step at a time and we'll get you going. What distro are you running?
Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 1 October 2002, 23:23
redhat 7.3
Title: what needs to be running for server ftp web mysql
Post by: voidmain on 1 October 2002, 23:55
Thank you sir. Now I assume based on the title of this thread that you would like to set up an "anonymous" FTP server, and a web server (with PHP and MySQL support).

The first thing you want to do is make sure you have the appropriate software installed. We'll start with FTP. RedHat comes with wu-ftp by default but proftpd is a very good (if not better) FTP server, we'll use wu-ftp since that is what you have. Open a shell and become root (su -). Type:

# rpm -qa | grep ftp

You should see "wu-ftpd" and "anonftp" in the list. If you do not, stick your RedHat 7.3 disc 2 in your CD drive and type:

# mount /mnt/cdrom
# cd /mnt/cdrom/RedHat/RPMS
# rpm -Uvh wu-ftpd*
# rpm -Uvh anonftp*

Then type:
# /sbin/chkconfig wu-ftpd on
# /sbin/service xinetd reload

to set it to start automatically at bootup and to refresh xinetd so it will be available now. You should now be able to log into your server via ftp using the "anonymous" userID. By default noone will have write access to the directories you get when you log on anonymously. You can change that by manipultating the wu-ftpd configuration files, most importantly /etc/ftpaccess (see "man ftpaccess" for more info).

Now for your web server. Make sure you have apache, mysql, and php installed:

# rpm -qa | grep apache

You should get at least "apache" in your list. Optionally you can install "apache-conf" which is a graphical utility to configure apache with (I don't use it, but opt for manually editing the config files).

If not, install the "apache*" RPMS from your RedHat CDs in the same manner we did with FTP.

Now make sure you have MySQL installed:

# rpm -qa | grep mysql

You should have "mysql" and "mysql-server" in your list, if not, install them from the CDs.

Now PHP:

# rpm -qa | grep php

You should have at least "php" and "php-mysql" in your list, if not install them.

Now, make sure mysql and apache are set to start at bootup and start them now:

# /sbin/chkconfig mysqld on
# /sbin/service mysqld start
# /sbin/chkconfig httpd on
# /sbin/service httpd start

Now you should have everything running that you want. You may want to make some configuration changes.

The anonymous FTP server root directory is /var/ftp (put files for people to download under /var/ftp/pub). The Apache default web root directory is /var/www/html, change your web site under that directory.

This is the basics. It does in no way account for making your server secure if you plan on making it publicly available on the internet. Things I do to secure my servers are to turn off all unneccessary services. To see what is currently turned on do a "/sbin/chkconfig --list | grep on". I also make sure all relevent packages are up to date with all the latest security fixes. I also make sure I don't insecurely configure any of my services that I do run.

You can optionally set up iptables for firewalling but if everything is configured and updated it really isn't necessary unless you want to block specific addresses or networks, or log suspicious activity. There are other apps you can install to detect intrusion attempts etc but we'll leave this until after you get your system running the way you want.

Hope this helps.
Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 2 October 2002, 00:23
what is the services that need to be running that is question should have been more specific.Is there a log that will tell me?
Title: what needs to be running for server ftp web mysql
Post by: voidmain on 2 October 2002, 00:31
I just told you in my instructions. For MySQL it's "mysqld", for Apache it's "httpd". wu-ftpd does not run as a service but is spawned by the inetd (xinetd) super server.
Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 2 October 2002, 00:33
Ahh ahh here we go

http://jeujeu.ath.cx/New%20Text%20Document.txt (http://jeujeu.ath.cx/New%20Text%20Document.txt)
Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 2 October 2002, 00:35
HEHE your posting faster than i can

ok so everything but iptaples,xinetd,mysqld,httpd
Title: what needs to be running for server ftp web mysql
Post by: voidmain on 2 October 2002, 00:44
There are a lot of things in that list that should be turned off. If it would be my machine I would turn off:

sendmail (unless you are using the machine as an SMTP server)
netfs
ipchains
lpd
portmap
rhnsd
autofs
nfslock
isdn


The rest I would leave on. I also would not run X on the machine if it is a server (change the initdefault from 5 to 3 in /etc/inittab, then type "init 3").

Everything else I would leave on.
Title: what needs to be running for server ftp web mysql
Post by: Master of Reality on 2 October 2002, 00:54
i was gonna post this exact same quesiton last night (almost the same) but i got distracted by porno.
Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 2 October 2002, 00:55
THANX MAN This has got to be the best linux site ever
Title: what needs to be running for server ftp web mysql
Post by: Master of Reality on 2 October 2002, 01:02
well.... i got a hell of a lot of things running that wasnt posted up there.
Can anyone tell me what they are??:
(i left out the things like httpd, mysql, proftp, and the necassary ones)
  PID TTY          TIME CMD
    2 ?        00:00:00 keventd
    3 ?        00:00:00 kapmd
    4 ?        00:00:00 ksoftirqd_CPU0
    5 ?        00:00:01 kswapd
    6 ?        00:00:00 bdflush
    7 ?        00:00:00 kupdated
    8 ?        00:00:00 mdrecoveryd
   12 ?        00:00:01 kjournald
   91 ?        00:00:00 khubd
  477 ?        00:00:00 dhcpcd
  631 ?        00:00:00 klogd
  983 ?        00:00:00 unlinkd

[ October 01, 2002: Message edited by: The Master of Reality / Bob ]

Title: what needs to be running for server ftp web mysql
Post by: voidmain on 2 October 2002, 01:08
Now that you have everything up and running, make a trip to RedHat's web site and look at the errata section under support. You'll probably want to upgrade your "php", "openssl", and your "ssh" packages. Also look to see if there are any updates for "apache" and "wu-ftpd".

If you don't plan exposing this machine directly to the internet then I wouldn't worry so much about updating the packages, or turning off extra services for that matter.

If your machine is exposed to the internet it is wise to keep an eye on RedHat's errata, and subscribe to the CERT mailing list (from cert.org) so you will be notified of any new vulnerabilities immediately.

[ October 01, 2002: Message edited by: void main ]

Title: what needs to be running for server ftp web mysql
Post by: fuckoffmicrosoft on 2 October 2002, 01:38
o man that saved me 15 meg of ram. anything else  :D    :D    :eek:    :D
Title: what needs to be running for server ftp web mysql
Post by: voidmain on 2 October 2002, 02:54
quote:
Originally posted by The Master of Reality / Bob:
well.... i got a hell of a lot of things running that wasnt posted up there.
Can anyone tell me what they are??:
(i left out the things like httpd, mysql, proftp, and the necassary ones)
  PID TTY          TIME CMD
    2 ?        00:00:00 keventd
    3 ?        00:00:00 kapmd
    4 ?        00:00:00 ksoftirqd_CPU0
    5 ?        00:00:01 kswapd
    6 ?        00:00:00 bdflush
    7 ?        00:00:00 kupdated
    8 ?        00:00:00 mdrecoveryd
   12 ?        00:00:01 kjournald
   91 ?        00:00:00 khubd
  477 ?        00:00:00 dhcpcd
  631 ?        00:00:00 klogd
  983 ?        00:00:00 unlinkd



He did not list his process list (output from the 'ps' command). That was just his list of services that were set to start at system bootup. He surely has more processes running. Your listing is a process list. All of them look like kernel or log daemons that should be running except for "dhcpd". If you do not intend to use your machine as a dhcp server then you would want to kill it and prevent it from starting at boot time. "unlinkd" is associated with Squid. I'm not familiar with "khubd" so I can't help you with that one. The rest are should in fact be running.
Title: what needs to be running for server ftp web mysql
Post by: Master of Reality on 2 October 2002, 02:57
those are some of my processes. dhcpcd it seems must be there although i am not running a dhcp server. Does this have to be running if my server is a client for a dhcp server? I get my ip address from dhcp server... (my IP never changes because i never turn off my cable modem though  (http://smile.gif)  )
Title: what needs to be running for server ftp web mysql
Post by: voidmain on 2 October 2002, 03:04
quote:
Originally posted by fuckoffmicrosoft:
o man that saved me 15 meg of ram. anything else     :D          :D          :eek:          :D    


Just some other notes about the "chkconfig" and the "service" commands in RedHat. If a service such as httpd is configured to start in the default runlevel and thus currently running and you issue the command

# chkconfig httpd off

this will "not" stop the service. It just configures your system so it will not start when you boot up. To actually stop a running service you would type:

# service httpd stop

Most services have more parameters than just "start" and "stop".  For instance if you type:

# service httpd

alone it will list what other parameters are available like "restart", "reload", etc.  For example if you make a change to your Apache configuration (modify the "/etc/httpd/conf/httpd.conf" file) Apache will not recognize the changes until it is restarted or "reloaded". It is best to just issue this command:

# service httpd reload

Which signals apache to reread it's configuration file without actually having to stop and start the service. This is much quicker and your web server will not have a short period of inaccessibility (which would be no more than a couple of seconds).

See "man chkconfig" and "man service" for more information on the commands. And if you want a deeper understanding of what services are, they are nothing more than scripts which reside in the /etc/init.d directory. If you are interested take a look inside each of the scripts and you will see how they work. You will find symbolic links to those scripts in the "/etc/rc0.d", "/etc/rc1.d", ..., "/etc/rc6.d", one directory for each run level. Run level 5 is the default run level if your system boots up to a graphical logon. Run level 3 is the run level you would likely want to use if you want to use the machine as a server and boot to a text based logon prompt. You would change the default run level by modifying the "id:5:initdefault" line in the "/etc/inittab" file to "id:3:initdefault".

[ October 01, 2002: Message edited by: void main ]

Title: what needs to be running for server ftp web mysql
Post by: voidmain on 2 October 2002, 03:06
quote:
Originally posted by The Master of Reality / Bob:
those are some of my processes. dhcpcd it seems must be there although i am not running a dhcp server. Does this have to be running if my server is a client for a dhcp server? I get my ip address from dhcp server... (my IP never changes because i never turn off my cable modem though   (http://smile.gif)   )


Ooops sorry, I misread your message. It's showing "dhcpcd" and not "dhcpd". You are correct "dhcpcd" is the client daemon.