веб-сервер

What is the difference between the HTTP methods HEAD and OPTIONS?

What is the difference between the HTTP methods HEAD and OPTIONS? I only know that in response to OPTIONS, the server should give an Allow with a list of supported methods. Are there any other conceptual / technical differences?

Is it possible to write websites in C or C#?

On the Internet, it is often written that it is unrealistic to make sites (server programming) in languages like C, C++, C#, ... C#, Fortran, TurboPascal and any other languages? Does it exist at all or in its own time did good marketing play its part?

"Remember me" - authorization on the site

Good afternoon. What are the options with automatic authorization, how to make the "remember me" feature? Thank you.

Difference between css and min. css

I don't know if this question is appropriate, but I wasn't interested in it before. If you put already minified styles in the ... And, accordingly, vice versa if you put an unminified file in .min. This topic is not discussed on the forums found. Thanks)

where can I view the default apache parameters used?

I use Centos 7.1 Apache and php are installed I want to configure all the Apache parameters, such as: StartServers ... e what parameters Apache uses now? The settings file /etc/httpd/conf/httpd.conf does not currently contain these parameters.

What is the difference between php and php-fpm?

I am tasked with installing a bundle of nginx and php - fpm on the server. I did not really understand how php-fpm differs f ... actually does what it receives a request from the web server to process php scripts, processes and returns the result back.