• Hi all.

    I’m working on WP using PHP-FPM in a chroot environment. I’ve got it working pretty well but I’m having trouble with a few things and I’m hoping you might be able to give me some pointers.

    Mostly, I notice a few things failing but I can’t find any sort of a log that can tell me an exhaustive list of what’s failing and what’s not and if those things that are failing if they’re saying anything about it.

    I’ll give an example: The dashboard starts up with a few RSS feeds about wordpress stuff but I get an error message about failure to resolve hostname blah blah. Obviously this is because I’m in a chroot jail, but that’s not the problem.

    What I’m really worried about is capabilities that I don’t know aren’t working. Hence my desire for a log.

    I already have the php logging working fine. phpinfo says “error_reporting 30719” which. I think is E_ALL. php-fpm is putting the log into chroot jail. That’s fine.

    I think something is keeping the WP stuff from emitting errors. But I don’t know what that could be.

    Yes, define(‘WP_DEBUG’, true) and define(‘WP_DEBUG_LOG’, true);

    Any help would er… help.

    -Dylan

The topic ‘Chroot at Logging’ is closed to new replies.