Hello Duncan,

I've modified spacewalk-setup to include

<IfVersion >= 2.4>
<Directory /usr/share/editarea>
Require all granted
</Directory>
</IfVersion>

in commit d02add4b1ce892588f509069966eddfb50aeea77

Thanks for the catch!

Tomas

On 09/24/2013 03:46 PM, Duncan Mac-Vicar P. wrote:
Hi Colin,

editarea is used on Spacewalk. When using Fedora 19 & apache 2.4 getting
/editarea/edit_area_full.js results in Forbidden.

Apache auth is now done in a set of modules for 2.4. According to the
documentation https://httpd.apache.org/docs/2.4/upgrading.html

2.2 configuration:
Order deny,allow
Deny from all

2.4 configuration:
Require all denied

I am not sure why the default changed, as httpd/conf.d/editarea.conf did
not had a configuration before, but adding the corresponding 2.4 part
fixes the problem.

https://gist.github.com/dmacvicar/6684649

alias /editarea /usr/share/editarea
<IfVersion >= 2.4>
<Directory /usr/share/editarea>
Require all granted
</Directory>
</IfVersion>

Regards,
Duncan

_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to