Sunday 22 May 2005 10:34:05 pm
I follwed your instructions in: http://www.ez.no/ez_publish/documentation/configuration/configuration/webdav_setup
the only difference is that I'm using apache2. here is my vhost.conf:
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerName webdav-galeria.my-dom.de
ServerAlias www.webdav-galeria.my-dom.de
<Directory /home/www/web9/html/>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>
DocumentRoot /home/www/web9/html
RewriteEngine On
RewriteRule (.*) /webdav.php
SuexecUserGroup web9 web9
ScriptAlias /cgi-bin/ /home/www/web9/html/cgi-bin/
<IfModule mod_python.c>
<Files ~ "\.py$">
AddHandler python-program .py
PythonHandler mod_python.publisher
</Files>
</IfModule>
php_admin_value open_basedir /home/www/web9/html/:/home/www/web9/phptmp/:/home/www/web9/files/:/home/www/web9/atd/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /home/www/web9/phptmp/
</VirtualHost>
When i try to oben webdav-galeria.my-dom.de in Internet-Explorer (current XP, with SP2) I get an Error, that the Web-Folder can not be openend. The site is opened in Browser-Mode instead and I see the follwoing error:
Notice: Use of undefined constant WEBDAV_DISABLED - assumed 'WEBDAV_DISABLED' in /home/www/web9/html/webdav.php on line 203
WEBDAV_DISABLED
But I have enabled webdav in my site.ini Any Help?
Thanx Peter PS: KDE / Linux does not work either....
|