<?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>Fosiul.com &#187; How_to</title>
	<atom:link href="http://www.fosiul.com/index.php/category/linux/how_to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fosiul.com</link>
	<description>Dedicated To Linux</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:01:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to run perl/Python script from Linux Apache server</title>
		<link>http://www.fosiul.com/index.php/2010/09/how-to-run-perlpython-script-from-linux-apache-server/</link>
		<comments>http://www.fosiul.com/index.php/2010/09/how-to-run-perlpython-script-from-linux-apache-server/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 11:59:31 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[How_to]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1501</guid>
		<description><![CDATA[For httpd.conf ( /usr/local/apache/conf   &#8211; if you compile by source OR  /etc/httpd/conf/httpd -: if you compile by yum)

ScriptAlias /cgi-bin/ &#34;/usr/local/apache/cgi-bin/&#34;

If you want to run cgi script from under your domain , example , www.fosiul.com/cgi-bin/test.cgi  , do as bellow

&#60;VirtualHost *:80&#62;
ServerAdmin fosiul@example.co.uk
DocumentRoot /usr/local/apache/htdocs/example/
ServerName www.example.co.uk
ServerAlias example.co.uk
......................................
......................................
&#160;
&#60;Directory &#34;/usr/local/apache/htdocs/example/&#34;&#62;
Options FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from all
&#60;/Directory&#62;
&#60;Directory &#34;/usr/local/apache/htdocs/example/cgi-bin/&#34;&#62;
 [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/09/how-to-run-perlpython-script-from-linux-apache-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux:How to configure/secure public primary/secondary bind dns server</title>
		<link>http://www.fosiul.com/index.php/2010/09/linuxhow-to-configuresecure-public-primarysecondary-bind-dns-server/</link>
		<comments>http://www.fosiul.com/index.php/2010/09/linuxhow-to-configuresecure-public-primarysecondary-bind-dns-server/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 09:44:40 +0000</pubDate>
		<dc:creator>Fosiul</dc:creator>
				<category><![CDATA[How_to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[how to configure bind dns server]]></category>
		<category><![CDATA[How to configure linux dns server]]></category>
		<category><![CDATA[how to configure linux public dns server]]></category>

		<guid isPermaLink="false">http://www.fosiul.com/?p=1455</guid>
		<description><![CDATA[Primary Server:
(a) install bind

yum install bind bind-chroot bind-devel

(b) Copy named.conf and related files from  /usr/share/doc/bind-9.3.6/sample/etc/

cp /usr/share/doc/bind-9.3.6/sample/etc/* /var/named/chroot/etc/

(c) File lists in /var/named/chroot/etc are as bellows :

[root@publicdns1 etc]# ls
localtime   named.rfc1912.zones  rndc.conf
named.conf  named.root.hints     rndc.key

Check the Ownership  of files. Ownership  should be root:named as
bellow:

[root@publicdns1 etc]# pwd
/var/named/chroot/etc
[root@publicdns1 etc]# ls [...]]]></description>
		<wfw:commentRss>http://www.fosiul.com/index.php/2010/09/linuxhow-to-configuresecure-public-primarysecondary-bind-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
