799 shaares
64 liens privés
64 liens privés
8 résultats
taggé
apache
Activer http2 sur apache
If your PHP web application is randomly lagging and from visual observations of CPU/memory usage your server is not gett
I had to handle high traffic loads in my career and I fought with down-time, not used memory and a lot of trouble in my past. In this article I want to give a step-by-step guide to apache2…
<Directory "/var/www/site">
Require all denied
Require ip 192.168.1.90 50.50.50.50
</Directory>
Sous le coude
Coude.