Re: [us...@httpd] Re: .htaccess restricts write permission from webdav

2009-12-07 Thread J. Bakshi
LuKreme wrote: > On 6-Dec-2009, at 20:15, J. Bakshi wrote: > >> RewriteRule ^typo3$ - [L] >> RewriteRule ^typo3/.*$ - [L] >> ` ` ` >> >> and now webdav has no problem with create/delete operation >> > > > One other thing, if you duplicate the RewriteCond above these rules, they > should wo

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

2009-12-07 Thread Francis GALIEGUE
On Mon, Dec 7, 2009 at 20:08, Matthew Tice 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 > static content.  Each node is configured with a 6G ramdisk > (mod_disk_cache).  This works *ok* ex

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

2009-12-07 Thread Dan Poirier
Matthew Tice 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, mod_mem_cache development is pretty much stopped, and it's been dropped from the next r

[us...@httpd] mod_cache caching cluster

2009-12-07 Thread Matthew Tice
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 static content. Each node is configured with a 6G ramdisk (mod_disk_cache). This works *ok* except for a couple issues. 1) We experience intermittent pe

Re: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread Jim Walls
What would be really helpful here is a comparison table, listing (as rows) the various things you are/are not allowed to do, and as columns the various religions. Then you could just check yes/no at the intersections. That would make the choice easier. Any chance of getting this back onto

[us...@httpd] request failed: error reading the headers

2009-12-07 Thread Marcelo Barbudas
Hi! In my httpd error log I can see entries like: "request failed: error reading the headers" Because of the nature of the project it's important that I learn what requests can not be parsed. I could grep the access log depending on the error log, that seems ugly though. Is there a way to tell

RE: [us...@httpd] Load balancer sending request when server starts and gets ready

2009-12-07 Thread Boyle Owen
From: Onur Agin [mailto:onura...@gmail.com] Sent: Monday, December 07, 2009 1:32 PM To: users@httpd.apache.org Subject: [us...@httpd] Load balancer sending request when server starts and gets ready Hi,

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

2009-12-07 Thread Eric Covener
On Mon, Dec 7, 2009 at 9:33 AM, KiranParmar 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 out the technical requirements of your iphone

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

2009-12-07 Thread KiranParmar
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 ? If yes than from which version it is supporting the video stream as web server. Presently I have Downloaded httpd-2.0.54.tar.gz and c

[us...@httpd] Re: .htaccess restricts write permission from webdav

2009-12-07 Thread LuKreme
On 6-Dec-2009, at 20:15, J. Bakshi wrote: > RewriteRule ^typo3$ - [L] > RewriteRule ^typo3/.*$ - [L] > ` ` ` > > and now webdav has no problem with create/delete operation One other thing, if you duplicate the RewriteCond above these rules, they should work as well. something like: Options +F

[us...@httpd] Re: .htaccess restricts write permission from webdav

2009-12-07 Thread LuKreme
On 6-Dec-2009, at 20:15, J. Bakshi wrote: > Though I have fond that creating a .htaccess or deleting it through webdav is > not possible. Usually apache is setup to refuse to serve .ht* files for security reasons. If this is not the case, there's no reason the htaccess file should not be avail

Re: [us...@httpd] Compiling mod_ssl with openssl

2009-12-07 Thread Tom Evans
On Mon, Dec 7, 2009 at 1:40 PM, Hall, Leam wrote: > If I put openssl in some "other" place like "/usr/local/openssl-0.9.8L" and > compile Apache with --enable-ssl, how do I tell the Apache configure script > where the openssl to use is? > > Pointers to the right docs are welcome! > > Thanks! > > L

[us...@httpd] Compiling mod_ssl with openssl

2009-12-07 Thread Hall, Leam
If I put openssl in some "other" place like "/usr/local/openssl-0.9.8L" and compile Apache with --enable-ssl, how do I tell the Apache configure script where the openssl to use is? Pointers to the right docs are welcome! Thanks! Leam

Re: [us...@httpd] In AIX, while setting "cookie" value in request headers, using apr_table_get(), the previous key-value gets removed.

2009-12-07 Thread Eric Covener
On Mon, Dec 7, 2009 at 7:58 AM, Rajasundari wrote: > Hi, > > I am using apache 2.0 on AIX. > > I am using  apr_table_set(r->headers_in, key ,values) to set  the key and > value in the headers. > > When I call this API with key as "Cookie", it erases the previous attribute > value pair. I doubt th

[us...@httpd] In AIX, while setting "cookie" value in request headers, using apr_table_get(), the previous key-value gets removed.

2009-12-07 Thread Rajasundari
Hi, I am using apache 2.0 on AIX. I am using apr_table_set(r->headers_in, key ,values) to set the key and value in the headers. When I call this API with key as "Cookie", it erases the previous attribute value pair. So some attributes are getting missed in the request headers. As a work

[us...@httpd] Load balancer sending request when server starts and gets ready

2009-12-07 Thread Onur Ağın
Hi, I am using apache 2.2 as load balancer in front of 2 tomcat servers. I notice that when I restart a tomcat server, when a new request comes to apache, it directs the request to the tomcat server before the application goes up and the user has to wait until the server gets up. Probably when it

Re: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread André Warnier
Tom Evans wrote: On Mon, Dec 7, 2009 at 8:38 AM, Krist van Besien wrote: On Sun, Dec 6, 2009 at 12:49 PM, Tom Evans wrote: "Hello, I'd like to stop receiving messages about Christianity" "Ooh, no, you just dont understand how great Christianity is going to be for you..." How about someone a

Re: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread Tom Evans
On Mon, Dec 7, 2009 at 8:38 AM, Krist van Besien wrote: > On Sun, Dec 6, 2009 at 12:49 PM, Tom Evans wrote: > >> "Hello, I'd like to stop receiving messages about Christianity" >> "Ooh, no, you just dont understand how great Christianity is going to >> be for you..." > > How about someone asking

Re: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread Zachary Uram
Everyone stop the Christian bashing. No one would dare say these things about Islam :( Zach - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. T

Re: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread André Warnier
Krist van Besien wrote: On Sun, Dec 6, 2009 at 12:49 PM, Tom Evans wrote: "Hello, I'd like to stop receiving messages about Christianity" "Ooh, no, you just dont understand how great Christianity is going to be for you..." How about someone asking "I'm looking for an alternative to Christian

Re: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread Krist van Besien
On Sun, Dec 6, 2009 at 12:49 PM, Tom Evans wrote: > "Hello, I'd like to stop receiving messages about Christianity" > "Ooh, no, you just dont understand how great Christianity is going to > be for you..." How about someone asking "I'm looking for an alternative to Christianity because I want to

RE: [us...@httpd] Re: Building Apache 2.2 without IPv6

2009-12-07 Thread Boyle Owen
> -Original Message- > From: Tom Evans [mailto:tevans...@googlemail.com] > Sent: Sunday, December 06, 2009 12:49 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Re: Building Apache 2.2 without IPv6 > > "Hello, I'd like to stop receiving messages about Christianity" > "Ooh, no

Re: [us...@httpd] Location - Match

2009-12-07 Thread Francis GALIEGUE
On Mon, Dec 7, 2009 at 06:49, Rajwinder-office Singh wrote: > Here is one simple looking requirement : > > I want to put max-age header of value X on my home page and a value of Y for > rest of my website. > > index.html is my default page but remember i cannot put > > > Header set Cache-Control