From ad55f5b31756447ff1fa2dbc37fa9969fd380f38 Mon Sep 17 00:00:00 2001 From: webbuilder_pel7x64builder0 Date: Tue, 12 May 2020 21:17:30 +0200 Subject: [PATCH] radicale httpd config file added Signed-off-by: webbuilder_pel7x64builder0 --- SOURCES/radicale-httpd | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 SOURCES/radicale-httpd diff --git a/SOURCES/radicale-httpd b/SOURCES/radicale-httpd new file mode 100644 index 0000000..3422d27 --- /dev/null +++ b/SOURCES/radicale-httpd @@ -0,0 +1,32 @@ +# 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" + +# +# ServerName cal.localhost + +# WSGIDaemonProcess radicale user=radicale group=radicale threads=1 umask=0027 +# WSGIScriptAlias / /usr/share/radicale/radicale.wsgi + +# +# 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 +# +# RewriteEngine On +# RewriteCond %{REMOTE_USER}%{PATH_INFO} !^([^/]+/)\1 +# RewriteRule .* - [Forbidden] +# +# +# +#