Monday 31 January 2005 3:05:25 am
Hi,
I want to see how webDav works. I have a fresh install using the bundle, which is at the root of my D: disc. First I didn't chnage the apache conf. :
Forbidden
You don't have permission to access / on this server.
--------------------------------------------------------------------------------
Apache/1.3.31 Server at doser2.ez.no Port 80
Then I tryied to add the following lines to httpd.conf :
<Virtualhost 192.168.101.1>
<Directory /eZpublish>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>
DocumentRoot /eZpublish
RewriteEngine On
RewriteRule . /webdav.php
ServerAdmin root@localhost
ServerName webdav
</VirtualHost>
restart, but this makes apache crash... Someone can help me ? Laurent.
|