<?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>ItHowTo.ro &#187; apache</title>
	<atom:link href="http://www.ithowto.ro/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ithowto.ro</link>
	<description>Blogging about IT Stuff by ESSERIO</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Apache not reading .htaccess</title>
		<link>http://www.ithowto.ro/2009/06/apache-not-reading-htacces/</link>
		<comments>http://www.ithowto.ro/2009/06/apache-not-reading-htacces/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 10:01:48 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[linux administration]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=105</guid>
		<description><![CDATA[I had this problem on a client&#8217;s server. Apache was not reading the .htaccess files thus mor_rewrite was not working. After i did a few searches i found out that the Directory settings in the apache configuration hat AllowOverride None as directive instead of AllowOverride All. I made the change, restardet apache and all went [...]]]></description>
			<content:encoded><![CDATA[<p>I had this problem on a client&#8217;s server. Apache was not reading the .htaccess files thus mor_rewrite was not working. After i did a few searches i found out that the Directory settings in the apache configuration hat AllowOverride None as directive instead of AllowOverride All.</p>
<p>I made the change, restardet apache and all went as it should.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/06/apache-not-reading-htacces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install Adobe Flash Media Server 3.5 with default apache2 from debian</title>
		<link>http://www.ithowto.ro/2009/03/howto-install-adobe-flash-media-server-35-with-default-apache2-from-debian/</link>
		<comments>http://www.ithowto.ro/2009/03/howto-install-adobe-flash-media-server-35-with-default-apache2-from-debian/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 15:24:16 +0000</pubDate>
		<dc:creator>gkoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adobe fms]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://www.ithowto.ro/?p=87</guid>
		<description><![CDATA[As you probably know Adobe Flash Media Server comes with it&#8217;s own apache2.2. Now this is ok but, as in my case, you might want to use Adobe FMS with the apache installation provided by your linux distro ( debian in my case ). Now there are several reasons to do this: you might feel [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">As you probably know Adobe Flash Media Server comes with it&#8217;s own apache2.2. Now this is ok but, as in my case, you might want to use Adobe FMS with the apache installation provided by your linux distro ( debian in my case ).</p>
<p style="text-align: left;">Now there are several reasons to do this: you might feel more confortable installing and setting up the apache from your linux distro, it&#8217;s a lot easier to install php support and other features in to the default provided apache using apt-get or yum. If you were to use FMS&#8217;s apache you had to install php by hand for example.</p>
<p style="text-align: left;">Setting up Adobe FMS with another apache is simple once you understand how things work. I&#8217;ll be very brief here ( if you want a more detailed explanation read here <a title="Adobe Flash Media Server 3.5" href="http://help.adobe.com/en_US/FlashMediaServer/3.5_TechOverview/WS5b3ccc516d4fbf351e63e3d119ed944a1a-7ffa.html" target="_blank">http://help.adobe.com/en_US/FlashMediaServer/3.5_TechOverview/WS5b3ccc516d4fbf351e63e3d119ed944a1a-7ffa.html</a> ).</p>
<p style="text-align: left;">When somebody wants to see a live broadcast or a video stream from your server it connects via http to your machine ( eg. http://www.example.com ) on port 80. He/she downloads a swf from your machine and the swf connects then to your machine on port 1935 ( the default RTMP port ) and creates a real time connection to your server.</p>
<p style="text-align: left;">Now when using a different Apache server, Adobe FMS should redirect incoming requests on port 80 to your own apache installation rather than it&#8217;s own. Because Adobe FMS listens on port 80 for HTTP and 1935 for RTMP your own apache has to listen to another port. In this case HTTP requests should proxied from port 80 to 8134 by  FMS.</p>
<p style="text-align: left;">Flash Media Server has the option to proxy http requests to another port / machine. If you have your apache on another machine you don&#8217;t need to change the default port for it. If the Apache resides on the same machine as the Adobe FMS you need to change the default port from 80 to 8134 like I explained before.</p>
<p style="text-align: left;">Enable proxy-ing in <strong>fms.ini -&gt; HTTPPROXY.HOST = :8134 </strong>( this proxy-ies incoming http requestso to the same machine on port 8134.)</p>
<p style="text-align: left;">Setup <strong>apache </strong>to listen on port <strong>8134</strong> and you&#8217;re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ithowto.ro/2009/03/howto-install-adobe-flash-media-server-35-with-default-apache2-from-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

