Forums / Install & configuration / eZ_Flow webdav on OSX Leopard server

eZ_Flow webdav on OSX Leopard server

Author Message

willard jansen

Tuesday 28 October 2008 9:27:49 am

Anyone knows how to do this on OSX different from the describes steps in the tech manual?

I edited all the files /private/etc/http/sites/virtual_hosts_global.conf for the VirtualHosts:

Listen ext ip address:80
NameVirtualHost ext ip address:80

<Virtualhost ext ip address>
  <Directory /Library/WebServer/Documents/ezportal (that's how i named the folder)
    Options FollowSymLinks Indexes ExecCGI
    AllowOverride None
  </Directory>
  DocumentRoot /Library/WebServer/Documents/ezportal
  RewriteEngine On
  RewriteRule . /webdav.php
 ServerAdmin admin@myserver.nl
 ServerName webdav.myserver.nl
</VirtualHost>

in site.ini:

SiteList[]=news
SiteList[]=plain
SiteList[]=ezflow_site
SiteList[]

in webdav.ini

[GeneralSettings]
EnableWebDAV=true
Logging=enabled

I can webdav to my server, but not to ezflow_site

thanks