-1

I am looking to go from 000webhost towards my own server. I saw many people use apache and I downloaded xampp to use apache. How can I configure it to where it can go from localhost to towards a public host? I needed to get some libraries for C++ and I am not too sure I can put it on a shared hosting service so I need my own server. How can I configure apache or xampp to go from localhost to a public host?

1 Answers1

0

I believe you want to host your C++ libraries in your own computer. However, hosting a website in own machine is never recommended because of following reasons.

1) You'll need high bandwidth and fast Internet connectivity 24x7 to ensure speedy availability to your site. Web Hosting providers have 1 Gbps connectivity which is impossible for local ISP to offer.

2) You will have to keep your computer up for 24/7. You would need static IP address to host your application or else you will need to use third party DNS services such as dyndns.

Most of web hosting providers setup their web servers to serve either PHP or ASP.net based websites so you would rarely find web host supporting C++.

The only option available to you is a Windows VPS. You can use Windows VPS according to your requirement either to upload and serve C++ libraries or to host websites.

AccuWebHosting.Com
  • 1,159
  • 1
  • 7
  • 17
  • Good answer not what I wanted to hear but at least I know now. I actually worked with my hosting service they give paid plans for VPS and we can install anything Linux based including support for C++ totally forgot about this question. –  Dec 02 '15 at 00:26