Comment 26 for bug 690482

Revision history for this message
In , Gianluca (gianluca-redhat-bugs) wrote :

I guess it's relevant to note the default apache configuration provided with the mantis package includes the following.

# Admin directory access is disabled by default; do not change this unless
# you are performing the first installation or a database schema update.
# See README.Fedora for more details
<Directory /usr/share/mantis/admin>
 Order Deny,Allow
 Deny from All
 Allow from None
</Directory>