<?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>Linux Admin Zone &#187; Web Server</title>
	<atom:link href="http://linuxadminzone.com/category/web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:25:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Disable ssl ver 2 in apache for pci compliance</title>
		<link>http://linuxadminzone.com/disable-ssl-ver-2-in-apache-for-pci-compliance/</link>
		<comments>http://linuxadminzone.com/disable-ssl-ver-2-in-apache-for-pci-compliance/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:36:51 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=157</guid>
		<description><![CDATA[You need to disable SSL ver 2 and enable SSL ver 3 in apache for PCI compliance. Its very easy to do. Following settings will set SSL ver 3 and also disable older/unsecure cipher suite in Redhat/centos/fedora Linux server: 1. Open /etc/httpd/conf.d/ssl.conf and add or if these lines already there, edit them as per follows: [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/disable-ssl-ver-2-in-apache-for-pci-compliance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Detect directory or file changes in *nix</title>
		<link>http://linuxadminzone.com/detect-directory-or-file-changes-in-linuxunix/</link>
		<comments>http://linuxadminzone.com/detect-directory-or-file-changes-in-linuxunix/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 10:55:27 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=137</guid>
		<description><![CDATA[There are various wasys to do this, but this is what I implemented. It is working as expected as of now on my RHEL 5.x boxes. I&#8217;ll take my usecase here and describe things. Plesk web hosting control panel is managing several hundred domains on one of RHEL box. Addition and removal of domains is [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/detect-directory-or-file-changes-in-linuxunix/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Apache url rewriting with masking</title>
		<link>http://linuxadminzone.com/apache-url-rewriting-with-masking/</link>
		<comments>http://linuxadminzone.com/apache-url-rewriting-with-masking/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 10:57:13 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[Web Server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_proxy]]></category>
		<category><![CDATA[url proxy]]></category>
		<category><![CDATA[url rewrite]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=125</guid>
		<description><![CDATA[I got an assignment where I&#8217;ve to move some apps from a server (due to immense load) to different server without changing URLs. Main software app should remains in first server and all other smaller apps should be moved to another server but because all apps are integrated (for seamless login etc) with each other, [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/apache-url-rewriting-with-masking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to sync files between web severs having plesk</title>
		<link>http://linuxadminzone.com/script-to-sync-files-between-web-severs-having-plesk/</link>
		<comments>http://linuxadminzone.com/script-to-sync-files-between-web-severs-having-plesk/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 11:15:01 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=85</guid>
		<description><![CDATA[I got a little assignment where there are two webservers behind a load balancer and both needs to have identical files. Both server has plesk control panel. As we know, plesk store website files in /var/www/vhosts/domain/httpdocs directory, here domain is the name of website. I wrote a wrapper script for rsync and deployed there. Here [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/script-to-sync-files-between-web-severs-having-plesk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Install, setup and config HAProxy loadbalancer for content switching</title>
		<link>http://linuxadminzone.com/how-to-install-setup-and-config-haproxy-loadbalancer-for-content-switching/</link>
		<comments>http://linuxadminzone.com/how-to-install-setup-and-config-haproxy-loadbalancer-for-content-switching/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 13:54:36 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Load Balancer]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[haproxy]]></category>
		<category><![CDATA[load balance]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=23</guid>
		<description><![CDATA[Sometimes we have different servers with different contents, such as one set of servers with all static contents (html, image files) of a website while another set of servers have dynamic contents (cgi, perl, php scripts) This type of config is benefitial in some situations where you want to serve your static data directly from [...]]]></description>
		<wfw:commentRss>http://linuxadminzone.com/how-to-install-setup-and-config-haproxy-loadbalancer-for-content-switching/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
