Commit dd817d06e80841135e3dbe8dd5d62ece2019284d

Authored by Guilherme Andrade Del Cantoni
1 parent 2e05cf6b
Exists in master

Filtro para evitar erro no SIP relacionado ao Microsoft Data Access Internet Pub…

…lishing Provider Protocol
Discovery
Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
httpd/assets/sei.conf
... ... @@ -7,6 +7,14 @@ Alias "/sip" "/opt/sip/web"
7 7 Alias "/infra_css" "/opt/infra/infra_css"
8 8 Alias "/infra_js" "/opt/infra/infra_js"
9 9  
  10 +SetEnvIfNoCase user-agent "Microsoft Data Access Internet
  11 +Publishing Provider Protocol Discovery" bad_bot=1
  12 +<FilesMatch "(.*)">
  13 + Order Allow,Deny
  14 + Allow from all
  15 + Deny from env=bad_bot
  16 +</FilesMatch>
  17 +
10 18 <VirtualHost *:80>
11 19  
12 20 DocumentRoot /var/www/html
... ...