Skip to content
Commit 8bfd395b authored by Jackie Huang's avatar Jackie Huang Committed by Paul Eggleton
Browse files

modphp: use libdir instead of baselib to load module



When we change the apache2 files layout to debian style,
the ServerRoot in httpd.conf was changed to "/" from "/usr",
then the relative path to libphp5 module in 70_mod_php5.conf
will be invalid so it fails to load the module, use libdir
(absolute path) instead so it will always find the module.

Signed-off-by: default avatarJackie Huang <jackie.huang@windriver.com>
parent af6c3937
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment