You’ll need to configure and run a web server on your computer. The most commonly used, publicly documented, free and accessible to people just trying stuff out is LAMP). You’ll then need to point your domain at the IP address of your server.
Thing is, I have a computer that stays on 24⁄7
What kind of hardware are we talking about? How much traffic are you looking at supporting? What kind of internet connection do you have at home? Are you familiar with the concept of mathematical multiplication?
Regular home PC, fairly dated at this point. Not much traffic is intended, though—it’ll have a fairly quiet home page for my job(I’m not allowed to have more, for tedious reasons of legal compliance in advertising), and a hidden wiki that’ll be seen by maybe a dozen friends. It’s a toy site, not anything serious.
Re mathematical multiplication, I assume you don’t mean 3x4=12. Is this some sort of traffic collision issue?
Re mathematical multiplication, I assume you don’t mean 3x4=12.
As it happens, I do. Depending on what you’re planning on hosting, even trying to serve “a few reasonably large files” may be unreasonably slow on a home internet connection. Divide your upload speed by the number of concurrent users you expect—that’s the theoretically maximal download speeed they can expect from your site.
Ah, fair. I have 10 Mbps nominal upload, and the files in question are a few hundred megs(so too big to pass around by things like email, but not large by the standards of the modern world). I’m not terribly worried about upload speed, if it takes five minutes.
You’ll need to configure and run a web server on your computer. The most commonly used, publicly documented, free and accessible to people just trying stuff out is LAMP). You’ll then need to point your domain at the IP address of your server.
What kind of hardware are we talking about? How much traffic are you looking at supporting? What kind of internet connection do you have at home? Are you familiar with the concept of mathematical multiplication?
Regular home PC, fairly dated at this point. Not much traffic is intended, though—it’ll have a fairly quiet home page for my job(I’m not allowed to have more, for tedious reasons of legal compliance in advertising), and a hidden wiki that’ll be seen by maybe a dozen friends. It’s a toy site, not anything serious.
Re mathematical multiplication, I assume you don’t mean 3x4=12. Is this some sort of traffic collision issue?
As it happens, I do. Depending on what you’re planning on hosting, even trying to serve “a few reasonably large files” may be unreasonably slow on a home internet connection. Divide your upload speed by the number of concurrent users you expect—that’s the theoretically maximal download speeed they can expect from your site.
Ah, fair. I have 10 Mbps nominal upload, and the files in question are a few hundred megs(so too big to pass around by things like email, but not large by the standards of the modern world). I’m not terribly worried about upload speed, if it takes five minutes.