Advertisement
szoda

Untitled

Aug 15th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. Type security
  2. Date Monday, August 15, 2016 - 15:24
  3. User szoda
  4. Location http://94.199.178.26/~heimatmu/admin/config
  5. Referrer http://94.199.178.26/~heimatmu/admin/theme/update
  6. Message Security warning: Couldn't write .htaccess file. Please create a .htaccess file in your temporary:// directory which contains the following lines:
  7.  
  8. # Deny all requests from Apache 2.4+.
  9. <IfModule mod_authz_core.c>
  10. Require all denied
  11. </IfModule>
  12.  
  13. # Deny all requests from Apache 2.0-2.2.
  14. <IfModule !mod_authz_core.c>
  15. Deny from all
  16. </IfModule>
  17. # Turn off all options we don't need.
  18. Options -Indexes -ExecCGI -Includes -MultiViews
  19.  
  20. # Set the catch-all handler to prevent scripts from being executed.
  21. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
  22. <Files *>
  23. # Override the handler again if we're run later in the evaluation list.
  24. SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
  25. </Files>
  26.  
  27. # If we know how to do it safely, disable the PHP engine entirely.
  28. <IfModule mod_php5.c>
  29. php_flag engine off
  30. </IfModule>
  31.  
  32. Severity Error
  33. Hostname 193.224.94.226
  34. Operations
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement