Re: [us...@httpd] Which latest version of apache Httpd server support video streaming

2009-12-08 Thread KiranParmar
Eric Covener wrote: On Mon, Dec 7, 2009 at 9:33 AM, KiranParmar kiran.it.2...@gmail.com wrote: Hi, I want to use apache httpd as Web server to use video streaming server in IPhone Application. So It is possible video streaming with Apache httpd web server ? Try it and see, or find

[us...@httpd] rotatelogs + weekend cronjobs

2009-12-08 Thread David Richards
Hi, I have a issue which I would like to solve as it would mean I wouldnt have to login on the weekends. This is the command I am using pretty much across all my vhosts. CustomLog |/usr/sbin/rotatelogs /var/log/httpd/nameofwebsite.access.log.%Y-%m-%d-%H_%M_%S 5M combined The only issue

Re: [us...@httpd] Which latest version of apache Httpd server support video streaming

2009-12-08 Thread KiranParmar
I want to use Apache Httpd as Web server + Video Streaning server in my embedded application. The video streaming server is same as www.youtube.com video streaming server. Que 1) So this is possible with httpd-2.0.54.tar.gz version? or I have to add some Add-on feature (module) to it?

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-08 Thread Francis GALIEGUE
On Fri, Dec 4, 2009 at 14:39, Eric Covener cove...@gmail.com wrote: [...] I think Apache is simulating perls $, and I think it's on purpose.  Seems pretty unwise. That is definitely the case. If I file an issue on Apache's Bugzilla, will this be considered a bug? -- Francis Galiegue

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-08 Thread Eric Covener
On Tue, Dec 8, 2009 at 8:20 AM, Francis GALIEGUE f...@one2team.com wrote: On Fri, Dec 4, 2009 at 14:39, Eric Covener cove...@gmail.com wrote: [...] I think Apache is simulating perls $, and I think it's on purpose.  Seems pretty unwise. That is definitely the case. If I file an issue on

Re: [us...@httpd] Re: mod_cache caching cluster

2009-12-08 Thread Matthew Tice
On Mon, Dec 7, 2009 at 12:23 PM, Dan Poirier poir...@pobox.com wrote: Matthew Tice mjt...@gmail.com writes: I was digging around with mod_memcache - I really like the idea but 1) it doesn't look like it's actively developed, and 2) I can't seem to get the caching to do what I want. Yes,

Re: [us...@httpd] mod_cache caching cluster

2009-12-08 Thread Matthew Tice
On Mon, Dec 7, 2009 at 4:04 PM, Francis GALIEGUE f...@one2team.com wrote: On Mon, Dec 7, 2009 at 20:08, Matthew Tice mjt...@gmail.com wrote: Hello, I was wondering if anyone has run across a means consolidating or clustering their cache? Currently we have 20 nodes that only serve up

[us...@httpd] Compiling Apache 2.2.14 on 64 bit AIX 6.1

2009-12-08 Thread Brian Gaber
After I build and install Apache in the /modules/ directory I have paired files like libmod_dbd.a and mod_dbd.la. The httpd.conf has all modules with a .so extension. Have I compiled incorrectly? Here is the compile environment: export CC=cc_r -q64 export CFLAGS=-qmaxmem=16384 -DSYSV

Re: [us...@httpd] Compiling Apache 2.2.14 on 64 bit AIX 6.1

2009-12-08 Thread Eric Covener
On Tue, Dec 8, 2009 at 8:47 AM, Brian Gaber brian.ga...@tpsgc-pwgsc.gc.ca wrote:        After I build and install Apache in the /modules/ directory I have paired files like libmod_dbd.a and mod_dbd.la.  The httpd.conf has all modules with a .so extension.  Have I compiled incorrectly?  Here is

[us...@httpd] A question about session-id problem

2009-12-08 Thread thomas2004
We use Apache Http Server as web server, which load-balances two Jboss servers. Assumed worker1 is responsed to Jboss1 and worker2 to Jboss2. Assumed a request comes and a session with ID is created and assumed it goes to Jboss1. Normally this session will keep so long by Jboss1 till the session

[us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Jan Luca Naumann
Hallo, I have a problem with Apache Server (Apache/2.2.14 (Win32) mod_ssl/2.2.14 OpenSSL/0.9.8k): I want to set up that the server controll a client-cert and, if it is OK, connect with a ProxyPass to the right server. The config: LoadModule actions_module modules/mod_actions.so LoadModule

RE: [us...@httpd] Compiling Apache 2.2.14 on 64 bit AIX 6.1

2009-12-08 Thread Brian Gaber
Google can find the thread titled problem with build on AIX 6.1 from the development list. Thanks, this gave me the information to fix my problem: http://www.mail-archive.com/d...@httpd.apache.org/msg45729.html I replaced the four Apache httpd config.guess with the AutoMake config.guess that

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-08 Thread Rich Bowen
On Dec 8, 2009, at 08:20 , Francis GALIEGUE wrote: On Fri, Dec 4, 2009 at 14:39, Eric Covener cove...@gmail.com wrote: [...] I think Apache is simulating perls $, and I think it's on purpose. Seems pretty unwise. That is definitely the case. If I file an issue on Apache's Bugzilla,

RE: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Boyle Owen
-Original Message- From: Jan Luca Naumann [mailto:j...@naumannsfamily.de] Sent: Tuesday, December 08, 2009 3:53 PM To: users@httpd.apache.org Subject: [us...@httpd] Problems with mod_ssl and mod_proxy Hallo, I have a problem with Apache Server (Apache/2.2.14 (Win32)

AW: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Jan Luca Naumann
Hi, without all SSL stuff I geta timeout, too, but the right webserver is OK. Viele Grüße Jan Von: Boyle Owen [owen.bo...@six-group.com] Gesendet: Dienstag, 8. Dezember 2009 16:51 An: users@httpd.apache.org Betreff: RE: [us...@httpd] Problems with

Re: AW: [us...@httpd] Problems with mod_ssl and mod_proxy

2009-12-08 Thread André Warnier
Jan Luca Naumann wrote: Some additional tips : You also need a line Listen My IP:443 ... NameVirtualHost My IP:443 VirtualHost My IP:443 Start Apache. Open a command window, and enter : netstat -an | more You should see a line like : TCPMy IP:4430.0.0.0:0

AW: AW: [us...@httpd] [solved] Problems with mod_ssl and mod_proxy

2009-12-08 Thread Jan Luca Naumann
Hi, I have found the solution. A IP as ServerAlias doesn't work. When I test it with a test domainname it works. Viele Grüße Jan Von: André Warnier [...@ice-sa.com] Gesendet: Dienstag, 8. Dezember 2009 17:38 An: users@httpd.apache.org Betreff: Re: AW:

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-08 Thread Nick Kew
Rich Bowen wrote: If I file an issue on Apache's Bugzilla, will this be considered a bug? Please do submit it, but perhaps as a documentation bug? I'll try to remember to add a mention of this to the documentation, but a bugzilla ticket will help us remember. Is this really an Apache docs

[us...@httpd] disable Accept-Ranges

2009-12-08 Thread Evuraan
How do I disable Accept-Ranges? snip Origin servers that accept byte-range requests MAY send Accept-Ranges: bytes Servers that do not accept any kind of range request for a resource MAY send Accept-Ranges: none snip Thanks in advance.!

Re: [us...@httpd] disable Accept-Ranges

2009-12-08 Thread André Warnier
Evuraan wrote: How do I disable Accept-Ranges? snip Origin servers that accept byte-range requests MAY send Accept-Ranges: bytes Servers that do not accept any kind of range request for a resource MAY send Accept-Ranges: none snip if you do not find a

Re: [us...@httpd] disable Accept-Ranges

2009-12-08 Thread Evuraan
2009/12/8 André Warnier a...@ice-sa.com: Evuraan wrote: How do I disable Accept-Ranges? snip      Origin servers that accept byte-range requests MAY send          Accept-Ranges: bytes      Servers that do not accept any kind of range request for a      resource MAY send          

Re: [us...@httpd] mod_rewrite/rewriterule - forcing a HTTP 500 code on all access attempt?

2009-12-08 Thread Frank Z
Thanks for all your help. I ended up using the RewriteRule recommended below by Rich Bowen along with an ErrorDocument (as per Nick Kew) to provide more details about the error. 300/400 series would have been more useful but client requirements don't always make sense.  However, they are happy