Re: SVN Server 1.6.1 access via http
From: Jens Neuhalfen <JensNeuhalfen_at_gmx.de>
Date: Mon, 27 Apr 2009 22:42:03 +0200
Hi Campbell
> I have run the strace by using:
...
>
You are running on RHEL? Maybe your SeLinux policy denies apache to
getenforce
If it tells you, that SeLinux is "Enforcing", then SeLinux might needs
Try
audit2allow -a
and post the result. If you want to give a shot in the dark a chance,
semanage fcontext -a -t httpd_sys_content_t '/repos(/[^/]*)*'
This will allow apache to access all files and directories under /
Jens
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.