Webdav access using https and no dedicated virtual host

Webdav access using https and no dedicated virtual host

Thursday 30 September 2010 7:19:57 am - 2 replies

Author Message

Romeo Antony

Tuesday 05 October 2010 11:55:11 am

for Apache
configuration settings for virtualhost set up, following link may help you.

http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Installation/Virtual-host-setup

Mathieu Peltier

Monday 11 October 2010 2:22:45 am

Hi,
Thanks, I was able to install ezpublish and webdav at:
https://www.example.org
https://webdav.example.org
using the RewriteCond directive and a wildcard certificate for *.example.org.

...
RewriteCond %{HTTP_HOST} ^webdav\..*
RewriteRule ^(.*) /webdav.php [L]
...

DocumentRoot /path/to/ezpublish
ServerName www.example.org
ServerAlias webdav.example.org
..

Btw, I have just found that it is possible to use multiple apache vhosts on the same ip and port since Apache 2.2.12.
http://daniel-lange.com/archives/2-Multiple-Apache-VHosts-on-the-same-IP-and-port.html
Mathieu

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.