{"id":13313,"date":"2023-10-02T12:27:40","date_gmt":"2023-10-02T16:27:40","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=13313"},"modified":"2023-10-02T12:27:43","modified_gmt":"2023-10-02T16:27:43","slug":"how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/","title":{"rendered":"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04"},"content":{"rendered":"\n

OpenLiteSpeed is a lightweight and high-performance open-source web server that can be a great alternative to the more commonly used web servers like Apache<\/a> or Nginx<\/a>. It’s known for its speed, scalability, and ease of use. In this tutorial, we’ll guide you through the process of installing and configuring OpenLiteSpeed<\/a> on Ubuntu 22.04 or 20.04.<\/p>\n\n\n\n

Prerequisites<\/h2>\n\n\n\n

Before we get started, make sure you have the following:<\/p>\n\n\n\n

    \n
  1. An Ubuntu 22.04 or 20.04 server.<\/li>\n\n\n\n
  2. SSH access to your server with sudo privileges.<\/li>\n\n\n\n
  3. A domain name pointed to your server’s IP address (optional).<\/li>\n<\/ol>\n\n\n\n

    Let’s begin with the installation.<\/p>\n\n\n\n

    Step 1: Update Your System<\/h2>\n\n\n\n

    First, it’s a good practice to ensure that your system’s package list is up to date. Open a terminal and run the following commands:<\/p>\n\n\n\n

    $ sudo apt update\n$ sudo apt upgrade -y<\/code><\/pre>\n\n\n\n

    This will update your system’s package database and upgrade installed packages to their latest versions.<\/p>\n\n\n\n

    Step 2: Install OpenLiteSpeed<\/h2>\n\n\n\n

    Now, let’s install OpenLiteSpeed. OpenLiteSpeed provides its own repository for Ubuntu, so we’ll add it to your system and then install the server.<\/p>\n\n\n\n

    # Add the OpenLiteSpeed repository\n$ sudo wget -O - http:\/\/rpms.litespeedtech.com\/debian\/lst_repo.gpg | sudo apt-key add -\necho "deb http:\/\/rpms.litespeedtech.com\/ubuntu\/ $(lsb_release -sc) main" | sudo tee \/etc\/apt\/sources.list.d\/lst_repo.list\n\n# Install OpenLiteSpeed\n$ sudo apt update\n$ sudo apt install openlitespeed -y\n<\/code><\/pre>\n\n\n\n

    Step 3: Start and Enable OpenLiteSpeed<\/h2>\n\n\n\n

    Once OpenLiteSpeed is installed, you can start and enable it to run automatically on system boot with these commands:<\/p>\n\n\n\n

    $ sudo systemctl start lsws\n$ sudo systemctl enable lsws<\/code><\/pre>\n\n\n\n

    Step 4: Access the OpenLiteSpeed WebAdmin Console<\/h2>\n\n\n\n

    OpenLiteSpeed comes with a web-based administration panel called WebAdmin Console. To access it, open a web browser and navigate to your server’s IP address or domain name followed by port 7080, like this:<\/p>\n\n\n\n

    http:\/\/your_server_ip:7080<\/code><\/pre>\n\n\n\n

    You’ll be prompted to log in. The default username and password are both set to “admin.” Make sure to change these credentials after logging in for security reasons.<\/p>\n\n\n\n

    Step 5: Configure Virtual Hosts (Optional)<\/h2>\n\n\n\n

    You can host multiple websites on your OpenLiteSpeed server by configuring virtual hosts. Here’s how you can create a basic virtual host:<\/p>\n\n\n\n

      \n
    1. In the WebAdmin Console, go to “Virtual Hosts” on the left sidebar.<\/li>\n\n\n\n
    2. Click on the “+Add” button to create a new virtual host.<\/li>\n\n\n\n
    3. Fill in the necessary details, including the domain name, document root, and any other configurations you need.<\/li>\n\n\n\n
    4. Click “Save” to create the virtual host.<\/li>\n\n\n\n
    5. Don’t forget to add DNS records pointing to your server’s IP address for the domains you configure.<\/li>\n<\/ol>\n\n\n\n

      Step 6: Test Your Configuration<\/h2>\n\n\n\n

      To test if everything is working correctly, create an HTML file in the document root of your virtual host and try accessing it through your domain name or IP address in a web browser.<\/p>\n\n\n\n

      $ sudo nano \/usr\/local\/lsws\/Example\/html\/index.html<\/code><\/pre>\n\n\n\n

      Add some content to this file and save it. Then, access it in your web browser using your domain name or IP address.<\/p>\n\n\n\n

      Step 7: Secure Your Server (Optional)<\/h2>\n\n\n\n

      For better security, you should consider setting up a firewall, enabling HTTPS using Let’s Encrypt, and following other best practices for securing your server. This goes beyond the scope of this tutorial but is crucial for a production environment.<\/p>\n\n\n\n

      Conclusion<\/h2>\n\n\n\n

      Congratulations! You’ve successfully installed and configured OpenLiteSpeed on your Ubuntu 22.04 or 20.04 server. You now have a high-performance web server ready to host your websites and applications. If you have specific use cases or advanced configurations, refer to the OpenLiteSpeed documentation<\/a> for more information and guides.<\/p>\n","protected":false},"excerpt":{"rendered":"

      OpenLiteSpeed is a lightweight and high-performance open-source web server that can be a great alternative to the more commonly used web servers like Apache or Nginx. It’s known for its…<\/p>\n","protected":false},"author":1,"featured_media":13319,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,9,16,18],"tags":[350,354,424,1271,433,449,531,591,598,635,636,638],"yoast_head":"\nHow to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04<\/title>\n<meta name=\"description\" content=\"In this guide we show how you can install and configure OpenLiteSpeed web server on Ubuntu 22.04\/20.04 Linux systems\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04\" \/>\n<meta property=\"og:description\" content=\"In this guide we show how you can install and configure OpenLiteSpeed web server on Ubuntu 22.04\/20.04 Linux systems\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-10-02T16:27:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-02T16:27:43+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04\",\"datePublished\":\"2023-10-02T16:27:40+00:00\",\"dateModified\":\"2023-10-02T16:27:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\"},\"wordCount\":516,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg\",\"keywords\":[\"Libraries\",\"Linux\",\"Open Source\",\"OpenLiteSpeed\",\"Optimization\",\"Performance\",\"Server\",\"Tools\",\"Ubuntu\",\"Web\",\"Web Applications\",\"Web Development\"],\"articleSection\":[\"Articles\",\"Guides\",\"How To\",\"Technology\",\"Tools\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\",\"url\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\",\"name\":\"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg\",\"datePublished\":\"2023-10-02T16:27:40+00:00\",\"dateModified\":\"2023-10-02T16:27:43+00:00\",\"description\":\"In this guide we show how you can install and configure OpenLiteSpeed web server on Ubuntu 22.04\/20.04 Linux systems\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg\",\"width\":1280,\"height\":680,\"caption\":\"Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04","description":"In this guide we show how you can install and configure OpenLiteSpeed web server on Ubuntu 22.04\/20.04 Linux systems","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04","og_description":"In this guide we show how you can install and configure OpenLiteSpeed web server on Ubuntu 22.04\/20.04 Linux systems","og_url":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2023-10-02T16:27:40+00:00","article_modified_time":"2023-10-02T16:27:43+00:00","og_image":[{"width":1280,"height":680,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04","datePublished":"2023-10-02T16:27:40+00:00","dateModified":"2023-10-02T16:27:43+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/"},"wordCount":516,"commentCount":0,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg","keywords":["Libraries","Linux","Open Source","OpenLiteSpeed","Optimization","Performance","Server","Tools","Ubuntu","Web","Web Applications","Web Development"],"articleSection":["Articles","Guides","How To","Technology","Tools"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#respond"]}]},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/","url":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/","name":"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg","datePublished":"2023-10-02T16:27:40+00:00","dateModified":"2023-10-02T16:27:43+00:00","description":"In this guide we show how you can install and configure OpenLiteSpeed web server on Ubuntu 22.04\/20.04 Linux systems","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2023\/10\/Install-and-Configure-OpenLiteSpeed-on-Ubuntu.jpg","width":1280,"height":680,"caption":"Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/how-to-install-and-configure-openlitespeed-on-ubuntu-22-04-20-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to Install and Configure OpenLiteSpeed on Ubuntu 22.04\/20.04"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13313"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=13313"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/13313\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/13319"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=13313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=13313"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=13313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}