<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Admins Goodies &#187; wildcard</title>
	<atom:link href="http://adminsgoodies.com/tag/wildcard/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 24 May 2013 16:33:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Setup a DNS wilcard and MX record in the same zone</title>
		<link>http://adminsgoodies.com/setup-a-dns-wilcard-and-mx-record-in-the-same-zone/</link>
		<comments>http://adminsgoodies.com/setup-a-dns-wilcard-and-mx-record-in-the-same-zone/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 16:33:18 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[mx]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/setup-a-dns-wilcard-and-mx-record-in-the-same-zone/</guid>
		<description><![CDATA[I&#8217;d like to know how to configure my DNS to be able to use a wildcard for my domain and an MX record together. Here is what I&#8217;ve done: @ IN SOA dns100.ovh.net. tech.ovh.net. (2012052100 86400 3600 3600000 300) IN NS ns100.ovh.net. IN NS dns100.ovh.net. IN MX 1 mail.gestixi.com. IN A 91.121.39.211 * IN CNAME gestixi.com. www IN CNAME gestixi.com. The problem is that when I check my DNS, I get this error: MX records [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;d like to know how to configure my DNS to be able to use a wildcard for my domain and an MX record together. Here is what I&#8217;ve done:</p>
<pre><code>@   IN SOA dns100.ovh.net. tech.ovh.net. (2012052100 86400 3600 3600000 300)
              IN  NS     ns100.ovh.net. 
              IN  NS     dns100.ovh.net. 
              IN  MX 1   mail.gestixi.com. 
              IN  A      91.121.39.211 
*             IN  CNAME  gestixi.com. 
www           IN  CNAME  gestixi.com. 
</code></pre>
<p>The problem is that when I check my DNS, I get this error:</p>
<pre><code>MX records shall not point to an alias defined by a CNAME
</code></pre>
<p>Because of this error, it look like I can&#8217;t send my from some internet providers.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/115692/nicolas-badia" target="_blank">Nicolas BADIA</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p><code>mail.gestixi.com</code> needs to be an <code>A</code> record, instead of getting caught by the wildcard <code>CNAME</code>.</p>
<p>If it&#8217;s on that same server, then just give it an <code>A</code> record:</p>
<pre><code>mail          IN  A      91.121.39.211
</code></pre>
<p>I&#8217;m not sure how strictly relays actually enforce this part of the standard, since it just causes some extra lookups, but it&#8217;s better to be on the compliant side!</p>
<div class="author">Answered by <a href="http://serverfault.com/users/72586/shane-madden" target="_blank">Shane Madden</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/396137/setup-a-dns-wilcard-and-mx-record-in-the-same-zone" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/setup-a-dns-wilcard-and-mx-record-in-the-same-zone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jboss wildcard cert import</title>
		<link>http://adminsgoodies.com/jboss-wildcard-cert-import/</link>
		<comments>http://adminsgoodies.com/jboss-wildcard-cert-import/#comments</comments>
		<pubDate>Fri, 25 May 2012 00:33:28 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[ssl-certificate]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/jboss-wildcard-cert-import/</guid>
		<description><![CDATA[I have a wildcard Cert from godaddy that is installed in our network on a 2008 R2 server running IIS. I have several windows servers now using this wildcard cert and importing into IIS was very straight forward. My Issue is that I now have a windows 2008 R2 server running JBoss as its webserver and i need to import this wildcard cert into this webserver. I am unclear which steps to take next. Can [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have a wildcard Cert from godaddy that is installed in our network on  a 2008 R2 server running IIS. I have several windows servers now using this wildcard cert and importing into IIS was very straight forward.<br />
My Issue is that I now have a windows 2008 R2 server running JBoss as its webserver and i need to import this wildcard cert into this webserver. I am unclear which steps to take next.<br />
Can someone provide help in importing my wildcard cert into my  5.X JBoss server</p>
<div class="author">Asked by <a href="http://serverfault.com/users/122149/bill-chapman" target="_blank">Bill Chapman</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Well, for one thing, the biggest difference is that JBoss reads the cert from a JKS keystore.  So, for your first step you probably need to import your certs into a JKS keystore.  See the JBOSS server.xml and there is a config section for the keystore in the SSL connector.</p>
<p>Now that I think about it, you&#8217;ll need to import the signed cert into the very same keystore (forming a chain) that you used to generate a CSR from when you initially bought your certificate.</p>
<p>There might be another way to do it but that is my experience.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/9227/djangofan" target="_blank">djangofan</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/391994/jboss-wildcard-cert-import" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/jboss-wildcard-cert-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting wildcard domains such as *.mydomain.com on Windows Azure without using redirections</title>
		<link>http://adminsgoodies.com/hosting-wildcard-domains-such-as-mydomain-com-on-windows-azure-without-using-redirections-2/</link>
		<comments>http://adminsgoodies.com/hosting-wildcard-domains-such-as-mydomain-com-on-windows-azure-without-using-redirections-2/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 07:33:32 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/hosting-wildcard-domains-such-as-mydomain-com-on-windows-azure-without-using-redirections-2/</guid>
		<description><![CDATA[I have an ASP.NET MVC app which offers wildcard domains to my users to personalize their login urls. I&#8217;d like to host this on Windows Azure. But is it possible to keep the wildcard domains? I&#8217;ve already found a blog article showing how to do this with CNAME aliases, but that does not seem to work with wildcard subdomains. Is there some other way? Preferably one that does not require a redirection for each and [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have an ASP.NET MVC app which offers wildcard domains to my users to personalize their login urls. </p>
<p>I&#8217;d like to host this on Windows Azure. But is it possible to keep the wildcard domains? </p>
<p>I&#8217;ve already found a <a href="http://www.google.de/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CBQQFjAA&amp;url=http%3A%2F%2Fblog.smarx.com%2Fposts%2Fcustom-domain-names-in-windows-azure&amp;ei=2zBrS5nHB5iJ_Aaf5KG_Bg&amp;usg=AFQjCNGhj1tp_442vk-_QtnQuFL715sf9Q&amp;sig2=d7RyscRnvQu6le-kwu9bxA" rel="nofollow">blog article</a> showing how to do this with CNAME aliases, but that does not seem to work with wildcard subdomains. </p>
<p>Is there some other way? Preferably one that does not require a redirection for each and every request to the server? </p>
<p>Also, what about the root domain (mydomain.com)?</p>
<p>Thanks,</p>
<p>Adrian</p>
<div class="author">Asked by <a href="http://serverfault.com/users/3347/adrian-grigore" target="_blank">Adrian Grigore</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>It seems that, while DNS standard does not explicitly permit CNAME wildcard entries, it does not forbid them either. So there are actually DNS servers that offer wildcard CNAME entries. Aparently <a href="http://serverfault.com/questions/117671/will-a-wildcard-cname-take-precedence-over-a-named-cname-record">BIND does</a>, for instance.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/3347/adrian-grigore" target="_blank">Adrian Grigore</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/109754/hosting-wildcard-domains-such-as-mydomain-com-on-windows-azure-without-using-r" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/hosting-wildcard-domains-such-as-mydomain-com-on-windows-azure-without-using-redirections-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CNAME based php hosting</title>
		<link>http://adminsgoodies.com/cname-based-php-hosting/</link>
		<comments>http://adminsgoodies.com/cname-based-php-hosting/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 07:33:10 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[cname-record]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/cname-based-php-hosting/</guid>
		<description><![CDATA[CNAME based php hostingI have an application that lets users get a *.onemobi.net account (ex. bob.onemobi.net). Now what I would like to do is give the user the option of being able to use their own subdomain to point to their page (ex. bob.hisdomain.com =&#62; bob.onemobi.net). I have setup the server and bob.onemobi.net works as expected. I have added a CNAME entry for bob.hisdomain.com =&#62; g.onemobi.net (A record on my DNS server) but when I [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>CNAME based php hostingI have an application that lets users get a *.onemobi.net account (ex. <code>bob.onemobi.net</code>). Now what I would like to do is give the user the option of being able to use their own subdomain to point to their page (ex. <code>bob.hisdomain.com =&gt; bob.onemobi.net</code>). I have setup the server and bob.onemobi.net works as expected. I have added a CNAME entry for <code>bob.hisdomain.com =&gt; g.onemobi.net</code> (A record on my DNS server) but when I visit bob.hisdomain.com I automatically get redirected to www.onemobi.net. The default behaviour when a site does not exist is to show a page saying &#8220;Site does not exist&#8221; without any redirections.</p>
<p>I can&#8217;t seem to be able to figure out what is causing this. I have tried looking around to see what could possibly be causing this but I&#8217;m lost as to what to search for. I&#8217;m hoping I can get some guidance from this community.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/93725/meisam-mulla" target="_blank">Meisam Mulla</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I think you are missing the ServerAlias directive for the bob.hisdomain.com, it should look something like this;</p>
<pre><code>&lt;VirtualHost *:80&gt;ServerName bob.onemobi.net
ServerAlias bob.hisdomain.com
...&lt;/VirtualHost&gt;
</code></pre>
<p>basically, because apache doesn&#8217;t recognise the <code>bob.hisdomain.com</code> as explicitly aliased to some NameVirtualHost it falls through to the default *:80 NameVirtualHost which is presumably www.onemobi.net</p>
<div class="author">Answered by <a href="http://serverfault.com/users/47650/tom-h" target="_blank">Tom H</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/366725/cname-based-php-hosting" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/cname-based-php-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catch-all Domains Windows DNS</title>
		<link>http://adminsgoodies.com/catch-all-domains-windows-dns/</link>
		<comments>http://adminsgoodies.com/catch-all-domains-windows-dns/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 17:33:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/catch-all-domains-windows-dns/</guid>
		<description><![CDATA[We are trying to set up Windows DNS for our nameservers ns1.sitegen.co and ns2.sitegen.co. Is is possible to catchall domain names using those nameservers in Windows DNS instead of creating individual forward lookup zones for every domain we wish to host in IIS. Asked by Tom Grant Update: If you&#8217;re DNS servers are not authoritative name servers for the domains you host web sites for, you don&#8217;t need to worry about DNS. All you need [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>We are trying to set up Windows DNS for our nameservers ns1.sitegen.co and ns2.sitegen.co.</p>
<p>Is is possible to catchall domain names using those nameservers in Windows DNS instead of creating individual forward lookup zones for every domain we wish to host in IIS.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/112672/tom-grant" target="_blank">Tom Grant</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Update:</p>
<p>If you&#8217;re DNS servers are not authoritative name servers for the domains you host web sites for, you don&#8217;t need to worry about DNS.</p>
<p>All you need to do, is configure an A record (aka. Host record) for <code>www.domain.com</code> and point it to the public IP of the web server.</p>
<hr />
<p>I&#8217;m not sure I understand your question. If you are setting up DNS servers for internal use (answering lookups from local machines with internet access), this is what you need</p>
<ol>
<li>Create <a href="http://technet.microsoft.com/en-us/library/cc773370%28v=ws.10%29.aspx" rel="nofollow">forwarders on each DNS Server</a>. </li>
<li>Check &#8220;Disable Recursion&#8221; if you want all queries forwarded (instead of root hint lookups).</li>
</ol>
<p>Now, all queries for domains for which you do <strong>NOT</strong> have a forward lookup zone <em>OR</em> a conditional forwarder, will be forwarded to the &#8220;default&#8221; servers configured in step 1</p>
<div class="author">Answered by <a href="http://serverfault.com/users/105072/mathias-r-jessen" target="_blank">Mathias R. Jessen</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/365714/catch-all-domains-windows-dns" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/catch-all-domains-windows-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying to make it so on my mac (or entire local network) any *.dev domains point to an IP</title>
		<link>http://adminsgoodies.com/trying-to-make-it-so-on-my-mac-or-entire-local-network-any-dev-domains-point-to-an-ip/</link>
		<comments>http://adminsgoodies.com/trying-to-make-it-so-on-my-mac-or-entire-local-network-any-dev-domains-point-to-an-ip/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 17:33:51 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/trying-to-make-it-so-on-my-mac-or-entire-local-network-any-dev-domains-point-to-an-ip/</guid>
		<description><![CDATA[I&#8217;m trying to move my development stuff over to a small local Debian based server running ispconfig, and need to basically make it so that *.dev is routed to a specific IP. So for example I went to http://some-site.dev it would go to 192.168.0.150 Is there any way of doing this without a fancy/expensive router? Thanks Asked by RickM In Windows, I would say &#8216;modify your hosts file&#8217;. It turns out that my answer is [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I&#8217;m trying to move my development stuff over to a small local Debian based server running ispconfig, and need to basically make it so that *.dev is routed to a specific IP. So for example I went to <a href="http://some-site.dev" rel="nofollow">http://some-site.dev</a> it would go to 192.168.0.150</p>
<p>Is there any way of doing this without a fancy/expensive router? </p>
<p>Thanks</p>
<div class="author">Asked by <a href="http://serverfault.com/users/111786/rickm" target="_blank">RickM</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>In Windows, I would say &#8216;modify your hosts file&#8217;. It turns out that my answer is exactly the <a href="http://support.apple.com/kb/ta27291" rel="nofollow">same for Mac</a>. The link will show you how to modify the HOSTS file in OSX, allowing you to resolve specific hostnames (such as <a href="http://about%3ablank" rel="nofollow">http://site-name.dev</a>) on a network where you have no DNS server.</p>
<p>Since my answer was downvoted, I figured I might as well expand on WHY I think this is the best option for you. Here&#8217;s a <a href="http://technet.microsoft.com/en-us/library/bb727005.aspx#EDAA" rel="nofollow">Microsoft article</a> explaining the concept of hosts files (it also touches on the idea that *nix-based systems have the same file) and here&#8217;s a great <a href="http://decoding.wordpress.com/2009/04/06/how-to-edit-the-hosts-file-in-mac-os-x-leopard/" rel="nofollow">blog post</a> touching on the same thing, with the content focused on Mac&#8217;s.</p>
<p>Before DNS was prevalent, the hosts file was the way to go for specific name resolution. Since you do not have a DNS server (and building one can be a PITA, and overkill for what you explained you needed) just use the hosts file.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/42430/johnthepro" target="_blank">JohnThePro</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/363216/trying-to-make-it-so-on-my-mac-or-entire-local-network-any-dev-domains-point" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/trying-to-make-it-so-on-my-mac-or-entire-local-network-any-dev-domains-point-to-an-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting from Nginx to apache rewrite rules</title>
		<link>http://adminsgoodies.com/converting-from-nginx-to-apache-rewrite-rules/</link>
		<comments>http://adminsgoodies.com/converting-from-nginx-to-apache-rewrite-rules/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 11:33:57 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[mod-rewrite]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/converting-from-nginx-to-apache-rewrite-rules/</guid>
		<description><![CDATA[I am trying to set up a site which uses code cloned from http://usesthis.com/ My site is at http://hackingtheuniversity.net/ You&#8217;ll see that each interview post on the site, uses the following URL syntax http://firstname.lastname.hackingtheuniversity.net The creator of the original site uses Nginx and has offered the following for how he achieves this syntax https://gist.github.com/1840543 I&#8217;ve set up wildcard DNS and a ServerAlias of *.hackingtheuniversity.net, but I&#8217;m struggling to understand (and find examples) how to port [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I am trying to set up a site which uses code cloned from <a href="http://usesthis.com/" rel="nofollow">http://usesthis.com/</a></p>
<p>My site is at <a href="http://hackingtheuniversity.net/" rel="nofollow">http://hackingtheuniversity.net/</a></p>
<p>You&#8217;ll see that each interview post on the site, uses the following URL syntax</p>
<p><a href="http://firstname.lastname.hackingtheuniversity.net" rel="nofollow">http://firstname.lastname.hackingtheuniversity.net</a></p>
<p>The creator of the original site uses Nginx and has offered the following for how he achieves this syntax</p>
<p><a href="https://gist.github.com/1840543" rel="nofollow">https://gist.github.com/1840543</a></p>
<p>I&#8217;ve set up wildcard DNS and a ServerAlias of *.hackingtheuniversity.net, but I&#8217;m struggling to understand (and find examples) how to port the Nginx rules to modrewrite rules and would appreciate some help. </p>
<p>Thank you.</p>
<div class="author">Asked by <a href="http://serverfault.com/users/94459/josswinn" target="_blank">josswinn</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Something like:</p>
<p>RewriteCond %{HTTP_HOST} ^([0-9a-z+.-]+).hackingtheuniversity.net/?$ [NC]<br />
RewriteRule (.*) /interviews/%1.html [L]</p>
<p>should do the trick.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/79498/dave-challis" target="_blank">Dave Challis</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/360698/converting-from-nginx-to-apache-rewrite-rules" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/converting-from-nginx-to-apache-rewrite-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is it possible to GET or PUT two specific files at a time using SFTP without wildcard?</title>
		<link>http://adminsgoodies.com/is-it-possible-to-get-or-put-two-specific-files-at-a-time-using-sftp-without-wildcard/</link>
		<comments>http://adminsgoodies.com/is-it-possible-to-get-or-put-two-specific-files-at-a-time-using-sftp-without-wildcard/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 15:30:12 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/is-it-possible-to-get-or-put-two-specific-files-at-a-time-using-sftp-without-wildcard/</guid>
		<description><![CDATA[From a directory of dozens of files, is it possible to GET or PUT two files at once using SFTP? I do not want to use a wildcard because I don&#8217;t necessarily know the names of all the files and don&#8217;t want to affect other files. I&#8217;m hoping there&#8217;s something like: get javascript.gs,stylesheet.css From Google searching and looking on various Stackexchanges, it doesn&#8217;t look like this is possible. Does anyone know for sure? you can [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>From a directory of dozens of files, <strong>is it possible to GET or PUT two files at once using SFTP</strong>?</p>
<p><strong>I do not want to use a wildcard</strong> because I don&#8217;t necessarily know the names of all the files and don&#8217;t want to affect other files.</p>
<p>I&#8217;m hoping there&#8217;s something like:</p>
<pre><code>get javascript.gs,stylesheet.css
</code></pre>
<p>From Google searching and looking on various Stackexchanges, it doesn&#8217;t look like this is possible.</p>
<p><strong>Does anyone know for sure?</strong></p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>you can do:</p>
<pre><code>sftp user@host &lt;&lt; EOF!
get /path/to/file1
get /path/to/file2
EOF!
</code></pre>
<p>But personally I prefer to use <code>scp</code> in such cases.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/346081/is-it-possible-to-get-or-put-two-specific-files-at-a-time-using-sftp-without-wil" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/is-it-possible-to-get-or-put-two-specific-files-at-a-time-using-sftp-without-wildcard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic subdomains with a wildcard SSL</title>
		<link>http://adminsgoodies.com/dynamic-subdomains-with-a-wildcard-ssl/</link>
		<comments>http://adminsgoodies.com/dynamic-subdomains-with-a-wildcard-ssl/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 14:30:12 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/dynamic-subdomains-with-a-wildcard-ssl/</guid>
		<description><![CDATA[i have a project where i need to use dynamic subdomains for each user account over https, lets say: https://username.mydomain.com So as long as i understand i should buy a Wildcard SSL certificate, i was doing that on rapidSSL but before i buy it I read on some forums that it requires a unique IP for each subdomain, that is impossible for me since i will have thousands of thousands of users. This is true? [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>i have a project where i need to use dynamic subdomains for each user account over https, lets say:</p>
<pre><code>https://username.mydomain.com
</code></pre>
<p>So as long as i understand i should buy a Wildcard SSL certificate, i was doing that on rapidSSL but before i buy it I read on some forums that it requires a unique IP for each subdomain, that is impossible for me since i will have thousands of thousands of users. </p>
<p>This is true? what should i buy? this will work for me:?</p>
<p><a href="http://www.rapidssl.com/buy-ssl/wildcard-ssl-certificate/index.html" rel="nofollow">http://www.rapidssl.com/buy-ssl/wildcard-ssl-certificate/index.html</a></p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Yes, wildcard SSL certificates are real thing, it will work.  See <a href="http://wiki.apache.org/httpd/NameBasedSSLVHosts" rel="nofollow">on the apache wiki</a> how to configure it.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/342724/dynamic-subdomains-with-a-wildcard-ssl" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/dynamic-subdomains-with-a-wildcard-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which wildcard SSL cert vendors allow you to set up the same cert on multiple servers?</title>
		<link>http://adminsgoodies.com/which-wildcard-ssl-cert-vendors-allow-you-to-set-up-the-same-cert-on-multiple-servers-2/</link>
		<comments>http://adminsgoodies.com/which-wildcard-ssl-cert-vendors-allow-you-to-set-up-the-same-cert-on-multiple-servers-2/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 00:30:05 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ssl-certificate]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/which-wildcard-ssl-cert-vendors-allow-you-to-set-up-the-same-cert-on-multiple-servers-2/</guid>
		<description><![CDATA[We are looking to set up a service where multiple boxes, in different data centers, would allow HTTPS access. We are looking to set to buy a wildcard SSL cert to handle any number of vanity sub domains. We are primarily looking at goDaddy&#8217;s wildcard SSL cert. Has anyone set up anything similar to this? We have looked at Digicert&#8217;s offering but we want to look for cheaper options. We use GoDaddy&#8217;s wild card certs [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>We are looking to set up a service where multiple boxes, in different data centers, would allow HTTPS access. We are looking to set to buy a wildcard SSL cert to handle any number of vanity sub domains.</p>
<p>We are primarily looking at goDaddy&#8217;s wildcard SSL cert. Has anyone set up anything similar to this? We have looked at Digicert&#8217;s offering but we want to look for cheaper options.</p>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>We use GoDaddy&#8217;s wild card certs for most of our sites.  All our sites are hosted by multiple servers.  After you install the cert on the server that creates the CSR export the cert to a PFX file and import it to the other server.  The clients won&#8217;t know the difference.</p>
<p>GoDaddy knows we do this, and they haven&#8217;t ever questioned us about it.</p>
<p class="ref-link">Check <a href="http://serverfault.com/questions/51067/which-wildcard-ssl-cert-vendors-allow-you-to-set-up-the-same-cert-on-multiple-se" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/which-wildcard-ssl-cert-vendors-allow-you-to-set-up-the-same-cert-on-multiple-servers-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
