Hi Ted,
I have a bit of experience as I've just set up a system to stream mp4
video files, and other hinted media.
1. The best advice I can give is to use VLC media player as the client.
It is pretty good, and when included as a plug-in for Mozilla firefox,
it's pretty darn good. Check out http:/
Header set Cache-Control "must-revalidate, proxy-revalidate"
Header set Pragma "public"
or use mod_headers commands per content (read the mod_headers instructions
on apache.org)
On Fri, Dec 11, 2009 at 12:53 PM, ABAPGUY wrote:
> Hi Apache Experts,
> I wish to set 2 Cache statements for .swf
Hi Apache Experts,
I wish to set 2 Cache statements for .swf files (only) . I am rewriting using
mod_rewrite and have enabled mod_headers .
My 1st attempt did not work :
RewriteCond %{REQUEST_URI} \.(swf)$ [NC]
Header set Cache-Control "must-revalidate, proxy-revalidate"
Header set Pragma "publi
Sorry for the double post on this.. but I accidentally sent my response
in HTML...
It has more to do with the video file. I host streaming WMVs, and they
work just fine without having to completely stream. My system is Apache
2.something running on Windows XP. You don't need a special strea
On 10 Dec 2009, at 18:38, Andrew Huntwork wrote:
> I'm trying to use mod_filter (specifically mod_substitute) on non-200
> responses, specifically with a 404 response. After playing around for
> a while and assuming that i had screwed something up, i discovered
> that mod_filter specifically ski
Ted Byers wrote:
> I've been there, and was looking at it as a medium term option.
>
> I guess I have two followup questions for you.
>
> 1) Am I to understand, then, that your answer is that I can't do this
> with Apache's httpd server and I have to deploy Apple's open source
> streaming video
Hi Janos,
János Löbb wrote:
>
>
> On Dec 10, 2009, at 3:48 PM, André Warnier wrote:
>
>> Ted Byers wrote:
>>> Presently running Apache's httpd v 2.2.9 on Windows Server (and
>>> also on XP,
>>> but my tests in question were run on the server).
>>> I have attempted to get httpd video streami
János Löbb wrote:
On Dec 10, 2009, at 3:48 PM, André Warnier wrote:
Ted Byers wrote:
Presently running Apache's httpd v 2.2.9 on Windows Server (and also
on XP,
but my tests in question were run on the server).
I have attempted to get httpd video streaming working by making a wvx
file
point
On Thu, Dec 10, 2009 at 04:43:58PM -0500, Jeff Trawick wrote:
> On Thu, Dec 10, 2009 at 4:25 PM, Noah Sheppard wrote:
> > On Thu, Dec 10, 2009 at 04:01:19PM -0500, Jeff Trawick wrote:
> >> Do you have a doc (blog, webpage, anything) reference?
> >
> > Here is a doc on mod_fastcgi itself, particula
On Dec 10, 2009, at 3:48 PM, André Warnier wrote:
Ted Byers wrote:
Presently running Apache's httpd v 2.2.9 on Windows Server (and
also on XP,
but my tests in question were run on the server).
I have attempted to get httpd video streaming working by making a
wvx file
pointing at the video
On Thu, Dec 10, 2009 at 4:25 PM, Noah Sheppard wrote:
> On Thu, Dec 10, 2009 at 04:01:19PM -0500, Jeff Trawick wrote:
>> On Thu, Dec 10, 2009 at 2:57 PM, Noah Sheppard wrote:
>> > mod_fastcgi had a configuration option that would cause it to check
>> > the mtime of a script each time it was reque
On Thu, Dec 10, 2009 at 04:01:19PM -0500, Jeff Trawick wrote:
> On Thu, Dec 10, 2009 at 2:57 PM, Noah Sheppard wrote:
> > mod_fastcgi had a configuration option that would cause it to check
> > the mtime of a script each time it was requested, and restart that
> > script if it was already running
On Thu, Dec 10, 2009 at 2:57 PM, Noah Sheppard wrote:
> Hi all,
>
> I've set up mod_fcgid on two of my servers (one running gentoo, the
> other RHEL5). From what I can tell, the original mod_fastcgi had a
> configuration option that would cause it to check the mtime of a script
> each time it was
Ted Byers wrote:
Presently running Apache's httpd v 2.2.9 on Windows Server (and also on XP,
but my tests in question were run on the server).
I have attempted to get httpd video streaming working by making a wvx file
pointing at the video file I want to stream. When I then point my browser
at
Andrew Huntwork wrote:
the 404 content is coming from mod_proxy_http, so it's not under my control
Ok, I take it back. That sounds like a good reason..
On Thu, Dec 10, 2009 at 12:20 PM, André Warnier wrote:
Andrew Huntwork wrote:
I'm trying to use mod_filter (specifically mod_substitute
Hi all,
I've set up mod_fcgid on two of my servers (one running gentoo, the
other RHEL5). From what I can tell, the original mod_fastcgi had a
configuration option that would cause it to check the mtime of a script
each time it was requested, and restart that script if it was already
running and t
Presently running Apache's httpd v 2.2.9 on Windows Server (and also on XP,
but my tests in question were run on the server).
I have attempted to get httpd video streaming working by making a wvx file
pointing at the video file I want to stream. When I then point my browser
at it, the dialog ask
the 404 content is coming from mod_proxy_http, so it's not under my control
On Thu, Dec 10, 2009 at 12:20 PM, André Warnier wrote:
> Andrew Huntwork wrote:
>>
>> I'm trying to use mod_filter (specifically mod_substitute) on non-200
>> responses, specifically with a 404 response. After playing ar
Andrew Huntwork wrote:
I'm trying to use mod_filter (specifically mod_substitute) on non-200
responses, specifically with a 404 response. After playing around for
a while and assuming that i had screwed something up, i discovered
that mod_filter specifically skips non-200 responses [1]. Is ther
* [2009-11-17 17:42]:
> Because we are running productions, as stated on the Apache site in
> BOLD letters, mod_ajp is not for production use.
[ me asking about mod_ajp (or rather mod_proxy_ajp) and the exact URL
where this is stated, so we can eventually get it corrected ]
* [2009-12-10 19:0
I'm trying to use mod_filter (specifically mod_substitute) on non-200
responses, specifically with a 404 response. After playing around for
a while and assuming that i had screwed something up, i discovered
that mod_filter specifically skips non-200 responses [1]. Is there an
important reason for
Dear Group
I'm trying to write a small perl script that supports Range requests
for partial file downloads using apache2.
If I INCORRECTLY leave off the 206 Partial Content header, I get back
what looks like a correct response (albeit with the wrong status code,
200 inserted for me). I get the cor
http://wiki.apache.org/tomcat/FAQ/Connectors
CHUCK PAYNE | Unix System Administrator
TRAVEL CHANNEL MEDIA
3700 Mansell Rd, Suite 500
Alpharetta, GA 30022
Office: 404-269-5533
Blackberry: 770-940-7765
email:chuck.pa...@travelchannel.com
CATCH IT | travelchannel.com
Need IT help? Go to http:/
* chuck.pa...@travelchannel.com [2009-12-10
18:33]:
> Just trying to rule out any issues we are having with Red Hat 5.2
> and Apache 2.2.3 ( httpd-2.2.3-31.el5_4.2). Does anyone know of any
> bug or issues using that version Apache and Mod_Proxy_AJP? We are
> having issues, but we are trying to s
Guys,
Just trying to rule out any issues we are having with Red Hat 5.2 and Apache
2.2.3 ( httpd-2.2.3-31.el5_4.2). Does anyone know of any bug or issues using
that version Apache and Mod_Proxy_AJP? We are having issues, but we are trying
to see if the version of Apache we are using.
CHUCK PA
25 matches
Mail list logo