{"id":1272,"date":"2019-03-27T16:46:46","date_gmt":"2019-03-27T15:46:46","guid":{"rendered":"https:\/\/www.apvnorge.no\/?page_id=1272"},"modified":"2019-03-27T16:47:28","modified_gmt":"2019-03-27T15:47:28","slug":"apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server","status":"publish","type":"page","link":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/","title":{"rendered":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server"},"content":{"rendered":"<div id=\"apvno-90941404\" class=\"apvno-before-content apvno-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-7003427967427457\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:inline-block;width:970px;height:250px;\" \ndata-ad-client=\"ca-pub-7003427967427457\" \ndata-ad-slot=\"6272152047\"><\/ins> \n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<ul class=\"wp-block-list\"><li><strong><a href=\"https:\/\/www.apvnorge.no\/it-knowledge-base\/linux\/\">Back to Linux<\/a><\/strong><\/li><\/ul>\n\n\n<pre class=\"wp-block-preformatted brush: powershell; title: ; notranslate\"><strong>Step 1: Install Apache2 Web Server<\/strong>\n\nsudo apt install apache2\n\nAfter installing Apache2, the commands below can be used to stop, start, \nreload and enable Apache2 service to always startup when the server boots up.\n\nsudo systemctl stop apache2.service\nsudo systemctl start apache2.service\nsudo systemctl reload apache2.service\nsudo systemctl enable apache2.service\n\n<strong>Step 2: Install PHP And Related Modules<\/strong>\n\nPHP 7.1 may not be available in Ubuntu default repositories\u2026 in order to install it, \nyou will have to get it from third-party repositories.\nRun the commands below to add the below third party repository to upgrade to PHP 7.1\n\nsudo apt-get install software-properties-common\nsudo add-apt-repository ppa:ondrej\/php\n\nThen update and upgrade to PHP 7.1\n\nsudo apt update\n\nFinally, run the commands below to install PHP 7.1 and related modules..\nsudo apt-get install php7.1 libapache2-mod-php7.1 php7.1-mcrypt php7.1-cli php7.1-xml php7.1-zip php7.1-mysql php7.1-gd php7.1-imagick php7.1-recode php7.1-tidy php7.1-xmlrpc\n<\/pre><div id=\"apvno-2362124038\" class=\"apvno-after apvno-entity-placement\"><script>\r\n_adsys_id = 33949;\r\n_adsys_size = 1;\r\n<\/script>\r\n<script src=\"https:\/\/d.wedosas.net\/d.js\"><\/script>    \r\n<\/br>\r\n<div>\r\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- AD-4 -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:inline-block;width:970px;height:250px\"\r\n     data-ad-client=\"ca-pub-7003427967427457\"\r\n     data-ad-slot=\"6272152047\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script><\/div>\r\n<a href=\"https:\/\/affiliates.ssl.com\/820-3-1-13.html\" target=\"_blank\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" style=\"border:0px\" src=\"https:\/\/i0.wp.com\/affiliates.ssl.com\/media\/banners\/SSL-banner-UC-certificate-2-v5.png?resize=640%2C79&#038;ssl=1\" width=\"640\" height=\"79\" alt=\"Microsoft Exchange SAN UCC SSL\"><\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":472,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-1272","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.5","language":"no","enabled_languages":["en","no","cz"],"languages":{"en":{"title":true,"content":true,"excerpt":false},"no":{"title":false,"content":false,"excerpt":false},"cz":{"title":false,"content":false,"excerpt":false}}},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"nb_NO\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap\" \/>\n\t\t<meta property=\"og:description\" content=\"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-03-27T15:46:46+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-03-27T15:47:28+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100064041250396\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&amp;ssl=1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/no\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/#listItem\",\"name\":\"IT Knowledge Base\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/#listItem\",\"position\":2,\"name\":\"IT Knowledge Base\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/#listItem\",\"name\":\"Linux\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/#listItem\",\"position\":3,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#listItem\",\"name\":\"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/#listItem\",\"name\":\"IT Knowledge Base\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#listItem\",\"position\":4,\"name\":\"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/#listItem\",\"name\":\"Linux\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/#organization\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.apvnorge.no\\\/wp-content\\\/uploads\\\/2018\\\/05\\\/APV.gif?fit=230%2C81&ssl=1\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#organizationLogo\",\"width\":230,\"height\":81},\"image\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100064041250396\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#webpage\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/\",\"name\":\"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap\",\"description\":\"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step\",\"inLanguage\":\"nb-NO\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/it-knowledge-base\\\/linux\\\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\\\/#breadcrumblist\"},\"datePublished\":\"2019-03-27T16:46:46+01:00\",\"dateModified\":\"2019-03-27T16:47:28+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/#website\",\"url\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/\",\"name\":\"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}\",\"description\":\"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.\",\"inLanguage\":\"nb-NO\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.apvnorge.no\\\/no\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap","description":"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step","canonical_url":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TrS3Ce4SzthGp870C1FeMCHMy8m2nPpzG2NfPcdfJi0","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no#listItem","position":1,"name":"Home","item":"https:\/\/www.apvnorge.no\/no","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/#listItem","name":"IT Knowledge Base"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/#listItem","position":2,"name":"IT Knowledge Base","item":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/#listItem","name":"Linux"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/#listItem","position":3,"name":"Linux","item":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#listItem","name":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/#listItem","name":"IT Knowledge Base"}},{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#listItem","position":4,"name":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server","previousItem":{"@type":"ListItem","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/#listItem","name":"Linux"}}]},{"@type":"Organization","@id":"https:\/\/www.apvnorge.no\/no\/#organization","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","url":"https:\/\/www.apvnorge.no\/no\/","logo":{"@type":"ImageObject","url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=230%2C81&ssl=1","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#organizationLogo","width":230,"height":81},"image":{"@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100064041250396"]},{"@type":"WebPage","@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#webpage","url":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/","name":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap","description":"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step","inLanguage":"nb-NO","isPartOf":{"@id":"https:\/\/www.apvnorge.no\/no\/#website"},"breadcrumb":{"@id":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/#breadcrumblist"},"datePublished":"2019-03-27T16:46:46+01:00","dateModified":"2019-03-27T16:47:28+01:00"},{"@type":"WebSite","@id":"https:\/\/www.apvnorge.no\/no\/#website","url":"https:\/\/www.apvnorge.no\/no\/","name":"{:en}Et teknologiselskap{:}{:gb}Et teknologiselskap{:}","description":"Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","inLanguage":"nb-NO","publisher":{"@id":"https:\/\/www.apvnorge.no\/no\/#organization"}}]},"og:locale":"nb_NO","og:site_name":"Et teknologiselskap - Dedisert til alle som ikke lenger kan reise til det vakre landet med oss.","og:type":"article","og:title":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap","og:description":"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step","og:url":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/","og:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","og:image:secure_url":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&#038;ssl=1","article:published_time":"2019-03-27T15:46:46+00:00","article:modified_time":"2019-03-27T15:47:28+00:00","article:publisher":"https:\/\/www.facebook.com\/profile.php?id=100064041250396","twitter:card":"summary_large_image","twitter:title":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server - Et teknologiselskap","twitter:description":"Back to Linux Step 1: Install Apache2 Web Server sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, reload and enable Apache2 service to always startup when the server boots up. sudo systemctl stop apache2.service sudo systemctl start apache2.service sudo systemctl reload apache2.service sudo systemctl enable apache2.service Step","twitter:image":"https:\/\/i0.wp.com\/www.apvnorge.no\/wp-content\/uploads\/2018\/05\/APV.gif?fit=23081&ssl=1"},"aioseo_meta_data":{"post_id":"1272","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2024-03-07 16:40:32","updated":"2025-06-03 23:41:02"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/no\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/\" title=\"IT Knowledge Base\">IT Knowledge Base<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tApache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.apvnorge.no\/no"},{"label":"IT Knowledge Base","link":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/"},{"label":"Linux","link":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/"},{"label":"Apache2 With PHP 7.1 Support On Ubuntu 18.04 LTS Server","link":"https:\/\/www.apvnorge.no\/no\/it-knowledge-base\/linux\/apache2-with-php-7-1-support-on-ubuntu-18-04-lts-server\/"}],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P9T0bk-kw","jetpack-related-posts":[],"jetpack_likes_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/pages\/1272","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/comments?post=1272"}],"version-history":[{"count":3,"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/pages\/1272\/revisions"}],"predecessor-version":[{"id":2260,"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/pages\/1272\/revisions\/2260"}],"up":[{"embeddable":true,"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/pages\/472"}],"wp:attachment":[{"href":"https:\/\/www.apvnorge.no\/no\/wp-json\/wp\/v2\/media?parent=1272"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}