{"id":1093,"date":"2019-05-16T17:42:04","date_gmt":"2019-05-16T14:42:04","guid":{"rendered":"https:\/\/artem.services\/?p=1093"},"modified":"2019-05-16T17:49:03","modified_gmt":"2019-05-16T14:49:03","slug":"nginx-%d0%b7%d0%b0%d0%b2%d0%b8%d1%81%d0%b8%d0%bc%d0%be%d1%81%d1%82%d0%b8-%d0%bf%d1%80%d0%b8-%d1%81%d0%b1%d0%be%d1%80%d0%ba%d0%b8-%d1%81-%d0%b8%d1%81%d1%85%d0%be%d0%b4%d0%bd%d0%b8%d0%ba%d0%be%d0%b2","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=1093","title":{"rendered":"FIX ERROR &#8212; Nginx: \u0417\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u0438 \u0441\u0431\u043e\u0440\u043a\u0438 \u0441 \u0438\u0441\u0445\u043e\u0434\u043d\u0438\u043a\u043e\u0432"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"size-full wp-image-1041 aligncenter\" src=\"https:\/\/artem.services\/wp-content\/uploads\/2019\/04\/Nginx-logo.png\" alt=\"\" width=\"1280\" height=\"270\" srcset=\"https:\/\/artem.services\/wp-content\/uploads\/2019\/04\/Nginx-logo.png 1280w, https:\/\/artem.services\/wp-content\/uploads\/2019\/04\/Nginx-logo-300x63.png 300w, https:\/\/artem.services\/wp-content\/uploads\/2019\/04\/Nginx-logo-768x162.png 768w, https:\/\/artem.services\/wp-content\/uploads\/2019\/04\/Nginx-logo-1024x216.png 1024w, https:\/\/artem.services\/wp-content\/uploads\/2019\/04\/Nginx-logo-954x201.png 954w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>\u0412 \u0434\u0430\u043d\u043d\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0438\u043c\u0435\u043d\u0430 \u043f\u0430\u043a\u0435\u0442\u043e\u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 <strong>DEB<\/strong> \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c.<\/p>\n<h3>PCRE<\/h3>\n<pre>.\/configure: error: the HTTP rewrite module requires the PCRE library.\r\nYou can either disable the module by using --without-http_rewrite_module\r\noption, or install the PCRE library into the system, or build the PCRE library\r\nstatically from the source with nginx by using --with-pcre= option.<\/pre>\n<h5>\u0420\u0435\u0448\u0435\u043d\u0438\u0435:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install libpcre3 libpcre3-dev\r\n<\/pre>\n<p>&nbsp;<\/p>\n<h3>OpenSSL<\/h3>\n<pre>.\/configure: error: SSL modules require the OpenSSL library.\r\nYou can either do not enable the modules, or install the OpenSSL library\r\ninto the system, or build the OpenSSL library statically from the source\r\nwith nginx by using --with-openssl= option.<\/pre>\n<h5>\u0420\u0435\u0448\u0435\u043d\u0438\u0435:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install openssl libssl-dev\r\n<\/pre>\n<p>&nbsp;<\/p>\n<h3>Gzip<\/h3>\n<pre>.\/configure: error: the HTTP gzip module requires the zlib library.\r\nYou can either disable the module by using --without-http_gzip_module\r\noption, or install the zlib library into the system, or build the zlib library\r\nstatically from the source with nginx by using --with-zlib= option.<\/pre>\n<h5>\u0420\u0435\u0448\u0435\u043d\u0438\u0435:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install zlib1g zlib1g-dev\r\n<\/pre>\n<p>&nbsp;<\/p>\n<h3>XSLT<\/h3>\n<pre>.\/configure: error: the HTTP XSLT module requires the libxml2\/libxslt\r\nlibraries. You can either do not enable the module or install the libraries.<\/pre>\n<h5>\u0420\u0435\u0448\u0435\u043d\u0438\u0435:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install libxslt-dev\r\n<\/pre>\n<p>&nbsp;<\/p>\n<h3>GD<\/h3>\n<pre>.\/configure: error: the HTTP image filter module requires the GD library.\r\nYou can either do not enable the module or install the libraries.<\/pre>\n<h5>\u0420\u0435\u0448\u0435\u043d\u0438\u0435:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install libgd-dev\r\n<\/pre>\n<p>&nbsp;<\/p>\n<h3>GeoIP<\/h3>\n<pre>.\/configure: error: the GeoIP module requires the GeoIP library.\r\nYou can either do not enable the module or install the library.<\/pre>\n<h5>\u0420\u0435\u0448\u0435\u043d\u0438\u0435:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install libgeoip-dev\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; \u0412 \u0434\u0430\u043d\u043d\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0438\u043c\u0435\u043d\u0430 \u043f\u0430\u043a\u0435\u0442\u043e\u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0442 DEB \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u043c. PCRE .\/configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using &#8212;without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source with nginx by using &#8212;with-pcre= option. \u0420\u0435\u0448\u0435\u043d\u0438\u0435: &nbsp; &hellip; <a href=\"https:\/\/artem.services\/?p=1093\" class=\"more-link\">\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c \u0447\u0438\u0442\u0430\u0442\u044c<span class=\"screen-reader-text\"> &quot;FIX ERROR &#8212; Nginx: \u0417\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0440\u0438 \u0441\u0431\u043e\u0440\u043a\u0438 \u0441 \u0438\u0441\u0445\u043e\u0434\u043d\u0438\u043a\u043e\u0432&quot;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[49],"tags":[51,50,831,10,833],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1093"}],"collection":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1093"}],"version-history":[{"count":4,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1093\/revisions"}],"predecessor-version":[{"id":1097,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/1093\/revisions\/1097"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1093"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1093"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1093"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}