Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you going to be running an ecommerce site or webmail from this website? It's kind of pointless to have SSL for a website if there isn't going to be anything to protect. If it's just straight pages without any backend with login access of some type, what's the point in securing it? Really, there is none.
How would you host your own site? It probably costs something doesn't it?
If you have broadband and a desktop machine, you could easily host a webserver on it, granted that your ISP doesn't block port 80, which most don't nowadays.
Why is your only concern is to have it secure? Like I asked previously, the only reason you need a secure site is if you want to encrypt transactions, online shopping or store, or want to encrypt any type of login access thru the site. Anything else is already available and encrypting it really does nothing for your site.
What type of site are you wanting to create is the main question, that lets us know if we should say, yeah, get a free account with whoever or build your own on your own machine/bandwidth, etc.
I have broadband, and my ISP allows me a fixed IP address.
I have a ADSL modem, with both network cable and WiFi and its own built-in firewall. I can configure it to allow ports chosen to be open to PC's connected to it, and they may have local addresses of the 192.168.1.x kind, if we choose static, or just use DHCP and let the modem decide.
Is it possible to just make a /pub partition on one of the PCs with the open ports, and click on Synaptic to install Apache 2 and have it work?
OK - possible maybe, but possibly unwise! (for me)
Tux-o-Matic, didn't notice before that you don't have the internet. As stated by trickykid, it is possible to have a webserver running at home, provided you have broadband and the necessary ports aren't blocked by your ISP (port 80 for http and port 443 for https). I run a secure webserver on my home connection and it works just fine, although if it received a lot of traffic there would be problems.
GTrax, it is possible to get apache up and running pretty easily, but it would be a very good idea to check out the configuration options. Essentially all you need to do is install apache on a computer, and open port 80 on your router to forward to that computer. By default the web pages will be stored in /var/www/htdocs. This directory can be changed via the configuration file. There are a number of other things you ought to change for security reasons though.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.