Re: [users@httpd] Not re-written URI in module?

2013-01-21 Thread Nick Kew
On 21 Jan 2013, at 20:08, Marc Boorshtein wrote: > All, > > I've written a module that checks the URI. It doesn't work when used > in conjunction with mod_rewrite, as the r->uri and r->unparsed_uri > does not have the original uri but the re-written URI. You could either look at r->prev, or ad

RE: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Johan Moraal
Thanks. I checked the timestamp of the files om the server. They are indeed updated On Jan 21, 2013 6:13 PM, "Bennett, Tony" wrote: > Johan, > > It is working examine radar.bin ... it should have been successfully > updated. > > A successful PUT on a resource that does not exist previously, w

RE: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Bennett, Tony
Johan, It is working examine radar.bin ... it should have been successfully updated. A successful PUT on a resource that does not exist previously, will generate a 201 Created response. A successful PUT on a resource that already exists will generate a 204 No Content. RFC 2616 (HTTP 1.1)

Re: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Igor Cicimov
On 21/01/2013 7:26 PM, "Johan Moraal" wrote: > > Hi All > > How do I setup the Web Dav module to allow overwriting of files on the server? > Check the wedav directory permissions. Are the files created read only? > Example: > The first time I send a file to the server I get this: > > Client requ

Re: [users@httpd] Reverse Proxy with Exchange 2010

2013-01-21 Thread Allen Umlas
Dear Adam, Try first to check your exchange server are accepting connection. Might your server firewall are currently blocking all the connections from proxy. Regards, Allen From: Adam Gross To: "users@httpd.apache.org" Sent: Sunday, January 20, 2013 9

[users@httpd] Web Dav overwrite files

2013-01-21 Thread Johan Moraal
Hi All How do I setup the Web Dav module to allow overwriting of files on the server? Example: The first time I send a file to the server I get this: Client request: > PUT /radar%2Ebin HTTP/1.1 > User-Agent: curl/7.19.7 (i486-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k > zlib/1.2.3.3 libidn/1.1