Re: Setting up my own server
Quote:
Originally posted by Dilenger4
Im interested in setting up my own server but i really don't have a clue as to what might be needed. I have a domain name but that's about it. Im assuming that i can run Apache off my computer instead of having to go out and purchase a server. Am i right? What can Apache serve up besides web pages? I mean does it come with SMTP so i can serve up email? Also how can i close off outside people from accessing my site for the time being. I was thinking about running a packet filter on the server side to only accept packets comming from my ip address since the server will be running off another ip address. Any suggestions? Thanks. :)
You can do this if you've got a static IP address (got cable?), and if you have DSL, in which your IP address keeps changing, there are some sites which enable you to run the website. Someone here will give you the URL to one of those sites...
Apache can't do your SMTP work, you'll need to download some other SMTP server tool for that. Apache can server your HTML, PHP and CGI pages as well. (You'll need to download and install the appropriate modules for that).
If you don't want people accessing your pages just yet, you could simply set up a firewall and block all HTTP requests to your PC.
Your other option is IIS: It can server PHP, ASP, HTML pages, and also comes with an SMTP feature.
HTH