{"id":108,"date":"2025-06-17T07:51:44","date_gmt":"2025-06-16T21:51:44","guid":{"rendered":"http:\/\/abmservermanagement.com.au\/?p=108"},"modified":"2025-06-17T07:51:44","modified_gmt":"2025-06-16T21:51:44","slug":"ubuntu-make-your-apache2-www-accessible","status":"publish","type":"post","link":"http:\/\/abmservermanagement.com.au\/index.php\/2025\/06\/17\/ubuntu-make-your-apache2-www-accessible\/","title":{"rendered":"Ubuntu: Make your apache2 www accessible"},"content":{"rendered":"\n<p>You are going to need write access to \/var\/www, which<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo adduser LOGIN_ID www-data\nsudo chmod g+rwX -R \/var\/www\n<\/code><\/pre>\n\n\n\n<p>will establish. Next thing would be to create a shortcut in your home directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo ln -s \/var\/www \/home\/LOGIN_ID\/\n<\/code><\/pre>\n\n\n\n<p>After connecting with the FTP server you should now see the www folder alongside the Desktop folder.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You are going to need write access to \/var\/www, which will establish. Next thing would be to create a shortcut in your home directory: After connecting with the FTP server you should now see the www folder alongside the Desktop folder.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-108","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/posts\/108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=108"}],"version-history":[{"count":1,"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/posts\/108\/revisions"}],"predecessor-version":[{"id":109,"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/posts\/108\/revisions\/109"}],"wp:attachment":[{"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=108"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/abmservermanagement.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}