<?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>Tech.Bitez &#187; Apache</title>
	<atom:link href="http://www.mwasif.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mwasif.com</link>
	<description>Bits and pieces of linux, mysql, apache, php</description>
	<lastBuildDate>Sat, 14 Jan 2012 08:22:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting a php.ini directive in .htaccess to apply only to one .php file</title>
		<link>http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/</link>
		<comments>http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 11:17:22 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Files directive]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[upload_max_filesize]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=159</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/' addthis:title='Setting a php.ini directive in .htaccess to apply only to one .php file '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Yesterday I needed to increase the value of upload_max_filesize for a site's admin script/page while other pages of the size didn't require that. It is really easy to do it by using Apache's Files directive in .htaccess for a specific file with the below code. &#60;Files my.php&#62; php_value upload_max_filesize 10M &#60;/Files&#62;]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/159/setting-a-php-ini-directive-in-htaccess-to-apply-only-to-one-php-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove PHPSESSID from URL?</title>
		<link>http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/</link>
		<comments>http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 20:51:16 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[disable PHPSESSID]]></category>
		<category><![CDATA[PHPSESSID]]></category>
		<category><![CDATA[remove PHPSESSID]]></category>
		<category><![CDATA[use_trans_sid]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/?p=73</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/' addthis:title='How to remove PHPSESSID from URL? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>You can remove PHPSESSID from URL by changing session.use_trans_sid value in php.ini, .htaccess (Apache) or in PHP code. In php.ini set the value of session.use_trans_sid to 0 session.use_trans_sid = 0 In .htaccess php_value session.use_trans_sid 0 In PHP code set the use_trans_sid value to false like below ini_set&#40;'session.use_trans_sid', false&#41;;]]></description>
		<wfw:commentRss>http://www.mwasif.com/2011/73/how-to-remove-phpsessid-from-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>child pid 2299 exit signal File size limit exceeded (25)</title>
		<link>http://www.mwasif.com/2008/9/signal-file-size-limit-exceeded/</link>
		<comments>http://www.mwasif.com/2008/9/signal-file-size-limit-exceeded/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 15:30:44 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/2008/9/child-pid-2299-exit-signal-file-size-limit-exceeded-25/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.mwasif.com/2008/9/signal-file-size-limit-exceeded/' addthis:title='child pid 2299 exit signal File size limit exceeded (25) '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Apache does not work properly when there is large log (2GB) file(s).]]></description>
		<wfw:commentRss>http://www.mwasif.com/2008/9/signal-file-size-limit-exceeded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing file upload limit in PHP</title>
		<link>http://www.mwasif.com/2008/8/increasing-file-upload-limit-in-php/</link>
		<comments>http://www.mwasif.com/2008/8/increasing-file-upload-limit-in-php/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 19:10:40 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[increase upload limit]]></category>
		<category><![CDATA[max_input_time]]></category>
		<category><![CDATA[memory_limit]]></category>
		<category><![CDATA[post_max_size]]></category>
		<category><![CDATA[set_time_limit]]></category>
		<category><![CDATA[upload limit php]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/2008/8/increasing-file-upload-limit-in-php/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.mwasif.com/2008/8/increasing-file-upload-limit-in-php/' addthis:title='Increasing file upload limit in PHP '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Increasing file upload limit in PHP, Apache (php.ini and .htaccess).]]></description>
		<wfw:commentRss>http://www.mwasif.com/2008/8/increasing-file-upload-limit-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable register globals</title>
		<link>http://www.mwasif.com/2007/3/enable-register-globals/</link>
		<comments>http://www.mwasif.com/2007/3/enable-register-globals/#comments</comments>
		<pubDate>Sat, 16 Jun 2007 13:49:23 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[register globals]]></category>
		<category><![CDATA[register globals php]]></category>

		<guid isPermaLink="false">http://www.mwasif.com/2007/3/enable-register-globals/</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.mwasif.com/2007/3/enable-register-globals/' addthis:title='Enable register globals '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>You can enable register globals in many ways including php.ini, .htaccess and using PHP code even on shared host.]]></description>
		<wfw:commentRss>http://www.mwasif.com/2007/3/enable-register-globals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable mod_rewrite in Apache 1.3+WinXP</title>
		<link>http://www.mwasif.com/2007/1/enable-mod_rewrite-in-apache-13winxp/</link>
		<comments>http://www.mwasif.com/2007/1/enable-mod_rewrite-in-apache-13winxp/#comments</comments>
		<pubDate>Mon, 28 May 2007 11:58:51 +0000</pubDate>
		<dc:creator>Wasif</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache mod_rewrite]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[search engine friendly urls]]></category>
		<category><![CDATA[SEO URLs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.mwasif.com/2007/1/enable-mod_rewrite-in-apache-13winxp/' addthis:title='enable mod_rewrite in Apache 1.3+WinXP '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Easy steps to enable Apache mod_rewrite for Search Engine Friendly URLs with mod_rewrite]]></description>
		<wfw:commentRss>http://www.mwasif.com/2007/1/enable-mod_rewrite-in-apache-13winxp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

