Webdav access using https and no dedicated virtual host

Author Message

Mathieu Peltier

Thursday 30 September 2010 7:19:57 am

Hi,
I would to use ez publish (4.4.0) using https with one IP only, so I cannot
use dedicated virtual host for webdav like webdav.example.org and I would
like to use instead:
https://www.example.org/ : public site
https://www.example.org/webdav/ : webdav site
Is it possible? Could you point me to Apache
configuration sample?
thanks,
Mathieu

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

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

eZ debug

Timing: Jan 18 2025 05:21:33
Script start
Timing: Jan 18 2025 05:21:33
Module start 'layout'
Timing: Jan 18 2025 05:21:33
Module start 'content'
Timing: Jan 18 2025 05:21:34
Module end 'content'
Timing: Jan 18 2025 05:21:34
Script end

Main resources:

Total runtime0.9886 sec
Peak memory usage4,096.0000 KB
Database Queries57

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0061 589.3125152.6563
Module start 'layout' 0.00610.0043 741.968839.5000
Module start 'content' 0.01040.9765 781.4688512.7578
Module end 'content' 0.98690.0017 1,294.226612.1094
Script end 0.9886  1,306.3359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.3512160.0002
Check MTime0.00150.1529160.0001
Mysql Total
Database connection0.00040.045010.0004
Mysqli_queries0.935294.5916570.0164
Looping result0.00060.0557550.0000
Template Total0.953096.420.4765
Template load0.00220.219920.0011
Template processing0.950896.169020.4754
Template load and register function0.00010.010610.0001
states
state_id_array0.00130.127010.0013
state_identifier_array0.00140.138120.0007
Override
Cache load0.00200.1996400.0000
Sytem overhead
Fetch class attribute can translate value0.00120.122020.0006
Fetch class attribute name0.00140.136850.0003
XML
Image XML parsing0.00110.109820.0005
class_abstraction
Instantiating content class attribute0.00010.005860.0000
General
dbfile0.00110.1070220.0000
String conversion0.00000.001140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 14
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs