Comment 3 for bug 1300404

Revision history for this message
thefuzz4 (jason-hamilton) wrote :

I can confirm that the upgrade to 14.04 for me today also broke this. I did just as the poster suggested.

cd /var/www/html
sudo ln -s ../mythweb
cd /etc/apache2/sites-enabled
sudo vi mythweb.conf (I like vi but use whatever floats your boat :) )
update these two entries to this
    <Directory "/var/www/html/mythweb/data">
        #Options -All +FollowSymLinks +IncludesNoExec
    </Directory>
    <Directory "/var/www/html/mythweb" >
sudo service apache2 reload

and done :)