Need dummies guide to setting up Web server...


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need dummies guide to setting up Web server...
# 1  
Old 03-31-2005
Need dummies guide to setting up Web server...

Hiya All,

Hope you can help!

I need a Dummies guide to setting up a Web server. I hope you have some good URLs or advice etc.


I now finally have:
1. "Web Server" - Fedora Core3 onto my Spare PC.
2. Windows XP laptop
3. Basic Web site set up via Front Page - to upload onto Web server
4. Ethernet connection between the 2 PCs (via small router.)


My approach this week end will be:
1. Upload web site. (No fire wall or any other adjustments for the moment... I just want it to work, with as little complications as possible.)

2. Test my web site Perl scripts etc - and just continue to build the Site

3. Start Setting up the Security on the server

4. Once web server all secure..... THEN introuduce the server onto my office's network. (maybe in few weeks or so.)


All the best
Martin
Smilie
# 2  
Old 04-05-2005
Sorry, I think most people here use Apache web server:

www.apache.org
# 3  
Old 04-05-2005
Not sure MS Front Page will upload to your web server without having ftp access.
For my web server, I upload files via SCP or SFTP, as I do not run a FTP server.
You will need to check into whether you can simply upload using MS FrontPage, without additional configurations.

For uploading via SCP from a MS Windows system, you can find a freeware utility called, WinSCP. It works just like Windows Explorer file manager.

Any reason your using a router instead of a switch? If the router has packet filtering, be sure to disable it. An improperly configured router may cause you some hang-ups.
Since you're trying to eliminate any snags, you may be better off connecting up your machines using a ethernet cross-over cable. This will allow you to plug each machine directly to each other.

If you are using the Apache webserver, you should be able to find enough information on a simple setup. Always check the developers site for howto's.

Last edited by locustfurnace; 04-05-2005 at 02:53 PM..
# 4  
Old 04-05-2005
Hiya Guys,

Sorry should have said:

1. I am TRYINGt o use Apache! Smilie
2. At home I do have a cross over cable
3. In office - i do have a switch - divides 1 ethernet cable into 8?

Were do I go for these "developers howtos"???

Cheers
Martin
# 5  
Old 04-05-2005
Quote:
Originally Posted by marty 600
Were do I go for these "developers howtos"??
As stated, the developers site for Apache. Just start reading the documentation.

http://httpd.apache.org/
# 6  
Old 04-05-2005
Quote:
Originally Posted by marty 600
Hiya Guys,

2. At home I do have a cross over cable
You do not need a cross-over cable to set up a home LAN.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Linux

Trouble setting up basic user authentication on apache2 web server

Hey guys! So I decided to set up some basic user authentication on my apache2 server, and I am running into some problems. I followed the documentation provided by apache on their website, but I cant create the password file for some reason. I did a little trouble shooting myself, and found... (40 Replies)
Discussion started by: LinuxIntern445
40 Replies

2. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

3. UNIX for Dummies Questions & Answers

setting up web server on Red hat 7.2

hi I was successful in installing redhat 7.2 with no problems or error =) (first try) and It took me about 40 minutes to install it on a p233 mmx. It's running Gnome. I have some issues which I'm unsure of how to deal with. 1.How do I install an apache server, or is there one simular that... (11 Replies)
Discussion started by: Special K
11 Replies

4. UNIX for Dummies Questions & Answers

setting up web server

Is there any good resources for setting up a unix web server, I mean starting with the basics for a extremely new newbie. Thanks Scott (1 Reply)
Discussion started by: supastar
1 Replies

5. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question