<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Apache on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/apache/</link>
    <description>Recent content in Apache on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 20 Mar 2019 14:22:16 +0100</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/apache/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The final rpm packaging guide</title>
      <link>https://janikvonrotz.ch/2019/03/20/the-final-rpm-packaging-guide/</link>
      <pubDate>Wed, 20 Mar 2019 14:22:16 +0100</pubDate>
      <guid>https://janikvonrotz.ch/2019/03/20/the-final-rpm-packaging-guide/</guid>
      <description>&lt;p&gt;A customer required that every component of a software project I worked for is delivered as rpm.&lt;/p&gt;&#xA;&lt;p&gt;This was problematic for &lt;a href=&#34;http://activemq.apache.org/artemis/&#34;&gt;Apache ActiveMQ Artemis&lt;/a&gt; as there is no rpm available.&lt;/p&gt;&#xA;&lt;p&gt;But, the maintainer publishes a binary tarball and this is all we need to build an rpm.&lt;/p&gt;&#xA;&lt;p&gt;So in this post I am going to show how to build an rpm from a tarball and explain the rpm build process in detail.&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>
    <item>
      <title>Simple Redirect with Apache2</title>
      <link>https://janikvonrotz.ch/2013/11/15/simple-redirect-with-apache2/</link>
      <pubDate>Fri, 15 Nov 2013 10:46:47 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2013/11/15/simple-redirect-with-apache2/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s obvious Apache2 is no more the first choice for a webserver, depending on the requirments &lt;a href=&#34;https://www.theorganicagency.com/apache-vs-nginx-performance-comparison/&#34; target=&#34;_blank&#34;&gt;Ngnix &lt;/a&gt;and IIS are now much more attractive.&lt;/p&gt;&#xA;&lt;p&gt;Maybe you&amp;rsquo;ve already updated to Ngnix or IIS want to redirect from the old website to the new website in case Apache is still a dependency.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
