<?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>apache &#8211; it.megocollector.com</title>
	<atom:link href="https://it.megocollector.com/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>https://it.megocollector.com</link>
	<description>The information technology compendium</description>
	<lastBuildDate>Sun, 03 Mar 2024 01:33:10 +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>Install Apache Tomcat 9 Complete with Updated Scripts</title>
		<link>https://it.megocollector.com/misc/install-apache-tomcat-9-complete-with-updated-scripts/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 21 Nov 2019 17:10:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4284</guid>

					<description><![CDATA[In this exercise, Tomcat 9 will be installed with OpenJDK 8 using a self-signed certificate using the http2.Http2Protocol protocol.&#160; I&#8217;ve updated and simplified the script since my last attempt at a similar Tomcat 9 installation.&#160; I have also added SELinux context, log rotation, and speed! ######################################################################################## # Apache Tomcat 9 ######################################################################################## yum install wget firewalld java-1.8.0-openjdk-devel policycoreutils-python epel-release -y yum...]]></description>
		
		
		
			</item>
		<item>
		<title>Apache Tomcat 9 &#8211; SSL/TLS Configuration HOW-TO</title>
		<link>https://it.megocollector.com/misc/apache-tomcat-9-ssl-tls-configuration-how-to/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 27 Feb 2019 20:54:42 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[cert]]></category>
		<category><![CDATA[pkcs12]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[tomcat]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=4009</guid>

					<description><![CDATA[In this exercise, Tomcat 9 will be installed with OpenJDK 8 using a self-signed certificate in a PKS12 keystore on a clean CentOS 7 Linux server using the Http11NioProtocol protocol.&#160; These are the steps. ######################################################################################## # Apache Tomcat 9 ######################################################################################## yum install wget vim net-tools firewalld unzip -y yum install java-1.8.0-openjdk-devel -y cd /opt/app wget http://us.mirrors.quenda.co/apache/tomcat/tomcat-9/v9.0.16/bin/apache-tomcat-9.0.16.tar.gz tar xzvf apache-tomcat-9.0.16.tar.gz ln...]]></description>
		
		
		
			</item>
		<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>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>Subversion on CentOS 5.4 installation guide</title>
		<link>https://it.megocollector.com/scripts/subversion-on-centos-5-4-installation-guide/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 19 May 2010 14:00:57 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[centos5]]></category>
		<category><![CDATA[red hat enterprise linux]]></category>
		<category><![CDATA[rhel5]]></category>
		<category><![CDATA[subversion]]></category>
		<guid isPermaLink="false">https://it.megocollector.com/?p=1320</guid>

					<description><![CDATA[Subversion is an open source version control system. This article will detail an installation of Subversion on a CentOS 5.x / Red Hat Enterprise Linux (RHEL) 5.x workstation. Subversion used for this article is version 1.6.911. Install rpmforge repository RPMforge.net release file. This package contains apt, yum and smart configuration for the RPMforge RPM Repository, as well as the public...]]></description>
		
		
		
			</item>
	</channel>
</rss>
