<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом apache</title>
<link>https://blog.m9k.space/tags/apache/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Apache — Forward Proxy 2 Squid</title>
<guid isPermaLink="false">133</guid>
<link>https://blog.m9k.space/all/apache-forward-proxy-2-squid/</link>
<pubDate>Fri, 21 Apr 2023 09:11:25 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/apache-forward-proxy-2-squid/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;Listen 0.0.0.0:9999

&amp;lt;VirtualHost 0.0.0.0:9999&amp;gt;
 ServerAdmin admin@admin.admin
 DocumentRoot /site/share/htdoc/empty
 ServerName admin.admin
 ErrorLog &amp;quot;|rotatelogs /logs/log.9999.error_logtt.%Y%m%d 86400&amp;quot;
 TransferLog &amp;quot;|/rotatelogs  /logs/log.9999.access_logtt.%Y%m%d 86400&amp;quot;

&amp;lt;IfModule mod_security2.c&amp;gt;
  SecRuleEngine Off
&amp;lt;/IfModule&amp;gt;

&amp;lt;IfModule mod_security.c&amp;gt;
  SecFilterEngine Off
  SecFilterScanPOST Off
&amp;lt;/IfModule&amp;gt;

#htttps support
SSLProxyEngine On
ProxyRequests On

ProxyRemote * http://squid.address:3128
ProxyPass /something https://%proxied url%

 RemoveHandler .html .htm

&amp;lt;/VirtualHost&amp;gt;&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>