Hello.

I'm having trouble accessing symbolic links in userdirs through httpd
with selinux enabled on Fedora 12.

The following duplicates my situation:

* Enable userdirs in /etc/httpd/conf/httpd.conf
# setsebool -P httpd_enable_homedirs on
# setsebool -P httpd_read_user_content on

~$ mkdir -p public_html foo/bar
~$ cd public_html
~/public_html$ ln -s ../foo
~/public_html$ cd ../foo/bar
~/foo/bar$ echo "<h1>Test</h1>" > baz.html
~/foo/bar$ ln -s baz.html index.html

http://localhost/~user/foo/ is accessible,
http://localhost/~user/foo/bar/ is not. How can I make this work?

Thanks.

-- 
Justin Jereza
LPIC-1

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to