<?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>nginx &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/nginx/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Wed, 27 Sep 2023 00:47:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>nginx, Apache 2 and subversion &#8211; 502 Bad Gateway error</title>
		<link>https://it.megocollector.com/tips-and-tricks/nginx-apache-2-and-subversion-502-bad-gateway-error/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 18 Aug 2016 18:35:40 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[subversion]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3310</guid>

					<description><![CDATA[All subversion checkouts, commits and other basic operations work as expected, but when attempting to copy, move or tag (copy) a (502 Bad Gateway) error presents itself. The error may be similar to the one presented below. greg@codemine:~/code/Foo (git-svn)-&#91;trunk] %&#62;; git svn tag foo-2.1.1 Copying https://svn/projects/Foo/trunk at r18311 to https://svn/projects/Foo/tags/foo-2.1.1... RA layer request failed: Server sent unexpected return value (502...]]></description>
		
		
		
			</item>
		<item>
		<title>nginx: redirect to a new domain except part of the URL pattern</title>
		<link>https://it.megocollector.com/linux/nginx-redirect-to-a-new-domain-except-part-of-the-url-pattern/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 12 Aug 2016 23:27:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[reverse proxy]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3279</guid>

					<description><![CDATA[Migrating to newer version of a web application from one domain to another has had it&#8217;s challenges. Since this web application has multiple projects, each project may be migrated one at a time. The goal is to redirect traffic to the new projects as they are migrated to the new domain. As part of that goal, the projects that have...]]></description>
		
		
		
			</item>
		<item>
		<title>Real time Web Log analyzer using GoAccess</title>
		<link>https://it.megocollector.com/linux/real-time-web-log-analyzer-using-goaccess/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 15:56:16 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[goaccess]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[web analysis]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3066</guid>

					<description><![CDATA[Scrolling through log files is unrealistic.&#160; Using &#8216;awk&#8217;, &#8216;grep&#8217;, &#8216;sed&#8217;, and &#8216;cut&#8217; to parse through them can be quite a chore &#8211; and still has it&#8217;s place for specific searches.&#160; However, here is an interesting tool called GoAccess.&#160; GoAccess is a real time web log analyzer tool. Running a CentOS 6, minimal installation, to install. yum install -y epel-release yum...]]></description>
		
		
		
			</item>
		<item>
		<title>Create an nginx load balancer</title>
		<link>https://it.megocollector.com/linux/create-an-nginx-load-balancer/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 29 Feb 2016 02:55:28 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[load balancer]]></category>
		<category><![CDATA[nginx]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3052</guid>

					<description><![CDATA[I wanted to play with a simple load balancer with powerful implications. A load balancer using nginx as the front end and two apache servers on the backend. server1 &#8211; apache &#8211; 192.168.1.89 (CentOS 6) yum -y install httpd echo server1 /var/www/html/index.html lokkit -s http -s https chkconfig httpd on &#38;&#38; service httpd restart server2 &#8211; apache -192.168.1.90 (CentOS 6)...]]></description>
		
		
		
			</item>
		<item>
		<title>Install and upgrade nginx on CentOS6</title>
		<link>https://it.megocollector.com/tips-and-tricks/install-and-upgrade-nginx-on-centos6/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 25 Feb 2016 15:29:44 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[reverse proxy]]></category>
		<category><![CDATA[web server]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=3048</guid>

					<description><![CDATA[Nginx is a web server. It can act as a reverse proxy server, as well as a load balancer and an HTTP cache. There was a need for an nginx reverse proxy (RP), so found a set of instructions that worked. However, after implementing those instructions, and getting everything configured, it was a determined a newer version of Nginx was...]]></description>
		
		
		
			</item>
	</channel>
</rss>
