{"id":43005,"date":"2024-06-04T06:45:17","date_gmt":"2024-06-04T06:45:17","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=43005"},"modified":"2026-02-18T13:54:16","modified_gmt":"2026-02-18T13:54:16","slug":"name-based-virtual-host-apache","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache","title":{"rendered":"Name-Based Virtual Host in Apache"},"content":{"rendered":"<h2 class=\"ack-h2\">Name-Based Virtual Host in Apache<\/h2>\n<p>Multiple websites hosted on a single server are referred to as virtual hosting. Both &#8220;<strong>name-based<\/strong>&#8221; and &#8220;<strong>IP-based<\/strong>&#8221; configurations are possible, in which case every site has a unique IP address, and several sites share one IP. With this configuration, multiple websites can operate on the same server without the user being aware of it.<\/p>\n<p>To set up name-based Virtual Hosts, follow these steps:<\/p>\n<p><strong>Step 1.<\/strong> Click on the &#8220;<a class=\"ack-link-color\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/configuration-of-file-manager\/\" target=\"_blank\" rel=\"noopener\">Config<\/a>&#8221; button for the Apache server in your environment.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43056 size-full\" title=\"Config button\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01.png\" alt=\"\" width=\"1539\" height=\"200\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01.png 1539w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01-300x39.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01-1024x133.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01-768x100.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-01-1536x200.png 1536w\" sizes=\"(max-width: 1539px) 100vw, 1539px\" \/><\/a><\/p>\n<p><strong>Step 2.<\/strong> Navigate to the <strong>\/etc\/httpd\/conf\/httpd.conf<\/strong> file.<\/p>\n<p><strong>Step 3.<\/strong> Before you start configuring your virtual host, ensure that the <strong>NameVirtualHosts<\/strong> line is uncommented:<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43055 size-full\" title=\"Verify NameVirtualhost line\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02.png\" alt=\"\" width=\"1600\" height=\"263\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02.png 1600w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02-300x49.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02-1024x168.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02-768x126.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-02-1536x252.png 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/a><\/p>\n<p>Next, locate the block marked. To serve multiple hosts, you need to write a block for each host.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43054 size-full\" title=\"Write block\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03.png\" alt=\"Write block\" width=\"1600\" height=\"377\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03.png 1600w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03-300x71.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03-1024x241.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03-768x181.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-03-1536x362.png 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/a><\/p>\n<p>Every block must have a minimum of two directives inside it:<\/p>\n<ul class=\"ack-ul\">\n<li>The ServerName directive gives a virtual host a unique identity. Enter your site&#8217;s primary hostname here, if possible.<\/li>\n<li>DocumentRoot directive, which indicates the location of the host&#8217;s content in the filesystem.<\/li>\n<\/ul>\n<p>5. You can utilize the ServerAlias directive, which is located inside the <strong>&lt;VirtualHost&gt;<\/strong> section if many servers wish to be reachable by multiple names. There, you can input every name that visitors to your website may use. The wildcard characters &#8220;<strong>*<\/strong>&#8221; and &#8220;<strong>?<\/strong>&#8221; are also available.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-43053 size-full\" title=\"ServerAlias\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04.png\" alt=\"ServerAlias\" width=\"1600\" height=\"372\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04.png 1600w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04-300x70.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04-1024x238.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04-768x179.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Virtual-Host-in-Apache-04-1536x357.png 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/a><\/p>\n<p>6. Lastly, by adding additional directives inside the containers, you can adjust the virtual hosts&#8217; configuration. The majority of directives can be inserted inside these containers, which will only alter the pertinent virtual host&#8217;s configuration.<\/p>\n<p>Click the link to see if a specific directive is permitted. Only if they are not overridden by the virtual host settings will configuration directives defined in the main server context (apart from any containers) be used.<\/p>\n<div class=\"cta-btn-top-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"cta-btn-mob-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-43005","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-apache-php","faq_topics-kb","faq_topics-name-based-virtual-host-in-apache","faq_topics-php","faq_topics-php-app-servers","faq_topics-product-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Name-Based Virtual Host in AccuWeb.Cloud\u2019s Apache Server<\/title>\n<meta name=\"description\" content=\"Learn how to set up name-based virtual hosts in the Apache server to host multiple websites on a single server with AccuWeb.Cloud guide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Name-Based Virtual Host in Apache\" \/>\n<meta property=\"og:description\" content=\"Learn how to set up name-based virtual hosts in the Apache server to host multiple websites on a single server with AccuWeb.Cloud guide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-18T13:54:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"Name-Based Virtual Host in Apache\",\"datePublished\":\"2024-06-04T06:45:17+00:00\",\"dateModified\":\"2026-02-18T13:54:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\"},\"wordCount\":292,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\",\"name\":\"Name-Based Virtual Host in AccuWeb.Cloud\u2019s Apache Server\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-06-04T06:45:17+00:00\",\"dateModified\":\"2026-02-18T13:54:16+00:00\",\"description\":\"Learn how to set up name-based virtual hosts in the Apache server to host multiple websites on a single server with AccuWeb.Cloud guide.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Name-Based Virtual Host in Apache\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Name-Based Virtual Host in AccuWeb.Cloud\u2019s Apache Server","description":"Learn how to set up name-based virtual hosts in the Apache server to host multiple websites on a single server with AccuWeb.Cloud guide.","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":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache","og_locale":"en_US","og_type":"article","og_title":"Name-Based Virtual Host in Apache","og_description":"Learn how to set up name-based virtual hosts in the Apache server to host multiple websites on a single server with AccuWeb.Cloud guide.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-18T13:54:16+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"Name-Based Virtual Host in Apache","datePublished":"2024-06-04T06:45:17+00:00","dateModified":"2026-02-18T13:54:16+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache"},"wordCount":292,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache","url":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache","name":"Name-Based Virtual Host in AccuWeb.Cloud\u2019s Apache Server","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-06-04T06:45:17+00:00","dateModified":"2026-02-18T13:54:16+00:00","description":"Learn how to set up name-based virtual hosts in the Apache server to host multiple websites on a single server with AccuWeb.Cloud guide.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/name-based-virtual-host-apache#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"Name-Based Virtual Host in Apache"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/43005","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=43005"}],"version-history":[{"count":4,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/43005\/revisions"}],"predecessor-version":[{"id":53171,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/43005\/revisions\/53171"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=43005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}