<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Web-Server on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/web-server/</link>
    <description>Recent content in Web-Server on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Sep 2014 13:30:00 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/web-server/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>I’m back</title>
      <link>https://janikvonrotz.ch/2014/09/30/im-back/</link>
      <pubDate>Tue, 30 Sep 2014 13:30:00 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/09/30/im-back/</guid>
      <description>&lt;p&gt;My site has been down for one week. So what happened? Well, I still don&amp;rsquo;t know :)&lt;/p&gt;&#xA;&lt;p&gt;This website is hosted by Amazon Web Services. One week ago I updated and rebooted my EC2 server. Then it simply didn&amp;rsquo;t boot anymore. I was very furious, that&amp;rsquo;s a typical worst case scenario. Luckily the volume wasn&amp;rsquo;t affected at all, so I was able to get my backups and configuration files without effort.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install s3cmd</title>
      <link>https://janikvonrotz.ch/2014/04/10/install-s3cmd/</link>
      <pubDate>Thu, 10 Apr 2014 07:48:14 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/10/install-s3cmd/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9548802&#34;&gt;https://gist.github.com/9548802&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3 and other Cloud Storage Service Providers that use the S3 protocol&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nginx SSL website</title>
      <link>https://janikvonrotz.ch/2014/04/03/nginx-ssl-website/</link>
      <pubDate>Thu, 03 Apr 2014 07:54:04 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/03/nginx-ssl-website/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9408793&#34;&gt;https://gist.github.com/9408793&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;This best practice shows you the most advanced SSL configurations for your Nginx website.&#xA;For productive usage it&amp;rsquo;s recommended to use only public-signed certificates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nginx minimal website</title>
      <link>https://janikvonrotz.ch/2014/04/01/nginx-minimal-website/</link>
      <pubDate>Tue, 01 Apr 2014 07:57:42 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/01/nginx-minimal-website/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9408741&#34;&gt;https://gist.github.com/9408741&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;This is a minimal Nginx website configuration. It&amp;rsquo;s a good way to start your next project.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install Nginx</title>
      <link>https://janikvonrotz.ch/2014/03/31/install-nginx/</link>
      <pubDate>Mon, 31 Mar 2014 09:43:19 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/03/31/install-nginx/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9345486&#34;&gt;https://gist.github.com/9345486&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;Nginx (pronounced &amp;ldquo;engine-ex&amp;rdquo;) can be used as an open source reverse proxy server, as well as a load balancer, HTTP cache, and not to forget a fast and powerful web server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache vHost with SSL Certicate converted from .pfx Export file</title>
      <link>https://janikvonrotz.ch/2014/01/27/apache-vhost-with-ssl-certicate-converted-from-pfx-export-file/</link>
      <pubDate>Mon, 27 Jan 2014 14:03:40 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/01/27/apache-vhost-with-ssl-certicate-converted-from-pfx-export-file/</guid>
      <description>&lt;p&gt;This is an simple example for an Apache vHost SSL vHost configuration:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;VirtualHost 192.168.0.1:443&amp;gt;&#xA;DocumentRoot /var/www/&#xA;SSLEngine on&#xA;SSLCertificateFile /path/to/certificate.crt&#xA;SSLCertificateKeyFile /path/to/keyfile.key&#xA;&amp;lt;/VirtualHost&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
