Displaying 3 results from an estimated 3 matches for "mcfrazier".
Did you mean:
frazier
2015 Mar 05
1
SELinux kills Cassandra based website
Hi Jeremy,
An easy way to start troubleshooting these is to look at the audit logs and
> see what SELInux is blocking. You have /McFrazier in the email.. if that's
> off the root tree than unless you've set permissions to allow httpd to look
> at tat folder, I bet that's one problem.
> if you run ls -Z you can see the labels that are present on those folders,
> that might be helpful too
When I take a look at...
2015 Mar 05
2
SELinux kills Cassandra based website
Hey all,
There's a website I help run that uses the Cassandra DB as its database. I
notice that if I run the web server in SELinux permissive mode, the site
works fine. But if I put it into enforcing mode, the site goes down with
this error:
Warning: require_once(/McFrazier/PhpBinaryCql/CqlClient.php): failed to
open stream: Permission denied in
/var/www/jf-ref/includes/classes/class.CQL.php on line 2 Fatal error:
require_once(): Failed opening required
'/McFrazier/PhpBinaryCql/CqlClient.php' (include_path='.:/php/includes') in
/var/www/jf-ref/includes...
2015 Mar 05
0
SELinux kills Cassandra based website
An easy way to start troubleshooting these is to look at the audit logs and
see what SELInux is blocking. You have /McFrazier in the email.. if that's
off the root tree than unless you've set permissions to allow httpd to look
at tat folder, I bet that's one problem.
if you run ls -Z you can see the labels that are present on those folders,
that might be helpful too.
On Wed, Mar 4, 2015 at 8:14 PM, Tim Dunph...