Tom Diehl wrote:
Why don't you simply put something like the following in
/etc/httpd/conf.d/bb.conf:
#
# Big Brother is a web based network monitoring program
#
Alias /bb /home/bb/bb/www
<Directory /home/bb/bb/www/>
order deny,allow
deny from all
allow from 127.0.0.1
allow from 192.168.0
</Directory>
I tried this, but it also doesn't work. With SELinux set to
"enforcing," I get
Forbidden
You don't have permission to access /bb on this server.
Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request.
--
fedora-selinux-list mailing list
fedora-selinux-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-selinux-list