https://bugzilla.redhat.com/show_bug.cgi?id=1403588 --- Comment #10 from Hugh <hughbragg@xxxxxxxxxx> --- This is in /etc/httpd/conf.d/bugzilla.conf Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot Alias /bugzilla /usr/share/bugzilla <Directory /usr/share/bugzilla> <IfModule mod_authz_core.c> # Bugzilla will be accessible to all machines in your network # Replace with "Require local" if you want access to be restricted # to this machine. Require all granted </IfModule> AddHandler cgi-script .cgi Options +Indexes +ExecCGI +FollowSymLinks DirectoryIndex index.cgi index.html AllowOverride Limit Options FileInfo Indexes AddType application/vnd.mozilla.xul+xml .xul AddType application/rdf+xml .rdf </Directory> <Directory /var/lib/bugzilla/data/webdot> Require all granted </Directory> The only other thing affecting this directory is in httpd.conf <Directory /> AllowOverride none Require all denied </Directory> I noticed this: /usr/share/bugzilla/assets -> ../../../var/lib/bugzilla/assets Which may explain the problem. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx