Live data from Hacker News

Do you host a web server at home?

news.ycombinator.com

1–10 of 25 posts

Re: Do you host a web server at home?

#3

I'd be interested to find out how to host from home. All these VPSs are getting expensive and I've noticed most of my side projects don't need all that.

Yeah, that's exactly what I'm thinking too. A coworker set up a home web server on an old C2D Dell machine, and when I ping it, it's responding quicker than the host I'm using.

Re: Do you host a web server at home?

#4

I'd be interested to find out how to host from home. All these VPSs are getting expensive and I've noticed most of my side projects don't need all that.

Yeah, that's exactly what I'm thinking too. A coworker set up a home web server on an old C2D Dell machine, and when I ping it, it's responding quicker than the host I'm using.

Does your ISP allow you to have a web server at home? Some don't unless you pay more.

Re: Do you host a web server at home?

#7
I used to do it. I've played with both static IP and dynamic DNS. Hosting from home works fine for a web server that doesn't expect a lot of traffic. Otherwise, save yourself the headache and fire up a VPS in a few minutes.

Re: Do you host a web server at home?

#8
I do. I've run FreeBSD on a SunFire and on an old Thinkpad, and I currently run a Go web server under Plan 9 on that old Thinkpad. It's easy, just start the server and point your domain name at it. Since I've got a dynamic IP, I have a cron job to update it every day--it's just a personal page, so it doesn't really matter if it's unavailable for a little while every few months.

Re: Do you host a web server at home?

#10
I've run a server at home for years. Mostly for SSH access to my old catalogue of email and to do some remote coding when at work. It also served as a website host for small scripts.. Which is about all you can do on a home connection.

For the handful of hosted sites that I manage and a version of Roundcube that connects to my mail provider - I use a VPS. Gandi is good.

Post reply on HN