incorrect location apache config file in mediawiki

Bug #1426805 reported by steve.rueg
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
Fix Released
Undecided
Unassigned

Bug Description

Ubuntu Server Guide --> LAMP Applications --> mediawiki

https://help.ubuntu.com/lts/serverguide/mediawiki.html

The instructions call to edit mediawiki.conf in location "/etc/apache2/conf.d/" . But that dir does not exist in current apache2.

The correct instructions should be:
    1. make a link of mediawiki.conf from /etc/apache2/conf-available to /etc/apache2/conf-enabled
     $ cd /etc/apache2/conf-enabled
     $ ln -s ./conf-available/mediawiki.conf

      2. edit conf-enabled/mediawiki.conf to uncomment the line:
        # Alias /mediawiki /var/lib/mediawiki

(restart apache2)

Related branches

Revision history for this message
Doug Smythies (dsmythies) wrote :

Thanks for your bug report.
This was fixed in revision 237 of the serverguide, which has yet to be published. It should be published in about 2 weeks.

Changed in serverguide:
status: New → Fix Committed
Changed in serverguide:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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