LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   How do I make a server out of a Fedora 5 computer? (https://www.linuxquestions.org/questions/linux-server-73/how-do-i-make-a-server-out-of-a-fedora-5-computer-483571/)

Lord Hakk 09-12-2006 05:28 PM

How do I make a server out of a Fedora 5 computer?
 
hi, im looking to make a server with fedora 5 how do i do that?I want a server that I can host a website on and hold my files that can be accessed anywhere.

w3bd3vil 09-12-2006 07:49 PM

install apache and an ftp server on your fedora.
use yum install vsftpd and yum install apache2.
after that
chkconfig httpd on
chkconfig vsftpd on
service httpd restart
service vsftpd restart
then place your webpages in /var/www/html

unSpawn 09-12-2006 08:47 PM

First strip and harden, *then* add and config SW.

Lord Hakk 09-13-2006 02:04 PM

Quote:

Originally Posted by w3bd3vil
install apache and an ftp server on your fedora.
use yum install vsftpd and yum install apache2.
after that
chkconfig httpd on
chkconfig vsftpd on
service httpd restart
service vsftpd restart
then place your webpages in /var/www/html

it already has an apatche and I belive a Http thingy. then how do I access it? and how can I access it from anywhere and can I remote access it so I can place stuff on it from my computer?I use a m1170n HP mediacenter computer running on Windows XP
and, also do I need a licence or somthing. and chkconfig httpd on
chkconfig vsftpd on
service httpd restart
service vsftpd restart
isnt working...HELP!

Lord Hakk 09-14-2006 05:44 PM

please tell me how to use Fedora 5's server tools I need a complete explination
 
people have answered my last 2 posts with incomplete answers and havent come back yto reply I need help running apache 2.2 I have it installed what are the commands. plz tell me in a detailed explination.

gilead 09-14-2006 05:55 PM

There's no point complaining that you don't like the standard of the free support you get here. You'd be better off reading through the Apache 2.2 docs at http://httpd.apache.org/docs/2.2/, trying it yourself and then asking specific questions. Those questions need to include what you were trying to do, what you did and what the system responded with.

It's unlikely that anyone will write you a complete Apache howto since there is already plenty of information on the Apache site and available via google.

Lord Hakk 09-14-2006 06:01 PM

Quote:

Originally Posted by gilead
There's no point complaining that you don't like the standard of the free support you get here. You'd be better off reading through the Apache 2.2 docs at http://httpd.apache.org/docs/2.2/, trying it yourself and then asking specific questions. Those questions need to include what you were trying to do, what you did and what the system responded with.

It's unlikely that anyone will write you a complete Apache howto since there is already plenty of information on the Apache site and available via google.

Thank you.

unSpawn 09-14-2006 06:21 PM

it already has an apatche and I belive a Http thingy.
Be methodical, factual and be specific.


then how do I access it? and how can I access it from anywhere and can I remote access it so I can place stuff on it from my computer?
Let's first see everything is installed and configured, OK?
Worry about accessing it remotely later.
w3bd3vil told you what and how to install it.
If you don't know how to install stuff then ask.


also do I need a licence or somthing.
For what?


and chkconfig httpd on
chkconfig vsftpd on
service httpd restart
service vsftpd restart
isnt working...HELP!

Please be precise.
*What* is not working, and if it isn't working is it installed?
If it is installed, is it configured?
If it is configured what are the errors?

Leisy 09-14-2006 07:51 PM

hope this help
 
it already has an apatche and I belive a Http thingy.
yes it has, but by default http daemon(apache) is not started, try chkconfig --level 35 httpd

then how do I access it? and how can I access it from anywhere and can I remote access it so I can place stuff on it from my computer?
there are lots of ways to acces and place there your stuff. by ftp, ssh, samba and others, it depends on you how you want to access that machine.

also do I need a licence or somthing.
Linux is publish under GPL licence, you can find lots of informations about that

and chkconfig httpd on
chkconfig vsftpd on
service httpd restart
service vsftpd restart
isnt working...HELP!

most probably you have incorrect paths. exact locations? in /sbin directory

reddazz 09-15-2006 03:24 AM

I've merged two similar threads. Lord Hakk, try to keep all questions related to a single issue in one thread. This makes it easier for others to follow the discussion and hopefully help you out. :)

Lord Hakk 09-16-2006 06:22 PM

The chkconfig is not working

w3bd3vil 09-16-2006 07:31 PM

as previously said, please paste the exact output of what you get when you type chkconfig.

Lord Hakk 09-16-2006 08:12 PM

Lord_Hakk@MILANDON_LAN ~]$ chkconfig httpd on
bash: chkconfig: command not found

thats what It says

reddazz 09-16-2006 08:36 PM

You need to be root in order to access the chkconfig command. Use the "su -" command to switch to root.

Lord Hakk 09-16-2006 08:56 PM

it happens in su to
[root@MILANDON_LAN Lord_Hakk]# chkconfig httpd on
bash: chkconfig: command not found
[root@MILANDON_LAN Lord_Hakk]#


All times are GMT -5. The time now is 10:41 AM.