Share » Forums » Install & configuration » webdav setup - virtual localhost

webdav setup - virtual localhost

webdav setup - virtual localhost

Monday 02 January 2006 3:34:46 pm - 2 replies

Author Message

Petter Arneson

Tuesday 03 January 2006 4:22:47 am

Hi!
This is one setup that works for me.
I have set up a subdomain that uses port 85, so the website is reachable as well.

<VirtualHost xx.xx.xx.xx:85>
        <Directory /home/xx/domains/xx.com/public_html>
                Options FollowSymLinks Indexes ExecCGI
                AllowOverride None
        </Directory>
        ServerName www.webdav.xx.com
        ServerAlias www.webdav.xx.com  webdav.xx.com
        ServerAdmin pa@vzt.no
        DocumentRoot /home/xx/domains/xx.com/public_html
        RewriteEngine On
        RewriteRule !\.(css|jar|js|html|htm|php)$ /home/xx/domains/xx.com/public_html/webdav.php
        CustomLog /var/log/httpd/domains/xx.com.85.webdav.bytes bytes
        CustomLog /var/log/httpd/domains/xx.com.85.webdav.log combined
        ErrorLog /var/log/httpd/domains/xx.com.85.webdav.error.log
</VirtualHost>

www.vzt.no

Halvor M

Tuesday 03 January 2006 3:00:21 pm

I tried using this, but it doesnt work either - maybe because I am using XP and I have written somethin in wrong format...

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu