From edf137a7d0a15f5b63f50392aad9927f043bf53c Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 4 Oct 2021 09:40:04 +0100 Subject: First working version of emailautoconf --- apache2/autoconfig.conf.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apache2/autoconfig.conf.in (limited to 'apache2/autoconfig.conf.in') diff --git a/apache2/autoconfig.conf.in b/apache2/autoconfig.conf.in new file mode 100644 index 0000000..68305fa --- /dev/null +++ b/apache2/autoconfig.conf.in @@ -0,0 +1,13 @@ + +# SPDX-License-Identifier: LGPL-3.0-or-later + + + AllowOverride None + Require all granted + + + + Alias "@datarootdir@/emailautoconf/php/thunderbird.php" + SetHandler application/x-httpd-php + + -- cgit v1.2.1