Discussion:
Issue with jailed Apache 2.4 and modules
(too old to reply)
p***@gmail.com
2014-08-13 10:19:37 UTC
Permalink
Just set up a FreeBSD jail to run httpd in it and all works good except these two, rewrite/proxy modules.

These are error logs excerpts:




mod_rewrite error:

[rewrite:crit] [pid 43447] (13)Permission denied: AH00666: mod_rewrite: could not init rewrite_mapr_lock_acquire in child




mod_proxy error:

[proxy:crit] [pid 43447] (13)Permission denied: AH02479: could not init proxy_mutex in child




Not sure what's going on, this makes me crazy, please help!
I tried googling but found nothing but rubbish.
Goran Tepshic
2014-08-18 11:17:35 UTC
Permalink
Post by p***@gmail.com
Just set up a FreeBSD jail to run httpd in it and all works good except these two, rewrite/proxy modules.
[rewrite:crit] [pid 43447] (13)Permission denied: AH00666: mod_rewrite: could not init rewrite_mapr_lock_acquire in child
[proxy:crit] [pid 43447] (13)Permission denied: AH02479: could not init proxy_mutex in child
Not sure what's going on, this makes me crazy, please help!
I tried googling but found nothing but rubbish.
The issue were permissions set to basejail so daemon couldn't be reached. All works properly now.
Loading...