<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: mod_flvx</title>
	<atom:link href="http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/feed/" rel="self" type="application/rss+xml" />
	<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/</link>
	<description>more cloud power</description>
	<lastBuildDate>Tue, 09 Mar 2010 21:38:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tonnzor</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-2213</link>
		<dc:creator>Tonnzor</dc:creator>
		<pubDate>Mon, 21 Dec 2009 14:39:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-2213</guid>
		<description>How can this module combined with mod_xsendfile? I need to serve streamed FLV to logged in users only.

I tried to use both modules but only one of them seems working.</description>
		<content:encoded><![CDATA[<p>How can this module combined with mod_xsendfile? I need to serve streamed FLV to logged in users only.</p>
<p>I tried to use both modules but only one of them seems working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pronini</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-2198</link>
		<dc:creator>pronini</dc:creator>
		<pubDate>Wed, 02 Dec 2009 12:22:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-2198</guid>
		<description>Try apache22 with APR. In apache 1.3 APR is not installed. I mean devel/apr.</description>
		<content:encoded><![CDATA[<p>Try apache22 with APR. In apache 1.3 APR is not installed. I mean devel/apr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Вещание видео из apache : Шкурыгин Павел</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-2167</link>
		<dc:creator>Вещание видео из apache : Шкурыгин Павел</dc:creator>
		<pubDate>Mon, 05 Oct 2009 13:20:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-2167</guid>
		<description>[...]  фильмы по полтора часа&#8230;  К счастью  Paul Querna написал модуль для апатча   который выполняет обработку flv файлов.   [...]</description>
		<content:encoded><![CDATA[<p>[...]  фильмы по полтора часа&#8230;  К счастью  Paul Querna написал модуль для апатча   который выполняет обработку flv файлов.   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niles Ingalls</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-2157</link>
		<dc:creator>Niles Ingalls</dc:creator>
		<pubDate>Sun, 27 Sep 2009 16:42:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-2157</guid>
		<description>Glad I stumbled upon this.
Here&#039;s what worked for a mac pro server
apxs -L /usr/include/apr-1/ -c -Wc,&#039;-arch x86_64&#039; -Wl,&#039;-arch x86_64&#039; -i -a mod_flvx.c</description>
		<content:encoded><![CDATA[<p>Glad I stumbled upon this.<br />
Here&#8217;s what worked for a mac pro server<br />
apxs -L /usr/include/apr-1/ -c -Wc,&#8217;-arch x86_64&#8242; -Wl,&#8217;-arch x86_64&#8242; -i -a mod_flvx.c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Solomin</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-2045</link>
		<dc:creator>Alex Solomin</dc:creator>
		<pubDate>Tue, 14 Jul 2009 09:09:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-2045</guid>
		<description>I get the mod_flvx.c end type:
apxs -I /usr/local/include/apr-1/ -c -i ./mod_flvx.c (apr stay in /usr/local/include/apr-1/)

System write me:
cc -DLOGIN_CAP  -funsigned-char -O2 -fno-strict-aliasing -pipe -DDOCUMENT_LOCATION=&quot;/usr/local/www/data&quot; -DDEFAULT_PATH=&quot;/bin:/usr/bin:/usr/local/bin&quot; -DHARD_SERVER_LIMIT=512 -fpic -DSHARED_MODULE -I/usr/local/include/apache -I/usr/local/include/apr-1/  -c ./mod_flvx.c
./mod_flvx.c: In function &#039;drive_flvx&#039;:
./mod_flvx.c:81: warning: passing argument 4 of &#039;apr_stat&#039; from incompatible pointer type
./mod_flvx.c:90: warning: passing argument 5 of &#039;apr_file_open&#039; from incompatible pointer type
./mod_flvx.c:94: warning: passing argument 4 of &#039;ap_log_rerror&#039; makes pointer from integer without a cast
./mod_flvx.c:94: warning: passing argument 5 of &#039;ap_log_rerror&#039; from incompatible pointer type
./mod_flvx.c:110: error: &#039;conn_rec&#039; has no member named &#039;bucket_alloc&#039;
./mod_flvx.c:110: warning: passing argument 1 of &#039;apr_brigade_create&#039; from incompatible pointer type
./mod_flvx.c:116: warning: passing argument 4 of &#039;ap_log_rerror&#039; makes pointer from integer without a cast
./mod_flvx.c:116: warning: passing argument 5 of &#039;ap_log_rerror&#039; from incompatible pointer type
./mod_flvx.c:121: warning: passing argument 5 of &#039;apr_brigade_insert_file&#039; from incompatible pointer type
./mod_flvx.c:129: error: &#039;struct stat&#039; has no member named &#039;mtime&#039;
./mod_flvx.c:132: error: &#039;request_rec&#039; has no member named &#039;output_filters&#039;
./mod_flvx.c: In function &#039;flvx_handler&#039;:
./mod_flvx.c:142: error: &#039;AP_METHOD_BIT&#039; undeclared (first use in this function)
./mod_flvx.c:142: error: (Each undeclared identifier is reported only once
./mod_flvx.c:142: error: for each function it appears in.)
./mod_flvx.c: In function &#039;register_hooks&#039;:
./mod_flvx.c:157: error: &#039;APR_HOOK_MIDDLE&#039; undeclared (first use in this function)
./mod_flvx.c: At top level:
./mod_flvx.c:160: error: expected &#039;=&#039;, &#039;,&#039;, &#039;;&#039;, &#039;asm&#039; or &#039;__attribute__&#039; before &#039;flvx_module&#039;
apxs:Break: Command failed with rc=1

OS freeBSD 7.0, Apache 1.3.41

For Example, in header files *.h i can not find define AP_METHOD_BIT

Can you help me?</description>
		<content:encoded><![CDATA[<p>I get the mod_flvx.c end type:<br />
apxs -I /usr/local/include/apr-1/ -c -i ./mod_flvx.c (apr stay in /usr/local/include/apr-1/)</p>
<p>System write me:<br />
cc -DLOGIN_CAP  -funsigned-char -O2 -fno-strict-aliasing -pipe -DDOCUMENT_LOCATION=&#8221;/usr/local/www/data&#8221; -DDEFAULT_PATH=&#8221;/bin:/usr/bin:/usr/local/bin&#8221; -DHARD_SERVER_LIMIT=512 -fpic -DSHARED_MODULE -I/usr/local/include/apache -I/usr/local/include/apr-1/  -c ./mod_flvx.c<br />
./mod_flvx.c: In function &#8216;drive_flvx&#8217;:<br />
./mod_flvx.c:81: warning: passing argument 4 of &#8216;apr_stat&#8217; from incompatible pointer type<br />
./mod_flvx.c:90: warning: passing argument 5 of &#8216;apr_file_open&#8217; from incompatible pointer type<br />
./mod_flvx.c:94: warning: passing argument 4 of &#8216;ap_log_rerror&#8217; makes pointer from integer without a cast<br />
./mod_flvx.c:94: warning: passing argument 5 of &#8216;ap_log_rerror&#8217; from incompatible pointer type<br />
./mod_flvx.c:110: error: &#8216;conn_rec&#8217; has no member named &#8216;bucket_alloc&#8217;<br />
./mod_flvx.c:110: warning: passing argument 1 of &#8216;apr_brigade_create&#8217; from incompatible pointer type<br />
./mod_flvx.c:116: warning: passing argument 4 of &#8216;ap_log_rerror&#8217; makes pointer from integer without a cast<br />
./mod_flvx.c:116: warning: passing argument 5 of &#8216;ap_log_rerror&#8217; from incompatible pointer type<br />
./mod_flvx.c:121: warning: passing argument 5 of &#8216;apr_brigade_insert_file&#8217; from incompatible pointer type<br />
./mod_flvx.c:129: error: &#8217;struct stat&#8217; has no member named &#8216;mtime&#8217;<br />
./mod_flvx.c:132: error: &#8216;request_rec&#8217; has no member named &#8216;output_filters&#8217;<br />
./mod_flvx.c: In function &#8216;flvx_handler&#8217;:<br />
./mod_flvx.c:142: error: &#8216;AP_METHOD_BIT&#8217; undeclared (first use in this function)<br />
./mod_flvx.c:142: error: (Each undeclared identifier is reported only once<br />
./mod_flvx.c:142: error: for each function it appears in.)<br />
./mod_flvx.c: In function &#8216;register_hooks&#8217;:<br />
./mod_flvx.c:157: error: &#8216;APR_HOOK_MIDDLE&#8217; undeclared (first use in this function)<br />
./mod_flvx.c: At top level:<br />
./mod_flvx.c:160: error: expected &#8216;=&#8217;, &#8216;,&#8217;, &#8216;;&#8217;, &#8216;asm&#8217; or &#8216;__attribute__&#8217; before &#8216;flvx_module&#8217;<br />
apxs:Break: Command failed with rc=1</p>
<p>OS freeBSD 7.0, Apache 1.3.41</p>
<p>For Example, in header files *.h i can not find define AP_METHOD_BIT</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1876</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 11 Mar 2009 16:35:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-1876</guid>
		<description>Running into this same error:
Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_flvx.so into server: /usr/local/libexec/apache2/mod_flvx.so: Undefined symbol “apr_brigade_insert_file”

I would love to try this alternative:
Using httpd 2.0.54, you would have to patch your apr-util to get the new apr_brigade_insert_file.

But does anyone have step-by-step instructions on how to do this?

Or better yet is there a mod_flvx alternative for Apache 2.0.*?</description>
		<content:encoded><![CDATA[<p>Running into this same error:<br />
Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf:<br />
Cannot load /usr/local/libexec/apache2/mod_flvx.so into server: /usr/local/libexec/apache2/mod_flvx.so: Undefined symbol “apr_brigade_insert_file”</p>
<p>I would love to try this alternative:<br />
Using httpd 2.0.54, you would have to patch your apr-util to get the new apr_brigade_insert_file.</p>
<p>But does anyone have step-by-step instructions on how to do this?</p>
<p>Or better yet is there a mod_flvx alternative for Apache 2.0.*?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spider</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1873</link>
		<dc:creator>Spider</dc:creator>
		<pubDate>Tue, 03 Mar 2009 15:36:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-1873</guid>
		<description>Hi Paul, 
Thanks for the article &amp; module.

Is there a way to test whether mod_flvx.so is working properly?  It is loaded according to phpinfo, but I can&#039;t tell whether the .flv files I&#039;m accessing on my server are being dowloaded or streamed.</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
Thanks for the article &amp; module.</p>
<p>Is there a way to test whether mod_flvx.so is working properly?  It is loaded according to phpinfo, but I can&#8217;t tell whether the .flv files I&#8217;m accessing on my server are being dowloaded or streamed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1830</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Tue, 06 Jan 2009 05:07:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-1830</guid>
		<description>I tried mod_flvx.so on Apache 2.2.9 and FLV-Scrubber 3.10. I added a LoadModule line to my httpd.conf to load the given mod_flvx.so (did not compile locally, but downloaded directly from site). I also added the AddHandler directive as indicated in the wiki instructions. But my Apache web server fails to start. Any ideas?

If I remove the LoadModule line, the web server starts successfully. Video plays fine. But I still cannot seek to a point in the video.

Thanks in advance for the help.</description>
		<content:encoded><![CDATA[<p>I tried mod_flvx.so on Apache 2.2.9 and FLV-Scrubber 3.10. I added a LoadModule line to my httpd.conf to load the given mod_flvx.so (did not compile locally, but downloaded directly from site). I also added the AddHandler directive as indicated in the wiki instructions. But my Apache web server fails to start. Any ideas?</p>
<p>If I remove the LoadModule line, the web server starts successfully. Video plays fine. But I still cannot seek to a point in the video.</p>
<p>Thanks in advance for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1777</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Fri, 05 Dec 2008 16:26:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-1777</guid>
		<description>there is a drupal module for that?</description>
		<content:encoded><![CDATA[<p>there is a drupal module for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: virtualscribe</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1391</link>
		<dc:creator>virtualscribe</dc:creator>
		<pubDate>Fri, 18 Jan 2008 02:37:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-1391</guid>
		<description>Paul,

I think it&#039;s so cool that you&#039;re using apache server to do seeking instead of putting the load on php instances.

But I can&#039;t follow how to seek to a spot in the flash media file.

In php streaming using xmoov.php to  scrub to a different spot the way to  get stuff done is call the php document, then use GET parameters to tack on the filename, position, and other builtin functions.

ns.play (_phpURL + &quot;?file=&quot; + _vidName + &quot;&amp;position=&quot; + positions[i] + &quot;&amp;bw=&quot; + bandwidth);

Here in your method you call the file using the following parameters visible in html:

http://HOST/FLVScrubber2/FLVScrubber2.swf?file=http://HOST/FILE.flv&amp;bufferTime=3&amp;startAt=0&amp;autoStart=false

So if I wanted to have to seek using the apache server mod, should I have my fla document use the GET method to the server and say something like:

ns.play(&quot;http://FLVScrubber2.swf?file=&quot;+myFile.flv+ &quot;&amp;startAt=&quot; positionOfDesiredSeek[i]);

So is the startAt function finding the nearest file position to seek using your apache mod?  Or do we need to write something more in our actionscript to tell apache the closest filepostion we would like to seek?  Because the issue   for a while with php seeking was that unless you had an exact file position, flash took some time before it got to your spot.  So someone built in some slick functions in php to do their file seeking.

I&#039;m trying to understand what your mod is doing so that I can build some cool functionality on the scrubber bar, on the draggable triangle, and create some movieclips which act as markers during longer play of media.

Thanks</description>
		<content:encoded><![CDATA[<p>Paul,</p>
<p>I think it&#8217;s so cool that you&#8217;re using apache server to do seeking instead of putting the load on php instances.</p>
<p>But I can&#8217;t follow how to seek to a spot in the flash media file.</p>
<p>In php streaming using xmoov.php to  scrub to a different spot the way to  get stuff done is call the php document, then use GET parameters to tack on the filename, position, and other builtin functions.</p>
<p>ns.play (_phpURL + &#8220;?file=&#8221; + _vidName + &#8220;&amp;position=&#8221; + positions[i] + &#8220;&amp;bw=&#8221; + bandwidth);</p>
<p>Here in your method you call the file using the following parameters visible in html:</p>
<p><a href="http://HOST/FLVScrubber2/FLVScrubber2.swf?file=http://HOST/FILE.flv&amp;bufferTime=3&amp;startAt=0&amp;autoStart=false" rel="nofollow">http://HOST/FLVScrubber2/FLVScrubber2.swf?file=http://HOST/FILE.flv&amp;bufferTime=3&amp;startAt=0&amp;autoStart=false</a></p>
<p>So if I wanted to have to seek using the apache server mod, should I have my fla document use the GET method to the server and say something like:</p>
<p>ns.play(&#8220;http://FLVScrubber2.swf?file=&#8221;+myFile.flv+ &#8220;&amp;startAt=&#8221; positionOfDesiredSeek[i]);</p>
<p>So is the startAt function finding the nearest file position to seek using your apache mod?  Or do we need to write something more in our actionscript to tell apache the closest filepostion we would like to seek?  Because the issue   for a while with php seeking was that unless you had an exact file position, flash took some time before it got to your spot.  So someone built in some slick functions in php to do their file seeking.</p>
<p>I&#8217;m trying to understand what your mod is doing so that I can build some cool functionality on the scrubber bar, on the draggable triangle, and create some movieclips which act as markers during longer play of media.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chip</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1233</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Fri, 23 Nov 2007 21:20:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-1233</guid>
		<description>If you use httpd 2.2, this isn&#039;t a problem.

Using httpd 2.0.54, you would have to patch your apr-util to get the new apr_brigade_insert_file.</description>
		<content:encoded><![CDATA[<p>If you use httpd 2.2, this isn&#8217;t a problem.</p>
<p>Using httpd 2.0.54, you would have to patch your apr-util to get the new apr_brigade_insert_file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1232</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 23 Nov 2007 12:39:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-1232</guid>
		<description>I&#039;m getting the same error as nesq:
[root@test1 conf]# /opt/apache2/bin/apachectl -t
Syntax error on line 227 of /opt/apache2/conf/httpd.conf:
Cannot load /opt/apache2/modules/mod_flvx.so into server: /opt/apache2/modules/mod_flvx.so: undefined symbol: apr_brigade_insert_file

Running Apache/2.0.54

Anyone got any ideas how to fix this?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error as nesq:<br />
[root@test1 conf]# /opt/apache2/bin/apachectl -t<br />
Syntax error on line 227 of /opt/apache2/conf/httpd.conf:<br />
Cannot load /opt/apache2/modules/mod_flvx.so into server: /opt/apache2/modules/mod_flvx.so: undefined symbol: apr_brigade_insert_file</p>
<p>Running Apache/2.0.54</p>
<p>Anyone got any ideas how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nesq</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-1211</link>
		<dc:creator>nesq</dc:creator>
		<pubDate>Fri, 09 Nov 2007 23:26:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-1211</guid>
		<description>Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_flvx.so into server: /usr/local/libexec/apache2/mod_flvx.so: Undefined symbol &quot;apr_brigade_insert_file&quot;</description>
		<content:encoded><![CDATA[<p>Syntax error on line 277 of /usr/local/etc/apache2/httpd.conf:<br />
Cannot load /usr/local/libexec/apache2/mod_flvx.so into server: /usr/local/libexec/apache2/mod_flvx.so: Undefined symbol &#8220;apr_brigade_insert_file&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhani</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-879</link>
		<dc:creator>dhani</dc:creator>
		<pubDate>Mon, 08 Oct 2007 19:16:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-879</guid>
		<description>it doesn&#039;t work.

I&#039;ve compile and add the directive to the httpd.conf.

but when I open the flv url on the browser, it ask to download instead.

Apache/2.2.6</description>
		<content:encoded><![CDATA[<p>it doesn&#8217;t work.</p>
<p>I&#8217;ve compile and add the directive to the httpd.conf.</p>
<p>but when I open the flv url on the browser, it ask to download instead.</p>
<p>Apache/2.2.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darix</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-115</link>
		<dc:creator>darix</dc:creator>
		<pubDate>Mon, 07 Aug 2006 09:19:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-115</guid>
		<description>&lt;a href=&#039;http://www.synd.info/downloads/releases/&#039; rel=&quot;nofollow&quot;&gt;http://www.synd.info/downloads/releases/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;

from my spec file:&lt;br /&gt;
Summary: Token-based authentication similar to mod_secdownload in LIGHTTPD.&lt;br /&gt;
description:
This module uses token based authentication to secure downloads and prevent
deep-linking.&lt;br /&gt;
&lt;br /&gt;
Have your PHP script or servlet generate the to authenticate the
download. Apache can then treat the download request like a normal file
transfer without having to pipe the file through a script in order to
add authentication.&lt;br /&gt;
&lt;br /&gt;
Authors:&lt;br /&gt;
---------&lt;br /&gt;
    Mikael Johansson (&lt;a href=&#039;http://www.synd.info&#039; rel=&quot;nofollow&quot;&gt;http://www.synd.info&lt;/a&gt;)

</description>
		<content:encoded><![CDATA[<p><a href='http://www.synd.info/downloads/releases/' rel="nofollow">http://www.synd.info/downloads/releases/</a></p>
<p>from my spec file:<br />
Summary: Token-based authentication similar to mod_secdownload in LIGHTTPD.<br />
description:<br />
This module uses token based authentication to secure downloads and prevent<br />
deep-linking.</p>
<p>Have your PHP script or servlet generate the to authenticate the<br />
download. Apache can then treat the download request like a normal file<br />
transfer without having to pipe the file through a script in order to<br />
add authentication.</p>
<p>Authors:<br />
&#8212;&#8212;&#8212;<br />
    Mikael Johansson (<a href='http://www.synd.info' rel="nofollow">http://www.synd.info</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan@kneschke.de</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-114</link>
		<dc:creator>jan@kneschke.de</dc:creator>
		<pubDate>Mon, 07 Aug 2006 09:17:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-114</guid>
		<description>Looks like the second module that moves from lighty into apache world. first mod_sendfile and now this wonderful module. How about a port of mod_secdownload ? :)</description>
		<content:encoded><![CDATA[<p>Looks like the second module that moves from lighty into apache world. first mod_sendfile and now this wonderful module. How about a port of mod_secdownload ? <img src='http://journal.paul.querna.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: padonker@technoware.nl</title>
		<link>http://journal.paul.querna.org/articles/2006/07/11/mod_flvx/comment-page-1/#comment-107</link>
		<dc:creator>padonker@technoware.nl</dc:creator>
		<pubDate>Tue, 25 Jul 2006 18:17:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-107</guid>
		<description>Looks nice, but have absolutely NO idea how to make a mod from the source you so generously published ;)
Can you put a pre-cooked mod online as well? Pls respond by email
tnx
Patrick</description>
		<content:encoded><![CDATA[<p>Looks nice, but have absolutely NO idea how to make a mod from the source you so generously published <img src='http://journal.paul.querna.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Can you put a pre-cooked mod online as well? Pls respond by email<br />
tnx<br />
Patrick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
