Apache 2.2 is very old so simplify the sample configuration files.
Signed-off-by: Francois Gouget fgouget@codeweavers.com --- 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 03c25c6df..01c6dee15 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>