Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 5th September 2004, 11:39 PM
Dauthus Offline
Registered User
 
Join Date: Sep 2004
Location: Illinois
Age: 49
Posts: 4
Suggested Reading

I am new to web just about everything here. I am running my first dedicated server which is hosted by another company. I am just wondering if anyone has any suggested reading on managing a web server remotely?

Everything I have looked at shows how to install it on your home computer, but nothing about managing the web server from a remote location. Any suggestions are welcome.
Reply With Quote
  #2  
Old 5th September 2004, 11:43 PM
ewdi's Avatar
ewdi Offline
Retired Admin
 
Join Date: Jan 2004
Location: Penguin Land
Age: 63
Posts: 1,939
i would recommend "The Linux Cookbook: Tips and Techniques for Everyday Use" since it give you pointer on what to do after installk and setup

I've been in hosting biz for a while now, i learned from how to actually
__________________
+ Visit My new blog
- [B]SlashGear US, SlashGear Japan, and
+Founder & Admin of www.fedoraforum.org

Follow me at http://twitter.com/ewdi

Laptop : MacBook Pro 2.4Ghz 4GB DDR, 20-inch iMac Aluminium/4GB RAM
Reply With Quote
  #3  
Old 5th September 2004, 11:45 PM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
Apache? just ssh to the box and edit config file with vim... if you need to give users access to configuration options for theirs host you need to set up AllowOveride directive to meet your needs. then they just edit .htaccess files inside their own directories (they can do this via FTP) - just put up a documentation with examples on how to do this...

but actually can you make your question more specific?
Reply With Quote
  #4  
Old 5th September 2004, 11:52 PM
Dauthus Offline
Registered User
 
Join Date: Sep 2004
Location: Illinois
Age: 49
Posts: 4
I guess I should have been more specific. Here is what is on the server:

Fedora
Sendmail
Apache Web Server
PERL
Procmail
POP3
MySQL
BASH
PHP
IMAP

Also using Ensim Pro control panel.

I am just learning this stuff, and I can use SSH (Putty) to get in and out. But I barely know the basics of this. I guess you could say I want to learn how to do this, so I started with my own server.

I am just looking for some good resources on the "How to" aspects. Examples would be:

How to turn on Port 21 so I can use FTP?
How to turn off Ports?

You know the basic stuff for configuring a server using SSH.

Last edited by Dauthus; 5th September 2004 at 11:55 PM.
Reply With Quote
  #5  
Old 6th September 2004, 12:11 AM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
Quote:
Originally Posted by Dauthus
I am just learning this stuff, and I can use SSH (Putty) to get in and out. But I barely know the basics of this. I guess you could say I want to learn how to do this, so I started with my own server.

I am just looking for some good resources on the "How to" aspects. Examples would be:

How to turn on Port 21 so I can use FTP?
How to turn off Ports?

You know the basic stuff for configuring a server using SSH.
SSH server is already running just point your putty to your Linux host and you should be able to log in... as for FTP - don't use it - it sucks (it is unsecure). use WinSCP - this is for file transfers over SSH (all you need is running SSH server). I would also suggest you to turn some services off as you don't know how to even begin you won't know when you be 0wned... Apache is quite secure but Sendmail is a mess, also imapd and pop3 (what daemon?) can be PITA... just turn them off till you know how they work and know that you have secured it. otherwise you can end up as warez server or spamming zombie

when running services you should:
1] disable everything
2] configure and secure (learn) one by one
3] run given service
4] maintain them - update packages, track security mailing list to know about possible issues
5] make some proactive security, install *IDS, rootkit checkers, secure logs, do backups

and you can sleep normally

as for where to begin - you asked about apache. go to their site and read documentation on configuring. you also should be a little familiar with some editor (mcedit is nice for n00bs at least you will know how to exit) and basic shell operation...

check out manuals for services you wish to host, check out Red Hat's documentation (it is very good) f.e. for RHEL - it is quite similar to Fedora, you will also find a manual on using shell there... check out tldp.org for howtos on various things...

it is quite much to learn but once you come over this learning curve everything becomes so obvious and easy...
Reply With Quote
  #6  
Old 6th September 2004, 12:22 AM
Dauthus Offline
Registered User
 
Join Date: Sep 2004
Location: Illinois
Age: 49
Posts: 4
Quote:
Originally Posted by kosmosik
when running services you should:
1] disable everything
2] configure and secure (learn) one by one
3] run given service
4] maintain them - update packages, track security mailing list to know about possible issues
5] make some proactive security, install *IDS, rootkit checkers, secure logs, do backups
You took Greek, didn't you? That's what most of that sounds like to me.

Actually I have WinSPC on my computer, I just haven't learned how to use it yet. As for turning off services, will disabling sendmail stop my POP mail accounts?

All I basically want for now is to set up a couple of web sites, and I want to be able to send and receive email. Just what exactly can I shut down and still do that?

Thanks for the info on the pages to search. I will start looking into them now.
Reply With Quote
  #7  
Old 6th September 2004, 12:39 AM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
Quote:
Originally Posted by ewdi
i would recommend "The Linux Cookbook: Tips and Techniques for Everyday Use" since it give you pointer on what to do after installk and setup

I've been in hosting biz for a while now, i learned from how to actually
beside the RH/Fedora Bible there is this pocket version which i purchased also
here
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #8  
Old 6th September 2004, 08:53 AM
kosmosik's Avatar
kosmosik Offline
Registered User
 
Join Date: Apr 2004
Location: Warsaw, Poland
Age: 32
Posts: 1,085
Quote:
Originally Posted by Dauthus
You took Greek, didn't you? That's what most of that sounds like to me.
no I am polish as you can see in my profile ;]

Quote:
Originally Posted by Dauthus
Actually I have WinSPC on my computer, I just haven't learned how to use it yet.
it is plain simple to use it, just point it to your Linux host and than accept fingerprints and give username and password. that is it. you can also set up passwordless (key pair based) autehthication for your convinience - it is more secure than sending passwords...

Quote:
Originally Posted by Dauthus
As for turning off services, will disabling sendmail stop my POP mail accounts?
nope sendmail is for SMTP - sending mails not serving mailboxes...

Quote:
Originally Posted by Dauthus
All I basically want for now is to set up a couple of web sites, and I want to be able to send and receive email. Just what exactly can I shut down and still do that?
you obviously need a web server - Apache [+probably PHP and MySQL (just make sure MySQL does only listen on sockets - not to network)], SMTP server (for sending email), POP3/IMAP server. you don't need any more services to do that. use nmap and see what ports you have exposed. it should only be 4 ports (ssh, smtp, pop3, http) - otherwise you have to disable something...

if you need a service but only for local use (local connections as MySQL) make it run only on local interfaces (loopback). then it wont be aviable from outside world... also you can consider switching all services one by one to secured version like https, ssmtp, pop3 over SSL...
Reply With Quote
Reply

Tags
reading, suggested

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Take screenshot of suggested results? tdcrooks Using Fedora 5 4th June 2009 11:57 PM
Am I suggested not to use any Yum plugins? Clean Mind Using Fedora 2 21st January 2009 10:54 AM
error with io reading /fc6 is having problem reading disk geometry kb1clx Installation and Live Media 0 17th November 2006 02:04 PM
Suggested addition: k9copy rgaelzer Using Fedora 2 2nd June 2006 04:43 AM
Suggested Laptop for FC3? jhawkinsvalrico Hardware & Laptops 6 24th November 2004 03:12 PM


Current GMT-time: 10:03 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat