Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by sjorge: http://wiki.apache.org/httpd/ApacheVirtualHostMysql The comment on the change is: notes on webdav/ftp ------------------------------------------------------------------------------ http://code.google.com/p/vhm-mysql/ + == accessing webdav == + Point your webdav client to http://www.example.com:81/httpdocs/ and long in with the user/pass combination. + It is working in IE, dreamweaver, cadaver and mac's webdav client. + + == accessing ftp == + This is a bit more tricky. + {{{ + host: www.example.com + user: [EMAIL PROTECTED] + pass: pass + }}} + + The vhost is selected based on the username. A username without a suffix will go to the first vhost with ftp enabled. == Portability ==
