{"id":509,"date":"2019-01-18T16:58:41","date_gmt":"2019-01-18T13:58:41","guid":{"rendered":"https:\/\/artem.services\/?p=509"},"modified":"2019-01-18T18:08:11","modified_gmt":"2019-01-18T15:08:11","slug":"backuppc-nginx","status":"publish","type":"post","link":"https:\/\/artem.services\/?p=509","title":{"rendered":"BackupPC 3 &#8212; Nginx"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"size-full wp-image-219 aligncenter\" src=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo.png\" alt=\"\" width=\"937\" height=\"145\" srcset=\"https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo.png 937w, https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo-300x46.png 300w, https:\/\/artem.services\/wp-content\/uploads\/2018\/11\/Config-Examples-Logo-768x119.png 768w\" sizes=\"(max-width: 937px) 100vw, 937px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043c &quot;<strong>fcgiwrap<\/strong>&quot;<\/p>\n<h5>Deb \u0441\u0438\u0441\u0442\u0435\u043c\u044b:<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\napt install fcgiwrap\r\n<\/pre>\n<p>CentOS:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nyum install fcgiwrap\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>\u0414\u043e\u0431\u0430\u0432\u0438\u043c \u0432 \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a \u0438 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u043c:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsystemctl enable fcgiwrap\r\nsystemctl start fcgiwrap\r\n<\/pre>\n<h5>backuppc.conf<\/h5>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nserver {\r\n    listen 80;\r\n    server_name backuppc.artem.services;\r\n    root  \/usr\/share\/backuppc;\r\n \r\n    index cgi-bin\/index.cgi;\r\n \r\n    access_log  \/var\/log\/nginx\/backuppc.access.log;\r\n    error_log   \/var\/log\/nginx\/backuppc.error.log;\r\n \r\n    location \/ {\r\n        location \/backuppc {\r\n            alias \/usr\/share\/backuppc;\r\n        }\r\n\r\n        auth_basic &quot;Backup&quot;;\r\n        auth_basic_user_file \/etc\/backuppc\/htpasswd;\r\n \r\n        location ~ \\.cgi$ {\r\n            include fastcgi_params;\r\n            fastcgi_pass unix:\/run\/fcgiwrap.socket;\r\n \r\n            fastcgi_param REMOTE_ADDR     $remote_addr;\r\n            fastcgi_param REMOTE_USER     $remote_user;\r\n            fastcgi_param SCRIPT_FILENAME \/usr\/share\/backuppc\/cgi-bin\/index.cgi;\r\n        }\r\n    }\r\n}\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043c &quot;fcgiwrap&quot; Deb \u0441\u0438\u0441\u0442\u0435\u043c\u044b: CentOS: &nbsp; \u0414\u043e\u0431\u0430\u0432\u0438\u043c \u0432 \u0430\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a \u0438 \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u043c: backuppc.conf &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[9],"tags":[131,132,10],"_links":{"self":[{"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/509"}],"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=509"}],"version-history":[{"count":11,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/509\/revisions"}],"predecessor-version":[{"id":520,"href":"https:\/\/artem.services\/index.php?rest_route=\/wp\/v2\/posts\/509\/revisions\/520"}],"wp:attachment":[{"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artem.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}