Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

etc_apache2_sites-available_00-status.conf 256B

12345678
  1. # This needs to be the first configured virtualhost on port 80 so that
  2. # requests to http://localhost hit this rather than any other vhost
  3. <VirtualHost *:80>
  4. <Location />
  5. SetHandler server-status
  6. Require ip 127.0.0.1
  7. </Location>
  8. </VirtualHost>