/etc/httpd/conf.d/owncloud-auth-none.inc - CentOS Linux 7

This is the default example configuration of owncloud-auth-none.inc provided by Apache. This config file was generated by Apache running on CentOS 7.

It is located under: /etc/httpd/conf.d/owncloud-auth-none.inc

    # Apache config snippet. To be used by /etc/httpd/conf.d/*.conf files
# with Include. Denies all access.

<IfModule mod_authz_core.c>
# Apache 2.4
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Deny from all
</IfModule>

    
  

Config Details

Location
/etc/httpd/conf.d/owncloud-auth-none.inc
Operating system
CentOS Linux 7
Length
12 lines
MD5 checksum
c9ad5c7a7c3bab8a07dff79aa8e0fbe5

Usage

Download the raw file with wget or curl

Wget

wget -O owncloud-auth-none.inc.example http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.d/owncloud-auth-none.inc

cURL

curl http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.d/owncloud-auth-none.inc > owncloud-auth-none.inc.example