Get the default configuration file radicale.conf for Apache, optimized for CentOS Linux 7. This example configuration ensures optimal compatibility and performance for Apache, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/httpd/conf.d/radicale.conf.
For more configurations and setup guides, visit our related files section to further customize your system.
# 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>
Download the raw file with wget or curl
wget -O radicale.conf.example https://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.d/radicale.conf
curl https://exampleconfig.com/static/raw/apache/centos7/etc/httpd/conf.d/radicale.conf > radicale.conf.example
Other config files you might find useful