00_apache_manual.conf 303 B

12345678910
  1. #
  2. # This configuration file allows the manual to be accessed at
  3. # http://localhost/manual/
  4. #
  5. AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/usr/share/doc/apache/manual$1"
  6. <Directory "/usr/share/doc/apache/manual">
  7. Options Indexes
  8. AllowOverride None
  9. Require all granted
  10. </Directory>