meta-openembedded/meta-webserver
Jackie Huang 8bfd395b06 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: Jackie Huang <jackie.huang@windriver.com>
2013-04-03 18:07:50 +01:00
..
conf Add meta-webserver layer 2012-10-03 13:34:32 +01:00
recipes-httpd hiawatha: update to 8.8.1 2013-03-08 15:03:06 +00:00
recipes-php modphp: use libdir instead of baselib to load module 2013-04-03 18:07:50 +01:00
recipes-webadmin/ajenti ajenti: add new recipe 2013-02-18 09:28:26 +00:00
COPYING.MIT Add meta-webserver layer 2012-10-03 13:34:32 +01:00
README README: extend for meta-webadmin addition 2013-02-18 09:28:26 +00:00

meta-webserver
==============

This layer provides support for building web servers, web-based
applications and related software.



Dependencies
------------

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
subdirectory: meta
branch: master
revision: HEAD

For some recipes, the meta-oe layer is required:

URI: git://git.openembedded.org/meta-openembedded
subdirectory: meta-oe
branch: master
revision: HEAD



Layout
------

recipes-httpd/      Web servers
recipes-php/        PHP and PHP applications
recipes-webadmin/   Standalone web administration interfaces



Maintenance
-----------

Send patches / pull requests to openembedded-devel@lists.openembedded.org
with '[meta-webserver]' in the subject.

Layer maintainer: Paul Eggleton <paul.eggleton@linux.intel.com>


License
-------

All metadata is MIT licensed unless otherwise stated. Source code included
in tree for individual recipes is under the LICENSE stated in each recipe
(.bb file) unless otherwise stated.

This README document is Copyright (C) 2012 Intel Corporation.