Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: Paladin9 on 22 February 2003, 21:30

Title: Linux Server Question
Post by: Paladin9 on 22 February 2003, 21:30
How do I use the HTTP server and the NFS server in RH8?
Title: Linux Server Question
Post by: KernelPanic on 22 February 2003, 21:36
service httpd start
service nfs start
Title: Linux Server Question
Post by: Paladin9 on 22 February 2003, 22:06
Then what?
Title: Linux Server Question
Post by: KernelPanic on 22 February 2003, 22:15
That starts the two services.

The config files for apache are in /etc/httpd/ I believe.
I dont know where the NFS files are as I have never used it.

The Apache web root is /var/www/htdocs in RedHat I think, but I havn't used apache in RH8 yet so I don't know.

What exactly do you want to know, How to start these service or how to use them?

I suggest looking at the man pages and the docs online.
Title: Linux Server Question
Post by: Paladin9 on 22 February 2003, 22:18
I would like to know how to use this stuff.  Actually I am most interested in using ftp and samba.
Title: Linux Server Question
Post by: flap on 22 February 2003, 22:19
NFS exports are defined in /etc/exports. See 'man exports'.
Title: Linux Server Question
Post by: Paladin9 on 22 February 2003, 22:36
Will this crap work behind my router?
Title: Linux Server Question
Post by: KernelPanic on 22 February 2003, 22:50
If you have the admin password for the router, then yes.

Just set up port forwarding on the required server ports.

As for actually using the servers; head to the bookstore, their respective homepages and google.
Title: Linux Server Question
Post by: Paladin9 on 22 February 2003, 23:11
That export file is blank
Title: Linux Server Question
Post by: flap on 22 February 2003, 23:20
well yes, as you haven't defined any shares yet.