Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
#<VirtualHost *:80>
#ServerAdmin localhost@localhost
#ServerName localhost
#DocumentRoot "/home/localhost"
#ScriptAlias /cgi-bin/ "/home/localhost/cgi-bin/"
#ErrorLog /home/localhost/logs/error.log
#CustomLog /home/localhost/logs/access.log topserver_format
#</VirtualHost>
Как сделать так, чтобы apache записывал в логи все http-заголовки запросов и своих ответов на эти запросы. И если да, можно ли сделать это средствами .htaccess?