[Pkg-mediawiki-devel] Bug#723620: Bug#723620: mediawiki: Default installation does not work (Apache 2.4 problem)
Thorsten Glaser
t.glaser at tarent.de
Thu Sep 19 09:30:07 UTC 2013
On Thu, 19 Sep 2013, Thorsten Glaser wrote:
> Since the bug occurs for you but not for me, can you try
… or actually, try the attached file, jmw already
committed something.
Thanks,
//mirabilos
--
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Sebastian Mancke
-------------- next part --------------
# Uncomment this to add an alias.
# This does not work properly with virtual hosts..
#Alias /mediawiki /var/lib/mediawiki
<Directory /var/lib/mediawiki/>
Options +FollowSymLinks
AllowOverride All
<IfVersion >= 2.3>
Require all granted
</IfVersion>
<IfVersion < 2.3>
order allow,deny
allow from all
</IfVersion>
</Directory>
# some directories must be protected
<Directory /var/lib/mediawiki/config>
Options -FollowSymLinks
AllowOverride None
php_admin_flag engine off
</Directory>
<Directory /var/lib/mediawiki/images>
Options -FollowSymLinks
AllowOverride None
php_admin_flag engine off
</Directory>
<Directory /var/lib/mediawiki/upload>
Options -FollowSymLinks
AllowOverride None
php_admin_flag engine off
</Directory>
More information about the Pkg-mediawiki-devel
mailing list