V
V
Vadim Gush2014-10-16 19:50:45
linux
Vadim Gush, 2014-10-16 19:50:45

Which server to choose for Linux?

Recommend some server for Linux, for normal HTML pages (PHP is not needed).

Answer the question

In order to leave comments, you need to log in

5 answer(s)
3
3vi1_0n3, 2014-10-16
@3vi1_0n3

If only static is needed, something simpler is possible, information about various unpopular web servers can be found, for example, here .
In Ubuntu, you can see what is available with the following command:
But in general I agree with other respondents, nginx is very good for statics, and if PHP support or something else is needed in the future, then support is very easy to add.

K
Konstantin Kitmanov, 2014-10-17
@k12th

You can also take such things (depending on what is already worth it):
hg serve-- a built-in server in Mercurial, git seems to have it too

D
Dmitry Vasilyuk, 2014-10-16
@vasilukwolf

For HTML, I recommend nginx. FreeBSD

M
Mohn, 2014-10-23
@m0hn

For simple HTML I use lighttpd.
That's why it is light, in order to simply perform the necessary actions: return HTML.

B
beta-it, 2015-01-13
@beta-it

I use apache2 + nginx for tests. In terms of statics, nginx is better.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question