Monday 07 August 2006 11:08:05 am
I've separated the www.mysite.com and webdav.mysite.com in two virtual hosts. The www is working quite well (the site name is 'web') and can be contacted using something like http://www.mysite.com:81/index.php/web/ (root is working too).
About webdav virtual host: (http://webdav.mysite.com:81/ )
- opening in firefox will display a blank page (no error) - opeing in DAV Explorer gives an error like: ACL Interpreter: "The server does not support DAV at Resource /" logs:
========= Outbound Message =========
OPTIONS / HTTP/1.1
Host: webdav.intersol.ro:81
Connection: TE
TE: trailers, deflate, gzip, compress
User-Agent: UCI DAV Explorer/0.91 RPT-HTTPClient/0.3-3E
Translate: f
Accept-Encoding: deflate, gzip, x-gzip, compress, x-compress
========= Inbound Message =========
HTTP/1.1 200 OK
Date: Mon, 07 Aug 2006 17:52:13 GMT
Server: Apache/2.2.2 (Fedora) DAV/2 mod_auth_kerb/5.0-rc6 mod_scgi/1.9 PHP/4.4.2 mod_python/3.2.8 Python/2.4.3 SVN/1.3.2 mod_perl/2.0.2 Perl/v5.8.8
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 0
Content-Type: application/x-httpd-php
At the same time nothing added to $ez$/var/log/webdav.log In the mod_rewrite log:
(2) init rewrite engine with requested uri /
(3) applying pattern '\.(css|jar|js|html|php)$' to uri '/'
(2) rewrite '/' -> '/home/httpd/html/ro.intersol/support/webdav.php'
(2) local path result: /home/httpd/html/ro.intersol/support/webdav.php
(1) go-ahead with /home/httpd/html/ro.intersol/support/webdav.php [OK]
And in httpd log:
217.156.79.121 - - [07/Aug/2006:20:54:59 +0300] "OPTIONS / HTTP/1.1" 200 - "-" "UCI DAV Explorer/0.91 RPT-HTTPClient/0.3-3E"
Tries with different endings but none seams to work. Also i've tried to open the url as webfolder with Internet Explorer 7 Beta 3 and apache log shows me several requested files (starting with _cti_inf.html) and strange after this it opens an information message box with no title and no text: options yes/no. If i press no it will cancel the opening and if i press yes i get an 404.
I'm pretty sure that after i finish this endless webdav configuration i will rewrite the webdav install documentation of ez publish :|
|