On 18/07/13 06:44, rova wrote: > apache http server is good for making a web page and host it my > self?
Yes, I have used Apache httpd for years, even back when I used Windows I used it. It has a lot of support and is probably the most used web server. It also has modules for PHP, TLS, and much more. Nginx is another popular web server, that is considered more lightweight. I don't know a lot about it TBH. But there is plenty of information on the internet about it. There is also Apache Tomcat, which is primarily used by people writing Java Server Pages (JSP). Andrew.
