Package: mahara-apache2
Version: 1.0.2-1
Severity: important

will trillich writes:

when browsing to launch the update.php script, it never got out of the starting 
blocks. that is, apache's error.log showed entries such as

[Tue May 06 15:27:18 2008] [error] [client #.#.#.#] client denied by server 
configuration: /usr/share/mahara/lib/pieforms/static/core/pieforms.js, referer: 
http://#.#.#.#/mahara/admin/upgrade.php

UNTIL i changed the apache.conf to ALLOW instead of DENY:

<Directory /usr/share/mahara/lib>
    Order allow,deny
    Allow from all # i<== nstead of Deny
</Directory>

after that change, the whole install process percolated along nicely.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to