Module: tools Branch: master Commit: c4006a9bdec5c01f14df42c80dc2cb62d974f3a3 URL: https://source.winehq.org/git/tools.git/?a=commit;h=c4006a9bdec5c01f14df42c8...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Feb 2 12:21:16 2021 +0100
patches: Remove the Apache 2.2 instructions.
Apache 2.2 is very old so simplify the sample configuration files.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
patches/doc/vhost_source.conf | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf index 03c25c6..01c6dee 100644 --- a/patches/doc/vhost_source.conf +++ b/patches/doc/vhost_source.conf @@ -6,10 +6,6 @@ ServerAdmin winehq@example.com
<Directory /home/winehq/opt/source> - # Access control the Apache 2.2 way - Order allow,deny - Allow from all - # And the Apache 2.4 way Require all granted </Directory> </VirtualHost>