RE: [us...@httpd] http video streaming

2009-12-10 Thread Robert Mattson
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:/

Re: [us...@httpd] mod_rewrite + mod_headers :How to set Cache instructions for Rewritten .swf content only ?

2009-12-10 Thread Igor Cicimov
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

[us...@httpd] mod_rewrite + mod_headers :How to set Cache instructions for Rewritten .swf content only ?

2009-12-10 Thread ABAPGUY
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

Re: [us...@httpd] http video streaming

2009-12-10 Thread Joseph M. Morgan
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

Re: [us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread Nick Kew
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

RE: [us...@httpd] http video streaming

2009-12-10 Thread Kevin Miller
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

Re: [us...@httpd] http video streaming

2009-12-10 Thread Ted Byers
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

Re: [us...@httpd] http video streaming

2009-12-10 Thread André Warnier
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

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Noah Sheppard
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

Re: [us...@httpd] http video streaming

2009-12-10 Thread János Löbb
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

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Jeff Trawick
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

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Noah Sheppard
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

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Jeff Trawick
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

Re: [us...@httpd] http video streaming

2009-12-10 Thread André Warnier
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

Re: [us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread André Warnier
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

[us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Noah Sheppard
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

[us...@httpd] http video streaming

2009-12-10 Thread Ted Byers
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

Re: [us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread Andrew Huntwork
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

Re: [us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread André Warnier
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

Re: [us...@httpd] Question about Red Hat and Mod_Proxy_AJP

2009-12-10 Thread Peter Schober
* [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

[us...@httpd] using mod_filter on non-200 responses

2009-12-10 Thread Andrew Huntwork
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

[us...@httpd] 206 Partial Content, mod_perl, strange errors

2009-12-10 Thread roger . moffatt
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

RE: [us...@httpd] Question about Red Hat and Mod_Proxy_AJP

2009-12-10 Thread Chuck.Payne
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:/

Re: [us...@httpd] Question about Red Hat and Mod_Proxy_AJP

2009-12-10 Thread Peter Schober
* 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

[us...@httpd] Question about Red Hat and Mod_Proxy_AJP

2009-12-10 Thread Chuck.Payne
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