{"id":387,"date":"2014-10-23T09:42:41","date_gmt":"2014-10-23T09:42:41","guid":{"rendered":"http:\/\/adrhc.go.ro\/wordpress\/?p=387"},"modified":"2016-05-24T13:50:47","modified_gmt":"2016-05-24T11:50:47","slug":"apache-basic-authentication-password-creation","status":"publish","type":"post","link":"https:\/\/adrhc.go.ro\/blog\/apache-basic-authentication-password-creation\/","title":{"rendered":"Apache basic authentication password creation"},"content":{"rendered":"<pre class=\"brush:bash shell;toolbar: false\">\r\n# see http:\/\/passwordsgenerator.net\/\r\n\r\n# -c option means to create the passwords file\r\n\/ffp\/opt\/apache-2.2.9-prefork\/bin\/htpasswd -c -m passwords_file_path user_name1\r\n# -m option means to add\/modify the user user_name2\r\n\/ffp\/opt\/apache-2.2.9-prefork\/bin\/htpasswd -m passwords_file_path user_name2\r\n# -D option means to delete the user user_name3\r\nhtpasswd -D passwords_file_path user_name3\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># see http:\/\/passwordsgenerator.net\/ # -c option means to create the passwords file \/ffp\/opt\/apache-2.2.9-prefork\/bin\/htpasswd -c -m passwords_file_path user_name1 # -m option means to add\/modify the user user_name2 \/ffp\/opt\/apache-2.2.9-prefork\/bin\/htpasswd -m passwords_file_path user_name2 # -D option means to delete the user user_name3 htpasswd [&hellip;]<\/p>\n<div class=\"link-more\"><a href=\"https:\/\/adrhc.go.ro\/blog\/apache-basic-authentication-password-creation\/#more-387\" class=\"more-link\">Continue reading &#10142; <span class=\"screen-reader-text\">Apache basic authentication password creation<\/span><\/a><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-387","post","type-post","status-publish","format-standard","hentry","category-howto"],"_links":{"self":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/comments?post=387"}],"version-history":[{"count":0,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/387\/revisions"}],"wp:attachment":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/media?parent=387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/categories?post=387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/tags?post=387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}