<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Apache - Tag - Dimas Maulana</title>
    <link>https://dimasmaulana.pages.dev/tags/apache/</link>
    <description>Dimas Maulana Website</description>
    <generator>Hugo 0.150.0 &amp; FixIt v0.4.3-20260130042349-e23a50d7</generator>
    <language>en</language>
    <lastBuildDate>Wed, 13 Sep 2023 10:30:34 +0700</lastBuildDate>
    <atom:link href="https://dimasmaulana.pages.dev/tags/apache/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Prioritizing Data Privacy for Secure Transmission with Port Forwarding</title>
      <link>https://dimasmaulana.pages.dev/posts/devops/prioritizing-data-privacy-for-secure-transmission-with-port-forwarding/</link>
      <pubDate>Wed, 13 Sep 2023 10:30:34 +0700</pubDate>
      <guid>https://dimasmaulana.pages.dev/posts/devops/prioritizing-data-privacy-for-secure-transmission-with-port-forwarding/</guid>
      <category domain="https://dimasmaulana.pages.dev/categories/devops/">DevOps</category>
      <description>&lt;h2 class=&#34;heading-element&#34; id=&#34;introduction&#34;&gt;&lt;span&gt;Introduction&lt;/span&gt;&#xA;  &lt;a href=&#34;#introduction&#34; class=&#34;heading-mark&#34;&gt;&#xA;    &lt;svg class=&#34;octicon octicon-link&#34; viewBox=&#34;0 0 16 16&#34; version=&#34;1.1&#34; width=&#34;16&#34; height=&#34;16&#34; aria-hidden=&#34;true&#34;&gt;&lt;path d=&#34;m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z&#34;&gt;&lt;/path&gt;&lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;In the world of secure data transmission, prioritizing data privacy is paramount. Two common approaches, Apache reverse proxy and port forwarding with &lt;code&gt;autossh&lt;/code&gt;, offer different solutions for transmitting data securely. In this article, we&amp;rsquo;ll explore the benefits of port forwarding with a primary focus on data privacy. We&amp;rsquo;ll also discuss how this approach can enhance the security of your sensitive information and compare it with the potential data privacy risks associated with Apache reverse proxy.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configuring Apache in Docker Compose with Custom Log Settings and Size Limitation for Virtual Hosts</title>
      <link>https://dimasmaulana.pages.dev/posts/devops/configuring-apache-in-docker-compose-with-custom-log-settings-and-size-limitation-for-virtual-hosts/</link>
      <pubDate>Sun, 21 May 2023 05:34:00 +0700</pubDate>
      <guid>https://dimasmaulana.pages.dev/posts/devops/configuring-apache-in-docker-compose-with-custom-log-settings-and-size-limitation-for-virtual-hosts/</guid>
      <category domain="https://dimasmaulana.pages.dev/categories/devops/">DevOps</category>
      <description>&lt;p&gt;In this article, we will explore how to configure an Apache web server running in a Docker Compose environment with custom log settings and size limitation specifically for virtual host logs. We&amp;rsquo;ll cover the steps to set up the necessary volume mounts, configuration files, and log rotation to ensure that virtual host logs are limited in size. This will help you effectively manage disk space and maintain clean and manageable log files for your Apache server.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fixing Too many open files in system Error in Apache Docker Container</title>
      <link>https://dimasmaulana.pages.dev/posts/devops/fixing-too-many-open-files-in-system-error-in-apache-docker-container/</link>
      <pubDate>Tue, 29 Sep 2020 17:18:26 +0700</pubDate>
      <guid>https://dimasmaulana.pages.dev/posts/devops/fixing-too-many-open-files-in-system-error-in-apache-docker-container/</guid>
      <category domain="https://dimasmaulana.pages.dev/categories/devops/">DevOps</category>
      <description>&lt;p&gt;If you encounter the &amp;ldquo;Too many open files in system&amp;rdquo; error in your Apache Docker container, it means that the system has reached the limit on the number of files it can open, and this is causing issues with Apache&amp;rsquo;s configuration. Here&amp;rsquo;s a step-by-step guide on how to resolve this problem.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading-element&#34; id=&#34;1-check-the-current-file-limit&#34;&gt;&lt;span&gt;1. Check the Current File Limit&lt;/span&gt;&#xA;  &lt;a href=&#34;#1-check-the-current-file-limit&#34; class=&#34;heading-mark&#34;&gt;&#xA;    &lt;svg class=&#34;octicon octicon-link&#34; viewBox=&#34;0 0 16 16&#34; version=&#34;1.1&#34; width=&#34;16&#34; height=&#34;16&#34; aria-hidden=&#34;true&#34;&gt;&lt;path d=&#34;m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z&#34;&gt;&lt;/path&gt;&lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;First, you need to check the current file limit on your system to understand the magnitude of the issue. To do this, run the following command:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Return Forbidden if Apache HTTPS is Accessed Directly Using IP</title>
      <link>https://dimasmaulana.pages.dev/posts/development/how-to-return-forbidden-if-apache-https-is-accessed-directly-using-ip/</link>
      <pubDate>Mon, 19 Aug 2019 19:04:39 +0700</pubDate>
      <guid>https://dimasmaulana.pages.dev/posts/development/how-to-return-forbidden-if-apache-https-is-accessed-directly-using-ip/</guid>
      <category domain="https://dimasmaulana.pages.dev/categories/development/">Development</category>
      <category domain="https://dimasmaulana.pages.dev/categories/troubleshooting/">Troubleshooting</category>
      <description>&lt;p&gt;Here&amp;rsquo;s an example of how you can configure your Apache web server to return a &amp;ldquo;403 Forbidden&amp;rdquo; error if the HTTPS is accessed directly using the IP address. This configuration assumes that you have the &lt;code&gt;mod_ssl&lt;/code&gt; module installed and enabled in your Apache server.&lt;/p&gt;&#xA;&lt;h2 class=&#34;heading-element&#34; id=&#34;step-1-create-or-edit-the-apache-configuration-file&#34;&gt;&lt;span&gt;Step 1: Create or Edit the Apache Configuration File&lt;/span&gt;&#xA;  &lt;a href=&#34;#step-1-create-or-edit-the-apache-configuration-file&#34; class=&#34;heading-mark&#34;&gt;&#xA;    &lt;svg class=&#34;octicon octicon-link&#34; viewBox=&#34;0 0 16 16&#34; version=&#34;1.1&#34; width=&#34;16&#34; height=&#34;16&#34; aria-hidden=&#34;true&#34;&gt;&lt;path d=&#34;m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z&#34;&gt;&lt;/path&gt;&lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;Open the Apache configuration file in a text editor. The location of the configuration file may vary depending on your operating system and Apache installation. Common locations include:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
