From patchwork Sun Oct 7 11:13:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-webserver,0/3] meta-webserver improvements Date: Sun, 07 Oct 2012 11:13:48 -0000 From: Paul Eggleton X-Patchwork-Id: 37881 Message-Id: To: openembedded-devel@lists.openembedded.org Fixes for some bugs in the apache2 & modphp recipes, along with phpmyadmin which I used to discover and fix them. The following changes since commit 68f05443333afa527e3b24e4caae6115dfb6b6b6: opencv: bump PR due libav update (2012-10-05 11:27:25 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib paule/meta-webserver-fixes http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/meta-webserver-fixes Paul Eggleton (3): apache2: fix configuration modphp: fix default php.ini & add PACKAGECONFIG phpmyadmin: add new recipe .../recipes-httpd/apache2/apache2_2.4.2.bb | 10 +++-- meta-webserver/recipes-httpd/apache2/files/init | 6 +-- meta-webserver/recipes-php/modphp/modphp5.inc | 34 ++++++++-------- meta-webserver/recipes-php/modphp/modphp_5.3.14.bb | 2 +- .../recipes-php/phpmyadmin/phpmyadmin/apache.conf | 42 ++++++++++++++++++++ .../recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb | 30 ++++++++++++++ 6 files changed, 100 insertions(+), 24 deletions(-) create mode 100644 meta-webserver/recipes-php/phpmyadmin/phpmyadmin/apache.conf create mode 100644 meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.2.2.bb