Show HN: Hosting my website using my C web server
1–10 of 160 posts
Re: Show HN: Hosting my website using my C web server
#2Re: Show HN: Hosting my website using my C web server
#3Hello everyone! This is a fun little project I started in my spare time and thought you'd appreciate :)
Re: Show HN: Hosting my website using my C web server
#4You have the opportunity to really make something custom and of high quality, hard code the paths of your files and avoid a whole class of vulnerabilities for example.
Configuration files? That makes sense when programmer and sysadmin are distinct, you can just modify variables and recompile.
Re: Show HN: Hosting my website using my C web server
#5Re: Show HN: Hosting my website using my C web server
#6Nice. I've done this in the past. But I feel like attempting to make a file serving http server is like adding preservants and high fructose corn syrup to home made baked goods. You have the opportunity to really make something custom and of high quality, hard code the paths of your files and avoid a whole class of vulnerabilities for example. Configuration files? That makes sense when programmer and sysadmin are dis…
Re: Show HN: Hosting my website using my C web server
#7That would make it not only faster but also safer.
Re: Show HN: Hosting my website using my C web server
#8This is amazing. Seriously, more things should be custom-coded. Why not?