<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-webserver/recipes-httpd/apache2/apache2_2.4.6.bb, branch hardknott-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=hardknott-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2014-03-06T12:12:14+00:00</updated>
<entry>
<title>apache2: update to 2.4.7</title>
<updated>2014-03-06T12:12:14+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2014-01-12T16:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=50f28a183f30c82280510988ad456f456e2c82ea'/>
<id>urn:sha1:50f28a183f30c82280510988ad456f456e2c82ea</id>
<content type='text'>
* LIC_FILES_CHKSUM changed because of the introduction of an extra blank
  line in the LICENSE file (!)
* Refreshed TLS Next Protocol Negotiation support patch for conflict
  with 2.4.7. Thanks to Hongxu Jia for doing this work.

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>apache2: add config_var.mk and config.nice into SSTATE_SCAN_FILES</title>
<updated>2013-10-28T16:35:15+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2013-10-25T07:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=176db0f7e1dc60faea2fa78202c02552a5af8fed'/>
<id>urn:sha1:176db0f7e1dc60faea2fa78202c02552a5af8fed</id>
<content type='text'>
Since both config_var.mk and config.nice will be packaged into sstate cache,
and be reused, add them into SSTATE_SCAN_FILES to replace the hardcoded paths

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
</content>
</entry>
<entry>
<title>apache2: fix error messages when restart apache service</title>
<updated>2013-09-26T08:35:56+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2013-09-25T02:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0ffc5f7ae91d06fb8e1d71e0b7cd08b94cad9060'/>
<id>urn:sha1:0ffc5f7ae91d06fb8e1d71e0b7cd08b94cad9060</id>
<content type='text'>
There are error messages when restart apache service:

Observed Behavior
======================
root@qemu0:/etc/php# apachectl restart
AH00557: httpd: apr_sockaddr_info_get() failed for qemu0
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive        globally to suppress this message
root@qemu0:/etc/php# /etc/init.d/apache2 restart
AH00557: httpd: apr_sockaddr_info_get() failed for qemu0
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive        globally to suppress this message
root@qemu0:/etc/php# /etc/init.d/apache2 stop
AH00557: httpd: apr_sockaddr_info_get() failed for qemu0
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive        globally to suppress this message

Add 'ServerName localhost:80' to httpd.conf could fix this issue.

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
</content>
</entry>
<entry>
<title>apache2: add apxs to SSTATE_SCAN_FILES</title>
<updated>2013-09-16T12:36:22+00:00</updated>
<author>
<name>Roy.Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2013-09-11T00:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637'/>
<id>urn:sha1:4ddfb3e92fdcffccfcbae1b4003a5d7c3385a637</id>
<content type='text'>
apxs is installed under /usr/bin/crossscripts of sysroot, its hardcode paths
should be handled when store or extracts the sstate archives.

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
</content>
</entry>
<entry>
<title>apache2: create configuration file for systemd-tmpfiles</title>
<updated>2013-09-16T12:36:21+00:00</updated>
<author>
<name>Roy Li</name>
<email>rongqing.li@windriver.com</email>
</author>
<published>2013-09-10T08:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a40fcab604554d0e549294458b27b25e5639fceb'/>
<id>urn:sha1:a40fcab604554d0e549294458b27b25e5639fceb</id>
<content type='text'>
when use systemd as a system and service manager, systemd-tmpfiles will replace
/etc/init.d/populate-volatile.sh to handle temporary files, so we need to create
the configuration file for apache2

Signed-off-by: Roy Li &lt;rongqing.li@windriver.com&gt;
</content>
</entry>
<entry>
<title>apache2: update to 2.4.6</title>
<updated>2013-08-27T15:39:31+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-08-19T13:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e25a025f9ed15f37c114e84484df3d77d392c09a'/>
<id>urn:sha1:e25a025f9ed15f37c114e84484df3d77d392c09a</id>
<content type='text'>
Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
</content>
</entry>
</feed>
