Require HTTP auth to access roundcube
[sysconfig/apache2.git] / mods-available / cgid.conf
index a9eee10687313280c709d09cc73ddd022fe64e96..762f00b72442d40868cb483d0b6e9b3bb84df416 100644 (file)
@@ -1,2 +1,4 @@
 # Socket for cgid communication
-ScriptSock /var/run/apache2/cgisock
+ScriptSock ${APACHE_RUN_DIR}/cgisock
+
+# vim: syntax=apache ts=4 sw=4 sts=4 sr noet