<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HowToBSD &#187; mod_ssl</title>
	<atom:link href="http://howtobsd.com/ru/tag/mod_ssl/feed" rel="self" type="application/rss+xml" />
	<link>http://howtobsd.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 11 Feb 2014 11:21:33 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>The problem with mod_ssl: Undefined symbol &#8220;SSL_get_servername&#8221;</title>
		<link>http://howtobsd.com/ru/solutions/the-problem-with-mod_ssl-undefined-symbol-ssl_get_servername.html</link>
		<comments>http://howtobsd.com/ru/solutions/the-problem-with-mod_ssl-undefined-symbol-ssl_get_servername.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 07:18:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_ssl]]></category>
		<category><![CDATA[problems & solutions]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://howtobsd.com/ru/?p=121</guid>
		<description><![CDATA[If you have a some problem: Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration check the string in httpd.conf LoadModule ssl_module libexec/apache22/mod_ssl.so &#8211; it&#8217;s shouldn&#8217;t be comment After update openssl and apache it turns out that apache can&#8217;t start: Syntax error on line 68 of /usr/local/etc/apache22/httpd.conf: Cannot [...]]]></description>
				<content:encoded><![CDATA[<p>If you have a some problem:</p>
<p><code>Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration</code></p>
<p>check the string in httpd.conf LoadModule ssl_module libexec/apache22/mod_ssl.so &#8211; it&#8217;s shouldn&#8217;t be comment</p>
<p>After update openssl and apache it turns out that apache can&#8217;t start:</p>
<p><code>Syntax error on line 68 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_ssl.so into server: /usr/local/libexec/apache22/mod_ssl.so: Undefined symbol "SSL_get_servername"</code></p>
<p>The solution is rebuilt apache with WITH_OPENSSL_PORT:</p>
<p><code>echo 'WITH_OPENSSL_PORT=yes' >> /etc/make.conf</code></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobsd.com/ru/solutions/the-problem-with-mod_ssl-undefined-symbol-ssl_get_servername.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
