{"id":116,"date":"2016-03-07T12:11:47","date_gmt":"2016-03-07T10:11:47","guid":{"rendered":"https:\/\/demo.limonhost.net\/tr\/makaleler\/?p=116"},"modified":"2021-02-12T23:03:39","modified_gmt":"2021-02-12T20:03:39","slug":"apachede-virtual-host-olustururuma","status":"publish","type":"post","link":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/","title":{"rendered":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04"},"content":{"rendered":"<p>Bu makalemizde \u00e7ok yayg\u0131n olarak kullan\u0131lan Apache Web sunucu \u00fczerinde nas\u0131l Virtual Host tan\u0131mlayaca\u011f\u0131n\u0131z\u0131 anlataca\u011f\u0131z. Virtul Host ile bir web sunucu \u00fczerinde birden fazla web sitesi tan\u0131mlayabilir ve her birine \u00f6zel ayarlar yapabilirsiniz.<!--more--><\/p>\n<h2>Gereksinimler<\/h2>\n<p>Bu makalede anlat\u0131lan kurulumlar Ubuntu 14.04 LTS \u2018e g\u00f6re anlat\u0131lm\u0131\u015ft\u0131r ancak benzer komutlar ile farkl\u0131 Linux da\u011f\u0131l\u0131mlar\u0131nda da i\u015flem yapabilirsiniz.<\/p>\n<p>\u0130\u015flemlerimizi root olmayan bir kullan\u0131c\u0131 ile ger\u00e7ekle\u015ftirece\u011fiz, bu y\u00fczden yazd\u0131\u011f\u0131m\u0131z komutlar\u0131n \u00f6n\u00fcne \u201csudo\u201d komutunu ekleyerek root yetkisindeki i\u015flemleri yapabilece\u011fiz. \u0130lk \u00f6nce Apache kurulumunu \u201capt-get\u201d komutu ile yap\u0131yoruz.<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">apt-get<\/span> update\n<span class=\"token function\">sudo<\/span> <span class=\"token function\">apt-get<\/span> <span class=\"token function\">install<\/span> apache2<\/code><\/pre>\n<p>Bu komutlar tamamland\u0131\u011f\u0131nda Apache Server kurulumunu tamamlam\u0131\u015f oluyoruz.<\/p>\n<p>Dok\u00fcmanda bizim kullanaca\u011f\u0131m\u0131z \u00f6rnek virtual host (sanal web sunucular) deneme1.com ve deneme2.com olacak. T\u00fcm konfig\u00fcrasyon ayarlamalar\u0131n\u0131 bu alan adlar\u0131n\u0131 baz alarak yapaca\u011f\u0131z. T\u00fcm konfig\u00fcrasyon de\u011fi\u015fikliklerini en basit \u015fekilde anlatmaya \u00e7al\u0131\u015faca\u011f\u0131z.<\/p>\n<h2>Birinci Ad\u0131m \u2013 Klas\u00f6r \u015eablonu Olu\u015fturma<\/h2>\n<p>\u0130lk ad\u0131m\u0131m\u0131zda iki ayr\u0131 alan ad\u0131n\u0131n web dosyalar\u0131n\u0131n bulunaca\u011f\u0131 klas\u00f6rleri olu\u015fturaca\u011f\u0131z. Her iki alan ad\u0131 i\u00e7in ayr\u0131 \u201cdocument root\u201d klas\u00f6r\u00fc olu\u015fturaca\u011f\u0131z. Her alan ad\u0131 klas\u00f6r\u00fcn\u00fcn alt\u0131na \u201cpublic_html\u201d klas\u00f6r\u00fc olu\u015fturup web dosyalar\u0131m\u0131z\u0131 burada bar\u0131nd\u0131raca\u011f\u0131z.<\/p>\n<p>Bu dok\u00fcmanda kulland\u0131\u011f\u0131m\u0131z alan adlar\u0131na a\u00e7t\u0131\u011f\u0131m\u0131 klas\u00f6rler a\u015fa\u011f\u0131daki gibidir:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">mkdir<\/span> -p \/var\/www\/deneme1.com\/public_html\n<span class=\"token function\">sudo<\/span> <span class=\"token function\">mkdir<\/span> -p \/var\/www\/deneme2.com\/public_html<\/code><\/pre>\n<h2>\u0130kinci Ad\u0131m \u2013 Yetki Verme<\/h2>\n<p>Klas\u00f6rlerimizi olu\u015fturduk ancak klas\u00f6r sahibi olarak root kullan\u0131c\u0131s\u0131 g\u00f6r\u00fcnmektedir. Bunu www-data kullan\u0131c\u0131s\u0131 olarak de\u011fi\u015ftiriyoruz.<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">chown<\/span> -R www-data:www-data \/var\/www\/deneme1.com\/public_html\n<span class=\"token function\">sudo<\/span> <span class=\"token function\">chown<\/span> -R www-data:www-data \/var\/www\/deneme2.com\/public_html<\/code><\/pre>\n<h2>\u00dc\u00e7\u00fcnc\u00fc Ad\u0131m \u2013 Demo Sayfas\u0131 Haz\u0131rlama<\/h2>\n<p>Olu\u015fturdu\u011fumuz sanal klas\u00f6rlere basit bir demo sayfas\u0131 ekliyoruz. Bunun i\u00e7in her bir klas\u00f6re \u201cindex.html\u201d dosyas\u0131 olu\u015fturup basit bir html kodu ekliyoruz.<\/p>\n<p>deneme1.com i\u00e7in \u00f6rnek bir index.html dosyas\u0131 olu\u015fturup de\u011fi\u015ftiriyoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">nano<\/span> \/var\/www\/deneme1.com\/public_html\/index.html<\/code><\/pre>\n<p>Olu\u015fturdu\u011fumuz html dosyas\u0131na \u00e7ok basit bir html kodu yaz\u0131yoruz:<\/p>\n<pre class=\" language-makeup\"><code class=\" language-makeup\">&lt;html&gt;\n &lt;head&gt;\n &lt;title&gt;Deneme1.com'a Hos Geldiniz!&lt;\/title&gt;\n &lt;\/head&gt;\n &lt;body&gt;\n &lt;h1&gt;Basarili! Deneme1.com Virtual Host'u calisiyor.&lt;\/h1&gt;\n &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n<p>Dosya d\u00fczenlememiz bittikten sonra kaydedip \u00e7\u0131k\u0131yoruz.<\/p>\n<p>Demo html dosyam\u0131z\u0131 di\u011ferine kopyal\u0131yoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">cp<\/span> \/var\/www\/deneme1.com\/public_html\/index.html \/var\/www\/deneme2.com\/public_html\/index.html<\/code><\/pre>\n<p>Deneme2.com demo sayfas\u0131n\u0131 d\u00fczenliyoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">nano<\/span> \/var\/www\/deneme2.com\/public_html\/index.html<\/code><\/pre>\n<pre class=\" language-makeup\"><code class=\" language-makeup\">&lt;html&gt;\n &lt;head&gt;\n &lt;title&gt;Deneme2.com'a Ho\u015f Geldiniz!&lt;\/title&gt;\n &lt;\/head&gt;\n &lt;body&gt;\n &lt;h1&gt;Ba\u015far\u0131l\u0131! Deneme1.com Virtual Host'u \u00e7al\u0131\u015f\u0131yor.&lt;\/h1&gt;\n &lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n<p>De\u011fi\u015fiklikler tamamlan\u0131nca dosyay\u0131 kaydedip \u00e7\u0131k\u0131yoruz.<\/p>\n<h2>D\u00f6rd\u00fcnc\u00fc Ad\u0131m \u2013 Yeni Virtual Host Dosyalar\u0131 Olu\u015fturma<\/h2>\n<p>Virtual Host dosyalar\u0131\u00a0her bir domain i\u00e7in tan\u0131nlanan ve \u00f6zel direktifler verilebilece\u011fi dosyalard\u0131r.<\/p>\n<p>Apache ilk kuruldu\u011funda standart bir virtual host konfig\u00fcrasyon dosyas\u0131 olan 000-default.conf dosyas\u0131 ile gelir. Biz bu dosyay\u0131 kopyalayarak di\u011fer kendi domainlerimiz i\u00e7in kullanca\u011f\u0131z.<\/p>\n<p>Konfig dosyalar\u0131n\u0131 kopyalama i\u015fe ba\u015flayal\u0131m:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">cp<\/span> \/etc\/apache2\/sites-available\/000-default.conf \/etc\/apache2\/sites-available\/deneme1.com.conf <\/code><\/pre>\n<p>Yeni konfig\u00fcrasyon dosyam\u0131z\u0131 root yetkileri ile a\u00e7\u0131yoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">nano<\/span> \/etc\/apache2\/sites-available\/deneme1.com.conf<\/code><\/pre>\n<p>Dosyan\u0131n a\u015fa\u011f\u0131dakine benzer bir dosya olmas\u0131 gerekiyor (\u00d6rnekte commentler silinmi\u015ftir.)<\/p>\n<pre class=\" language-apache\"><code class=\" language-apache\">VirtualHost *:80&gt;\n ServerAdmin webmaster@localhost\n DocumentRoot \/var\/www\/html\n ErrorLog ${APACHE_LOG_DIR}\/error.log\n CustomLog ${APACHE_LOG_DIR}\/access.log combined\n&lt;\/VirtualHost&gt;<\/code><\/pre>\n<p>De\u011fi\u015ftirece\u011fimiz alanlar a\u015fa\u011f\u0131daki gibidir.<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\">ServerAdmin admin@deneme1.com\nServerName deneme1.com\nServerAlias www.deneme1.com\nDocumentRoot \/var\/www\/deneme1.com\/public_html<\/code><\/pre>\n<p>S\u0131ras\u0131yla bu alanlarda belirledi\u011fimiz de\u011ferler server y\u00f6netici email adresi, server name ile alan ad\u0131 adresimiz, server alias ile www kay\u0131tlar\u0131n\u0131n da kar\u015f\u0131lanaca\u011f\u0131 ve DocumentRoot ilede web dosyalar\u0131m\u0131z\u0131n bulundu\u011fu klas\u00f6r yolu.<\/p>\n<p>T\u00fcm de\u011fi\u015fikliklerden sonra dosyam\u0131z a\u015fa\u011f\u0131daki gibi g\u00f6r\u00fcnmeli:<\/p>\n<pre class=\" language-apache\"><code class=\" language-apache\">&lt;VirtualHost *:80&gt;\n ServerAdmin admin@deneme1.com\n ServerName deneme1.com\n ServerAlias www.deneme1.com\n DocumentRoot \/var\/www\/deneme1.com\/public_html\n ErrorLog ${APACHE_LOG_DIR}\/error.log\n CustomLog ${APACHE_LOG_DIR}\/access.log combined\n&lt;\/VirtualHost&gt;<\/code><\/pre>\n<p>Konfig\u00fcrasyon dosyam\u0131z\u0131 kaydedip \u00e7\u0131k\u0131yoruz.<\/p>\n<p>Ayn\u0131 Dosyay\u0131 \u0130kinci Virtual Host i\u00e7in Kopyal\u0131yoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">cp<\/span> \/etc\/apache2\/sites-available\/deneme1.com.conf \/etc\/apache2\/sites-available\/deneme2.com.conf<\/code><\/pre>\n<p>Yeni dosyam\u0131z\u0131 root yetkisi ile a\u00e7\u0131yoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">nano<\/span> \/etc\/apache2\/sites-available\/deneme2.com.conf<\/code><\/pre>\n<p>Dosyam\u0131z\u0131 deneme2.com alan ad\u0131na g\u00f6re g\u00fcncelliyoruz:<\/p>\n<pre class=\" language-apache\"><code class=\" language-apache\">&lt;VirtualHost *:80&gt;\n ServerAdmin admin@deneme2.com\n ServerName deneme2.com\n ServerAlias www.test.com\n DocumentRoot \/var\/www\/deneme2.com\/public_html\n ErrorLog ${APACHE_LOG_DIR}\/error.log\n CustomLog ${APACHE_LOG_DIR}\/access.log combined\n&lt;\/VirtualHost&gt;<\/code><\/pre>\n<p>Dosyam\u0131z\u0131 kaydedip \u00e7\u0131k\u0131yoruz.<\/p>\n<h2>Be\u015finci Ad\u0131m \u2013 Virtual Host\u2019lar\u0131 Aktif Etme<\/h2>\n<p>Bu ad\u0131mda olu\u015fturdu\u011fumuz virtual host dosyalar\u0131m\u0131z\u0131 aktif hale getiriyoruz. Bu i\u015flemi ger\u00e7ekle\u015ftirmek i\u00e7in a2ensite komutunu kullan\u0131yoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> a2ensite deneme1.com.conf\n<span class=\"token function\">sudo<\/span> a2ensite deneme2.com.conf<\/code><\/pre>\n<p>Ayarlar\u0131n ge\u00e7erli olmas\u0131 i\u00e7in Apache sunucumuzu yeniden ba\u015flat\u0131yoruz:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\"><span class=\"token function\">sudo<\/span> <span class=\"token function\">service<\/span> apache2 restart<\/code><\/pre>\n<p>Ve i\u015flemlerimiz tamamland\u0131. Umar\u0131z bu d\u00f6k\u00fcman size yard\u0131mc\u0131 olmu\u015ftur. Sorular\u0131n\u0131z varsa d\u00f6k\u00fcman\u0131n alt\u0131na yorum ekleyerek sorabilirsiniz.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bu makalemizde \u00e7ok yayg\u0131n olarak kullan\u0131lan Apache Web sunucu \u00fczerinde nas\u0131l Virtual Host tan\u0131mlayaca\u011f\u0131n\u0131z\u0131 anlataca\u011f\u0131z. Virtul Host ile bir web sunucu \u00fczerinde birden fazla web sitesi tan\u0131mlayabilir ve her birine \u00f6zel ayarlar yapabilirsiniz.<\/p>\n","protected":false},"author":1,"featured_media":117,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.11 (Yoast SEO v21.8.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04 | LimonHost<\/title>\n<meta name=\"description\" content=\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04\" \/>\n<meta property=\"og:description\" content=\"Bu makalemizde \u00e7ok yayg\u0131n olarak kullan\u0131lan Apache Web sunucu \u00fczerinde nas\u0131l Virtual Host tan\u0131mlayaca\u011f\u0131n\u0131z\u0131 anlataca\u011f\u0131z. Virtul Host ile bir web sunucu \u00fczerinde birden fazla web sitesi tan\u0131mlayabilir ve her birine \u00f6zel ayarlar yapabilirsiniz.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\" \/>\n<meta property=\"og:site_name\" content=\"Makaleler | LIMONHOST\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/tr-tr.facebook.com\/limonhosting\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ibrahim.unyeli\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-07T10:11:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-12T20:03:39+00:00\" \/>\n<meta name=\"author\" content=\"iunyeli\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04\" \/>\n<meta name=\"twitter:description\" content=\"Bu makalemizde \u00e7ok yayg\u0131n olarak kullan\u0131lan Apache Web sunucu \u00fczerinde nas\u0131l Virtual Host tan\u0131mlayaca\u011f\u0131n\u0131z\u0131 anlataca\u011f\u0131z. Virtul Host ile bir web sunucu \u00fczerinde birden fazla web sitesi tan\u0131mlayabilir ve her birine \u00f6zel ayarlar yapabilirsiniz.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/demo.limonhost.net\/_tr\/makaleler\/wp-content\/uploads\/2016\/10\/apache-web-server-vhost.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@iunyeli\" \/>\n<meta name=\"twitter:site\" content=\"@limonhost\" \/>\n<meta name=\"twitter:label1\" content=\"Yazan:\" \/>\n\t<meta name=\"twitter:data1\" content=\"iunyeli\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\"},\"author\":{\"name\":\"iunyeli\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/person\/e8e901fdd677e160f4b940b744024e45\"},\"headline\":\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04\",\"datePublished\":\"2016-03-07T10:11:47+00:00\",\"dateModified\":\"2021-02-12T20:03:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\"},\"wordCount\":655,\"publisher\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#organization\"},\"articleSection\":[\"Nas\u0131l Yapar\u0131m\"],\"inLanguage\":\"tr\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\",\"url\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\",\"name\":\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04 | LimonHost\",\"isPartOf\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#website\"},\"datePublished\":\"2016-03-07T10:11:47+00:00\",\"dateModified\":\"2021-02-12T20:03:39+00:00\",\"description\":\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04\",\"breadcrumb\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ana sayfa\",\"item\":\"https:\/\/www.limonhost.net\/makaleler\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#website\",\"url\":\"https:\/\/www.limonhost.net\/makaleler\/\",\"name\":\"Makaleler | LIMONHOST\",\"description\":\"\u0130nternette yer alman\u0131n en kolay yolu\",\"publisher\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.limonhost.net\/makaleler\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#organization\",\"name\":\"LimonHost.Net\",\"url\":\"https:\/\/www.limonhost.net\/makaleler\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn2.limonhost.net\/wp-content\/uploads\/2019\/03\/limonhost-og-1.jpg\",\"contentUrl\":\"https:\/\/cdn2.limonhost.net\/wp-content\/uploads\/2019\/03\/limonhost-og-1.jpg\",\"width\":1200,\"height\":630,\"caption\":\"LimonHost.Net\"},\"image\":{\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/tr-tr.facebook.com\/limonhosting\/\",\"https:\/\/twitter.com\/limonhost\",\"https:\/\/www.instagram.com\/limonhost\/\",\"https:\/\/www.linkedin.com\/company\/limon-hosting-ve-bili-im-hizmetleri\",\"https:\/\/www.youtube.com\/channel\/UCFvakZ_X8o2Xhpm6fLa9nEg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/person\/e8e901fdd677e160f4b940b744024e45\",\"name\":\"iunyeli\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.limonhost.net\/makaleler\/wp-content\/litespeed\/avatar\/cdae9afc34621caf175c6d8bd9a5e894.jpg?ver=1775506917\",\"contentUrl\":\"https:\/\/www.limonhost.net\/makaleler\/wp-content\/litespeed\/avatar\/cdae9afc34621caf175c6d8bd9a5e894.jpg?ver=1775506917\",\"caption\":\"iunyeli\"},\"sameAs\":[\"http:\/\/www.ibrahimunyeli.com\",\"https:\/\/www.facebook.com\/ibrahim.unyeli\",\"https:\/\/twitter.com\/iunyeli\"],\"url\":\"https:\/\/www.limonhost.net\/makaleler\/author\/iunyeli\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04 | LimonHost","description":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04","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:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/","og_locale":"tr_TR","og_type":"article","og_title":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04","og_description":"Bu makalemizde \u00e7ok yayg\u0131n olarak kullan\u0131lan Apache Web sunucu \u00fczerinde nas\u0131l Virtual Host tan\u0131mlayaca\u011f\u0131n\u0131z\u0131 anlataca\u011f\u0131z. Virtul Host ile bir web sunucu \u00fczerinde birden fazla web sitesi tan\u0131mlayabilir ve her birine \u00f6zel ayarlar yapabilirsiniz.","og_url":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/","og_site_name":"Makaleler | LIMONHOST","article_publisher":"https:\/\/tr-tr.facebook.com\/limonhosting\/","article_author":"https:\/\/www.facebook.com\/ibrahim.unyeli","article_published_time":"2016-03-07T10:11:47+00:00","article_modified_time":"2021-02-12T20:03:39+00:00","author":"iunyeli","twitter_card":"summary_large_image","twitter_title":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04","twitter_description":"Bu makalemizde \u00e7ok yayg\u0131n olarak kullan\u0131lan Apache Web sunucu \u00fczerinde nas\u0131l Virtual Host tan\u0131mlayaca\u011f\u0131n\u0131z\u0131 anlataca\u011f\u0131z. Virtul Host ile bir web sunucu \u00fczerinde birden fazla web sitesi tan\u0131mlayabilir ve her birine \u00f6zel ayarlar yapabilirsiniz.","twitter_image":"https:\/\/demo.limonhost.net\/_tr\/makaleler\/wp-content\/uploads\/2016\/10\/apache-web-server-vhost.jpg","twitter_creator":"@iunyeli","twitter_site":"@limonhost","twitter_misc":{"Yazan:":"iunyeli","Tahmini okuma s\u00fcresi":"5 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/#article","isPartOf":{"@id":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/"},"author":{"name":"iunyeli","@id":"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/person\/e8e901fdd677e160f4b940b744024e45"},"headline":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04","datePublished":"2016-03-07T10:11:47+00:00","dateModified":"2021-02-12T20:03:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/"},"wordCount":655,"publisher":{"@id":"https:\/\/www.limonhost.net\/makaleler\/#organization"},"articleSection":["Nas\u0131l Yapar\u0131m"],"inLanguage":"tr"},{"@type":"WebPage","@id":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/","url":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/","name":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04 | LimonHost","isPartOf":{"@id":"https:\/\/www.limonhost.net\/makaleler\/#website"},"datePublished":"2016-03-07T10:11:47+00:00","dateModified":"2021-02-12T20:03:39+00:00","description":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04","breadcrumb":{"@id":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.limonhost.net\/makaleler\/nasil-yaparim\/apachede-virtual-host-olustururuma\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ana sayfa","item":"https:\/\/www.limonhost.net\/makaleler\/"},{"@type":"ListItem","position":2,"name":"Apache\u2019de Virtual Host olu\u015fturma | Ubuntu 14.04"}]},{"@type":"WebSite","@id":"https:\/\/www.limonhost.net\/makaleler\/#website","url":"https:\/\/www.limonhost.net\/makaleler\/","name":"Makaleler | LIMONHOST","description":"\u0130nternette yer alman\u0131n en kolay yolu","publisher":{"@id":"https:\/\/www.limonhost.net\/makaleler\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.limonhost.net\/makaleler\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"tr"},{"@type":"Organization","@id":"https:\/\/www.limonhost.net\/makaleler\/#organization","name":"LimonHost.Net","url":"https:\/\/www.limonhost.net\/makaleler\/","logo":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/logo\/image\/","url":"https:\/\/cdn2.limonhost.net\/wp-content\/uploads\/2019\/03\/limonhost-og-1.jpg","contentUrl":"https:\/\/cdn2.limonhost.net\/wp-content\/uploads\/2019\/03\/limonhost-og-1.jpg","width":1200,"height":630,"caption":"LimonHost.Net"},"image":{"@id":"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/tr-tr.facebook.com\/limonhosting\/","https:\/\/twitter.com\/limonhost","https:\/\/www.instagram.com\/limonhost\/","https:\/\/www.linkedin.com\/company\/limon-hosting-ve-bili-im-hizmetleri","https:\/\/www.youtube.com\/channel\/UCFvakZ_X8o2Xhpm6fLa9nEg"]},{"@type":"Person","@id":"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/person\/e8e901fdd677e160f4b940b744024e45","name":"iunyeli","image":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/www.limonhost.net\/makaleler\/#\/schema\/person\/image\/","url":"https:\/\/www.limonhost.net\/makaleler\/wp-content\/litespeed\/avatar\/cdae9afc34621caf175c6d8bd9a5e894.jpg?ver=1775506917","contentUrl":"https:\/\/www.limonhost.net\/makaleler\/wp-content\/litespeed\/avatar\/cdae9afc34621caf175c6d8bd9a5e894.jpg?ver=1775506917","caption":"iunyeli"},"sameAs":["http:\/\/www.ibrahimunyeli.com","https:\/\/www.facebook.com\/ibrahim.unyeli","https:\/\/twitter.com\/iunyeli"],"url":"https:\/\/www.limonhost.net\/makaleler\/author\/iunyeli\/"}]}},"_links":{"self":[{"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/posts\/116"}],"collection":[{"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/comments?post=116"}],"version-history":[{"count":0,"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/posts\/116\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/media\/117"}],"wp:attachment":[{"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/media?parent=116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/categories?post=116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.limonhost.net\/makaleler\/wp-json\/wp\/v2\/tags?post=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}