Sorry guys, I did see this but then promptly forgot about it.

We may need to replace EditArea anyway as the project appears to have been
abandoned.  My emails to the dev have not been returned and there is
virtually no activity on the EditArea SF site.

CC


On Mon, Oct 7, 2013 at 2:32 PM, Tomáš Kašpárek <tkaspa...@redhat.com> wrote:

> Hello Duncan,
>
> I've modified spacewalk-setup to include
>
>
> <IfVersion >= 2.4>
> <Directory /usr/share/editarea>
> Require all granted
> </Directory>
> </IfVersion>
>
> in commit d02add4b1ce892588f509069966edd**fb50aeea77
>
> 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<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<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<https://www.redhat.com/mailman/listinfo/spacewalk-devel>
>



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

Reply via email to