Re: [users] WebDAV for managing web site content HTTPD 2.4.x (9 actually) SOLVED

2014-06-03 Thread Datatone List Subscriptions
***SOLVED*** The fact is that mod_dav fails if the directory that you ask it to serve contains the file that is identified as DirectoryIndex. So in my original posting, DAV fails to serve the DocumentRoot (however I try to get at it) BECAUSE it contains the file 'index.html'. I got here because

RE: [users] WebDAV for managing web site content HTTPD 2.4.x (9 actually)

2014-06-03 Thread Srinivasa Rao Katta
David, Thanks for the information. Please try as like as following in your apache conf and please restart httpd and please verify everything is ok or not. -- DirectoryIndex index.html DocumentRoot /www/www.my-exam

[users] Recommended practice for mitigating BREACH/CRIME attacks with Apache 2.4+, SSL/TLS-only sites, and use of mod_deflate?

2014-06-03 Thread Tom Browder
I have several SSL/TLS-only virtual sites running under Apache 2.4.7. I haven't turned on compression because of all the warnings about CRIME and BREACH. However, when I run my sites against web site analyzers they always suggest turning on compression. So what is the consensus? If compression i

Re: [users] WebDAV for managing web site content HTTPD 2.4.x (9 actually)

2014-06-03 Thread Datatone List Subscriptions
Srinivasa, I have tried what I think you are suggesting: ... DirectoryIndex index.html Alias /update /www/www.my-example.co.uk/site/dav Alias /update /www/www.my-example.co.uk/site ... Then I get the 405 error. There is a subdirectory of my 'site' DocumentRoot called 'dave'. If I have:

[users] Only allow access from specific domains?

2014-06-03 Thread Brad Harris
I've been trying to configure a website to send a 403 forbidden error unless the user comes from a specific website/domain, which is a logon page hosted on another server. Once the user logs on to that page it redirects them to a WordPress site. The server running WordPress is currently running

Re: [users] WebDAV for managing web site content HTTPD 2.4.x (9 actually)

2014-06-03 Thread Datatone List Subscriptions
Srinivas, Thanks for the reply. I'm not sure what you are suggesting. I can try this, but are you suggesting that I put two Alias lines in? Each one aliasing '/update' to a different target? Is this on the basis that the first one has been proved to make the DAV work, and the second one is what

[users] Use dbd RewriteMap to map user friendly URLs to files in an object store

2014-06-03 Thread Julian Sareyka
> Hello, > > this is our business case: > - we have an object store where we keep video and audio files, each file > identified by a technical key > - we can access this object store with the S3 protocol via http (example: > http://internal-object-store.de/bucket/key) > - we want to put a reverse p

[users] Use dbd RewriteMap to map user friendly URLs to files in an object store

2014-06-03 Thread Julian Sareyka
Hello, this is our business case: - we have an object store where we keep video and audio files, each file identified by a technical key - we can access this object store with the S3 protocol via http (example: http://internal-object-store.de/bucket/key) - we want to put a reverse proxy in front o

Re: [users] [users@httpd] mod_dbd and ssl

2014-06-03 Thread Andrea Gabellini - SC
Hello, mod_dbd doesn't emit any log (also with LogLevel = trace8). Even if I disable ssl and the authentication works. I get a segmentation fault if I run apache with -X The OS is a CentOS 6.5 upgraded few days ago. I just verified if there were conflicting libraries. I also re-compiled all the

[users] Re: Help with Understanding Subrequests

2014-06-03 Thread Jamie Jackson
bump On Thu, May 22, 2014 at 4:14 PM, Jamie Jackson wrote: > Hi Folks, > > I'm a noob with mod_rewrite, and my logging has wondering about some > things. (BTW, I'm on 2.2) > > Here's the request command, the virtual host's rewrite rule, and the > generated log output: http://apaste.info/5ga > >

[users] apache connection time out and reconnects after the remote remote ip has changed

2014-06-03 Thread Anjo Paster
I installed Apache/2.2.22 Ubuntu 12.04. Apache is set as reverse proxy server. So when accessed from a remote system, the page and contents are displayed. But after some time the server seems to refuse any further requests. The remote browser console gives "*net::ERR_CONNECTION_TIMED_OUT*" error.

RE: [users] WebDAV for managing web site content HTTPD 2.4.x (9 actually)

2014-06-03 Thread Srinivasa Rao Katta
David, Please try to add the line following line before Alias /update /www/www.my-example.co.uk/site in the config file. Thanks, Srinivas Alias /update /www/www.my-example.co.uk/site/dav Srinivasa Rao Katta(System Administrator), skatt...@hotmail.com, > Date: Tue, 3 Jun 2014

[users] Re: [users@httpd] Is it possible to evaluate .htaccess before proxying requests? (Apache 2.4.9)

2014-06-03 Thread ryo takatsuki
Hi, You could try this: Rewrite Engine On RewriteRule ^(.*\.php)$ fcgi://backend-fpm/%{REQUEST_FILENAME} [P] Best regards, Juanjo. 2014-05-27 12:45 GMT+02:00 Tobias Adolph : > Hello everybody, > > isn't there any solution? > > Am 19.05.2014 13:30, schrieb Tobias Adolph: > >> >> I