Skip to main content
AK - Technology

Main navigation

  • Home
  • Knowledge Base
  • Services
  • Contact

Breadcrumb

  1. Home

Disabling directory listing in Apache2

(first method)
/etc/apache2/httpd.conf

<Directory /var/www>
  Options -Indexes
  AllowOverride All
  Order allow,deny
  Allow from all
</Directory>

(second method)
.htaccess file
    Options -Indexes
    The minus means "no"
    
httpd.conf or .htaccess
IndexIgnore *.pdf *.mp3
IndexIgnore *

News

  • Multi‑Factor Authentication Is No Longer Optional
  • Useful Paid Tools
  • Section 2 of Secure Network Act
  • Tecsun Electronics
  • 3 Samsung Galaxy Phones - end of support

ak technology service 
708-717-4645