/etc/httpd/conf.d/radicale.conf - CentOS Linux 7

This is the default example configuration of radicale.conf provided by Apache. This config file was generated by Apache running on CentOS 7.

It is located under: /etc/httpd/conf.d/radicale.conf

    # For more information, visit:
# http://radicale.org/user_documentation/#idapache-and-mod-wsgi

# WARNING: To use this correctly, you will need to set:
#    "setsebool -P httpd_can_read_write_radicale=1"

#<VirtualHost *:80>
#    ServerName cal.localhost

#    WSGIDaemonProcess radicale user=radicale group=radicale threads=1 umask=0027
#    WSGIScriptAlias / /usr/share/radicale/radicale.wsgi

#    <Location />
#        WSGIProcessGroup radicale
#        WSGIApplicationGroup %{GLOBAL}
#        AllowOverride None
#
#        ## You may want to use apache's authentication
#        AuthBasicProvider file
#        AuthType Basic
#        AuthName "Enter your credentials"
#        AuthUserFile /path/to/httpdfile/
#        AuthGroupFile /dev/null
#        Require valid-user
#        <IfModule rewrite_module>
#            RewriteEngine On
#            RewriteCond %{REMOTE_USER}%{PATH_INFO} !^([^/]+/)\1
#            RewriteRule .* - [Forbidden]
#        </IfModule>
#
#    </Location>
#</VirtualHost>

    
  

Config Details

Location
/etc/httpd/conf.d/radicale.conf
Operating system
CentOS Linux 7
Length
32 lines
MD5 checksum
4e9eae2b054e64d6efb696fedd70d7d3

Usage

Download the raw file with wget or curl

Wget

wget -O radicale.conf.example http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.d/radicale.conf

cURL

curl http://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.d/radicale.conf > radicale.conf.example