[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: what am i missing
- From: "Alan Mead" <amead8695 home com>
- To: <redhat-list redhat com>
- Subject: Re: what am i missing
- Date: Wed, 23 May 2001 20:59:06 -0500
From: Moses Backman III <unixwarrior home com>
: i am currently running nothing but i want to run anonymous ftp ssh and
httpd
So ftp typically runs from xinetd but ssh usually doesn't (you can but the
startup takes a long time so it's not generally a good idea) and I've never
met anyone who doesn't run httpd as a daemon.
You need to install the ftp-anon and ftp-xxx packages (I don't know what
comes with 7.1), openssh-server (which requires zlib, openssl,
openssh-common?), and apache (I don't know what dependencies this has).
They shoudl be on your CD... mount your CD and install like so:
rpm -Uvh /mnt/cdrom/path/to/packages/package.rpm
Then configure apache in /etc/httpd/conf./httpd.conf
Then start them:
# services httpd start
# services ssh start
Thereafter they should start as part of the boot process.
-Alan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]