Default installation does not work (Apache 2.4 problem)

Bug #1252764 reported by Thomas Dreibholz
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
MediaWiki
Fix Released
Unknown
mediawiki (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The default installation of Mediawiki under Ubuntu 13.10 has an issue with the apache.conf. When trying to access the wiki, Apache reports "AH01630: client denied by server configuration: /var/lib/mediawiki/" in the error log.

The Debian bug #723620 fixes the issue in 1:1.19.8+dfsg-2. This fix also has to be included in Ubuntu.

What the fix does is to set /etc/mediawiki/apache.conf to grant access to "/var/lib/mediawiki/" with "Require all granted":

<Directory /var/lib/mediawiki/>
        Options +FollowSymLinks
        AllowOverride All
        Require all granted
</Directory>

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: mediawiki (not installed)
ProcVersionSignature: Ubuntu 3.11.0-13.20-generic 3.11.6
Uname: Linux 3.11.0-13-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Tue Nov 19 16:09:08 2013
InstallationDate: Installed on 2013-08-14 (96 days ago)
InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: mediawiki
UpgradeStatus: Upgraded to saucy on 2013-10-18 (32 days ago)

Revision history for this message
Thomas Dreibholz (dreibh) wrote :
Changed in mediawiki:
status: Unknown → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in mediawiki (Ubuntu):
status: New → Confirmed
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thank you for reporting this bug to Ubuntu. Ubuntu 13.10 reached EOL in 2014.
See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases

This bug should be fixed in Ubuntu 14.04 LTS.

Changed in mediawiki (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.