RTP/RTCP in Apache.

2004-02-11 Thread GEORGE JOSEPH
Hi all, Is the Apache server capable of Providing Streaming Media with RTP/RTCP or RTSP.Should I put up a different server for the RTP/RTCP.Or can it be used in some way to put up the stream for Video/Audio. Thanks, George. __ Do you Yahoo!? Yahoo! Finance:

Re: mod_ldap/util_ldap Issues...

2004-02-11 Thread Matthieu Estrade
Hi, About ldap cache + shm: I tested all these patch on linux and it was working well, seems it work well too on FreeBSD. I heard problem on solaris (PR #18756) but i am not sure these bugs are from ldap cache, but more from the changes done with ldap lib and TLS. Considering the module is

apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread UHISWdev UHISWdev
Apache 2.0.48 - mod_userdir won't serve from an nfs mount on Linux kernel 2.4.21-166-smp4G Apache 1.3.x works fine but nothing comes out of Apache 2. On the previous kernel it would serve files 255 bytes but now it doesn't serve anything. The command to do the mounts: ncpmount -S server -A

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread Joe Orton
On Wed, Feb 11, 2004 at 10:39:08AM +, UHISWdev UHISWdev wrote: Apache 2.0.48 - mod_userdir won't serve from an nfs mount on Linux kernel 2.4.21-166-smp4G Apache 1.3.x works fine but nothing comes out of Apache 2. On the previous kernel it would serve files 255 bytes but now it doesn't

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread UHISWdev UHISWdev
Thanks to all kind folks who replied - that worked a treat! Does anyone know why sendfile would fail over ncpfs? It would be nice if Novell (having bought Suse) provided a stable method of mounting a netware box over IP. cheers anyway, Alistair Joe Orton [EMAIL PROTECTED] 02/11/04 13:09 PM On

Re: RTP/RTCP in Apache.

2004-02-11 Thread Bill Stoddard
GEORGE JOSEPH wrote: Hi all, Is the Apache server capable of Providing Streaming Media with RTP/RTCP or RTSP.Should I put up a different server for the RTP/RTCP.Or can it be used in some way to put up the stream for Video/Audio. Thanks, George. Try it (but be prepared for a fallback plan). I

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread Brian Akins
UHISWdev UHISWdev wrote: Thanks to all kind folks who replied - that worked a treat! Does anyone know why sendfile would fail over ncpfs? Sendfile does not work on anything but local storage. -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread UHISWdev UHISWdev
hmm.. interesting. Thanks Brian but what do you class as local? We mounted another linux machine directly into the apache tree with no probs. The problems only appear when you use ncpmount to mount a netware machine. Unix to Unix seems fine. Unix to netware doesn't work if sendfile support is

Re: mod_ldap/util_ldap Issues...

2004-02-11 Thread Jess Holle
Matthieu Estrade wrote: Hi, About ldap cache + shm: I tested all these patch on linux and it was working well, seems it work well too on FreeBSD. I heard problem on solaris (PR #18756) but i am not sure these bugs are from ldap cache, but more from the changes done with ldap lib and TLS. The

Re: apache 2.0.48 mod_userdir over nfs mount

2004-02-11 Thread Joe Orton
On Wed, Feb 11, 2004 at 02:35:07PM +, UHISWdev UHISWdev wrote: hmm.. interesting. Thanks Brian but what do you class as local? We mounted another linux machine directly into the apache tree with no probs. The problems only appear when you use ncpmount to mount a netware machine. Unix to

SetEnv and other modules

2004-02-11 Thread Brian Akins
Any reason Apache does not allow this: SetEnv ORIGIN 1234 RewriteRule /this.html http://that.domain.com/this.html?origin=${ENV:ORIGIN} [R,L] The environment variable from setenv is not seen by other variables. Should it be? Is this on purpose? I'm just wondering if I need to hack up my own

Re: SetEnv and other modules

2004-02-11 Thread Geoffrey Young
Brian Akins wrote: Any reason Apache does not allow this: SetEnv ORIGIN 1234 SetEnv doesn't really set the environment by itself. by itself, it sticks ORIGIN in the subprocess_env table during fixups. later modules (like mod_cgi) make calls during content-generation to propagate the

[STATUS] (apache-1.3) Wed Feb 11 23:45:07 EST 2004

2004-02-11 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2004/01/28 21:22:20 $] Release: 1.3.30-dev: In development 1.3.29: Tagged October 24, 2003. Announced Oct 29, 2003. 1.3.28: Tagged July 16, 2003. Announced ?? 1.3.27: Tagged

[STATUS] (httpd-2.0) Wed Feb 11 23:45:12 EST 2004

2004-02-11 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2004/02/11 18:07:45 $] Release: 2.0.49 : in development 2.0.48 : released October 29, 2003 as GA. 2.0.47 : released July 09, 2003 as GA. 2.0.46 : released May 28, 2003 as GA.

[STATUS] (httpd-2.1) Wed Feb 11 23:45:16 EST 2004

2004-02-11 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2004/01/04 15:08:00 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related

[Patch] ap_soak_end_container and argument-less Block directives

2004-02-11 Thread Philippe M. Chiasson
As can be seen with this simple config file: IfDefine not-defined Location /Location /IfDefine $ httpd -f broken.conf Syntax error on line 1 of broken.conf: Expected /Location but saw /Location It's only a problem with Blocks without argument, i.e. Perl blocks in mod_perl land. It's a bug

Re: [Patch] ap_soak_end_container and argument-less Block directives

2004-02-11 Thread Geoffrey Young
Philippe M. Chiasson wrote: As can be seen with this simple config file: IfDefine not-defined Location /Location /IfDefine $ httpd -f broken.conf Syntax error on line 1 of broken.conf: Expected /Location but saw /Location Location with no arguments is a bug in and of itself and