***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
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
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
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:
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
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
> 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
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
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
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
>
>
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.
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
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
13 matches
Mail list logo