setting up a machine as a server
Can anyone tell me a good source for information on setting up a machine as a server. Now I know I would need to get a static ip but what I need help on is setting up the machine. I have nerver done anything like this before so I would need something with a newbie in mind. Not sure if this is the right forum for this.
THanks
Re: setting up a machine as a server
You mean a Server as in a Domain Controller or a Server as in a Web Server?
Re: setting up a machine as a server
I am sorry, a web server. Hosting my own site is what I have in mind.
Re: setting up a machine as a server
What OS are you running? Windows Server or Windows XP? Etc.
You need to be able to run Internet Information Server services.
Re: setting up a machine as a server
Right I know about IIS. I have some experience running IIS. The OS that would be used is win2k. It has IIS installed. That works as I can set it up to run locally.
I was just reading about Apache, that is normally associated with Java correct? Would that be better to use than a microsoft product?
Re: setting up a machine as a server
Do I develop the site, drop it in wwwroot and there it is. As long as I have a static IP? What are the configs for IIS to allow outside traffic to reach the wwwroot folder?
Re: setting up a machine as a server
Its not really my area but I like Ms products when running other MS products.
Basically if you want it for public hosting of a web site then you need a static IP, decent connection speed, like dsl, and IIS configured to your local website in your wwwroot folder.
Re: setting up a machine as a server
Sounds simple enough. I have cable right now but plan on checking out dsl, seeing how charter has decided that they are not getting enough money out of me!! I would think that cable would be getting cheaper not more expensive since it is less and less costly to maintain. But I digress. Do you think I can find the settings(configs for IIS) on MSDN? Not even thought of looking there yet.
Re: setting up a machine as a server
I think visualAd has a tutorial on setting up something concerning webservers. I dont think IIS was complicated at all. It was just like a wizard to step through each step. You should be able to find visualAds thread or search on MSDN. ;)
Re: setting up a machine as a server
Here is a bunch of information on setting up a web server. Some of it is old, but the principles remain the same.
Re: setting up a machine as a server
Quote:
Originally Posted by mojo69
I was just reading about Apache, that is normally associated with Java correct? Would that be better to use than a microsoft product?
Apache is an open-source web server. It has nothing to do with java (thankfully).
Apache has been in use longer than IIS so it has matured and the majority of websites are operated with Apache.
You can use Apache with Windows, however; it's better to run Apache on FreeBSD, Linux, or Unix where it was developed rather than the port for Windows which can have some problems.
So, basically, use IIS if you're on Windows. Use Apache if you're on anything else or if you want to use other technologies like PHP or MySQL (don't know how well they work with IIS, or if they even work with it but it's a breeze to setup with Apache)
Re: setting up a machine as a server
Re: setting up a machine as a server
Quote:
Originally Posted by RobDog888
Its not really my area but I like Ms products when running other MS products.
Basically if you want it for public hosting of a web site then you need a static IP, decent connection speed, like dsl, and IIS configured to your local website in your wwwroot folder.
Acctually I disagree :p, if you have a dynamic IP you can setup dynamic DNS with a free service such as dyndns.org or freedns.afraid.org (I'm sure if you google free dns youll get a lot more).
Re: setting up a machine as a server
Yes, thats true but thats why I posted "Basically". I didnt want to get into every possible solution. :)