<?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>Learning On Demand &#187; Web Server</title>
	<atom:link href="http://www.rasyid.net/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rasyid.net</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Sun, 12 Feb 2012 18:07:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Enable register_globals in one virtual host</title>
		<link>http://www.rasyid.net/2008/06/27/enable-register_globals-in-one-virtual-host/</link>
		<comments>http://www.rasyid.net/2008/06/27/enable-register_globals-in-one-virtual-host/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 22:23:14 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Web Server]]></category>
		<category><![CDATA[phpinfo]]></category>
		<category><![CDATA[php_value]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/?p=1405</guid>
		<description><![CDATA[one of my client wanna install prestashops. They want register globals off and session autostart setting to off. Those setting only applied to their store only, not affect whole setting. Because I have setting to httpd.conf I just add two lines : &#60;VirtualHost 222.124.140.27 &#62; ServerAdmin webmaster@clientdomain.com DocumentRoot /home/clientname/public_html/store ServerName store.clientname.com php_flag register_globals off php_value [...]]]></description>
			<content:encoded><![CDATA[<p>one of my client wanna install prestashops.</p>
<p>They want register globals off and session autostart setting to off.</p>
<p>Those setting only applied to their store only, not affect whole setting.</p>
<p>Because I have setting to httpd.conf I just add two lines :</p>
<p>&lt;VirtualHost 222.124.140.27 &gt;<br />
ServerAdmin webmaster@clientdomain.com<br />
DocumentRoot /home/clientname/public_html/store<br />
ServerName store.clientname.com<br />
<strong>php_flag register_globals off<br />
php_value session.auto_start 0<br />
</strong>&lt;/VirtualHost&gt;</p>
<p>Yes, master value leave intact and this setting only available to store.clientname.com</p>
<p>To verifiy it you can use phpinfo().</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fblog.taragana.com%2Findex.php%2Farchive%2Fwordpress-plugins-provided-by-taraganacom%2F&sref=rss" rel="external nofollow">Plugin</a> by <a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.taragana.com%2F&sref=rss" rel="external nofollow">Taragana</a></span><p><a href="http://redirectingat.com?id=23616X850408&xs=1&url=https%3A%2F%2Fplus.google.com%2F111076104099093236158%3Frel%3Dauthor&sref=rss" rel="author"><img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" title="gprofile button 16 photo" alt="gprofile button 16 Enable register globals in one virtual host" /></a></p><ul><li>nginx register_globals</li><li>register_globals virtualhost</li><li>register_globals vhost</li><li>virtualhost register_globals</li><li>register_globals virtual host</li></ul>
<div class="skimlinks-disclosure-button"><p><script class="skimlinks_ref_script" type="text/javascript" src="http://static.skimlinks.com/api/ref.js?p=23616&amp;d=850408&amp;t=1"></script></p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2008/06/27/enable-register_globals-in-one-virtual-host/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning .htaccess : 101 way</title>
		<link>http://www.rasyid.net/2007/11/22/learning-htaccess-101-way/</link>
		<comments>http://www.rasyid.net/2007/11/22/learning-htaccess-101-way/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 12:57:20 +0000</pubDate>
		<dc:creator>alamster</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[.htpaswd]]></category>

		<guid isPermaLink="false">http://www.rasyid.net/2007/11/22/learning-htaccess-101-way/</guid>
		<description><![CDATA[My friend got suprised when he see login page on phpmyadmin. It&#8217;s not usual form for login as he used to login for. Well, another postfixadmin admin page also show login page. He ask&#160; me to list all tutorial around .htaccess to show for his learning study. Like I did in Cisco Lab Topology, Cisco [...]]]></description>
			<content:encoded><![CDATA[<p>My friend got suprised when he see login page on phpmyadmin. It&#8217;s not usual form for login as he used to login for.</p>
<p>Well, another postfixadmin admin page also show login page. He ask&nbsp; me to list all tutorial around .htaccess to show for his learning study.</p>
<p>Like I did in <strong><a target="_blank" href="http://www.rasyid.net/2007/05/31/lab-topology-for-your-ccna-ccnp-ccie-or-just-playing-around/">Cisco Lab Topology</a></strong>, <strong><a target="_blank" href="http://www.rasyid.net/2007/05/27/101-resource-for-self-learning-cisco/">Cisco Resources</a></strong> or <strong><a target="_blank" href="http://www.rasyid.net/2007/11/18/101-freebsd-ipfw-resources/">Ipfw Resources</a></strong> , I think I search google too for existing tutorial, Learning On Demand rules <img src='http://www.rasyid.net/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Learning .htaccess : 101 way" class='wp-smiley' title="icon smile photo" /> </p>
<p>Here&#8217;s what I found so far :</p>
<ol>
<li><strong><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fcorz.org%2Fserv%2Ftricks%2Fhtaccess.php&sref=rss" target="_blank" rel="external nofollow">.htaccess Tips and Tricks&nbsp; part I</a></strong>,&nbsp;<span class="fullpost"> creating this hidden file in the root folder (or any sub folder) of your website, it is possible to set/unset almost all the server directives that can be set in the apache main configuration file. And these changes will take effect only for the root folder in which you created the file and its sub folders. Thus .htaccess file plays an important role in providing fine-grained control to an individual managing a website without giving blanket control of the web server.</span></li>
<li><strong><a target="_blank" href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fcorz.org%2Fserv%2Ftricks%2Fhtaccess2.php&sref=rss" rel="external nofollow">.htaccess Tips and Tricks&nbsp; part II</a></strong>, the arcane mysteries of URL rewriting.</li>
<li><strong><a target="_blank" href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fcorz.org%2Fmachine%2Fsource%2Fphp%2Fsecurity%2Fhot-link-test.php&sref=rss" rel="external nofollow">Hotlink test for image</a></strong>, find out if your .htaccess protect your images.</li>
<li><strong><a target="_blank" href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.linuxhelp.net%2Fguides%2Fhtaccess%2F&sref=rss" rel="external nofollow">Setting Up .htaccess</a></strong>, htaccess can be used in co-ordination with the Apache web server to password protect certain files and directories on your web server.</li>
<li><strong><a target="_blank" href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.southeasttelephone.com%2Ftools%2FhtAccessor%2Fhtaccessor.php&sref=rss" rel="external nofollow">.htaccess file generator</a></strong>, create .htaccess file online.</li>
<li><strong><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.wikihow.com%2FConfigure-Your-Website-Using-Htaccess-in-Linux-with-Apache&sref=rss" target="_blank" rel="external nofollow">How to Configure Your Website Using Htaccess in Linux with Apache</a></strong>, .htaccess files (or &quot;distributed configuration files&quot;) provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a particular document directory, and the directives apply to that directory, and all subdirectories thereof.</li>
<li><strong><a target="_blank" href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fgentoo-wiki.com%2FHOWTO_php.ini_overrides_w%2F_.htaccess&sref=rss" rel="external nofollow">HOWTO php.ini overrides with .htaccess</a></strong>, <br />
    in smaller environments where there are only a few developers and a single product there is seldom a need for different values of a php.ini setting. however, depending on how esoteric some of the developers in your group are, or how many projects you have going simultaneously, or how many devs you have working on the same box or you have production and development running on the same box or whatever; you may at some point find a need to have different values for certain php.ini settings for different environments hosted on a single server. the good news is, if youre running apache, php has integrated support for this need.<br />
    .htaccess overrides are especially attractive in shared hosting environments where there is a high likelihood different clients will want different settings for php.ini directives.</li>
<li><strong><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.howtoforge.com%2Fhtaccess_authentication&sref=rss" target="_blank" rel="external nofollow">&nbsp;.htaccess Based Authentication On Subdirectories</a></strong>.</li>
</ol>
<p>&nbsp;</p>
<p>last update :&nbsp; November 22 2007</p>
<hr/>Copyright &copy; 2012 <strong><a href="http://www.rasyid.net">Learning On Demand</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact alamster@gmail.com so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fblog.taragana.com%2Findex.php%2Farchive%2Fwordpress-plugins-provided-by-taraganacom%2F&sref=rss" rel="external nofollow">Plugin</a> by <a href="http://redirectingat.com?id=23616X850408&xs=1&url=http%3A%2F%2Fwww.taragana.com%2F&sref=rss" rel="external nofollow">Taragana</a></span><p><a href="http://redirectingat.com?id=23616X850408&xs=1&url=https%3A%2F%2Fplus.google.com%2F111076104099093236158%3Frel%3Dauthor&sref=rss" rel="author"><img src="http://www.google.com/images/icons/ui/gprofile_button-16.png" title="gprofile button 16 photo" alt="gprofile button 16 Learning .htaccess : 101 way" /></a></p><ul><li>learn htaccess</li><li>htaccess 101</li><li>learning htaccess</li><li>htaccess handbook</li><li>htaccess learning</li></ul>
<div class="skimlinks-disclosure-button"><p><script class="skimlinks_ref_script" type="text/javascript" src="http://static.skimlinks.com/api/ref.js?p=23616&amp;d=850408&amp;t=1"></script></p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rasyid.net/2007/11/22/learning-htaccess-101-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

