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/database The comment on the change is: Updated for mod_ftp ------------------------------------------------------------------------------ {{{ + -- phpMyAdmin SQL Dump + -- version 2.11.3 + -- http://www.phpmyadmin.net + -- + -- Host: localhost -- Generation Time: Apr 02, 2008 at 06:44 PM + -- Server version: 5.1.22 + -- PHP Version: 5.2.4 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; @@ -49, +56 @@ `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'hosts unique id', `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL COMMENT 'hosts domain name', `enabled` tinyint(1) NOT NULL default '1' COMMENT 'enable host', - `webdav` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'enable webdav', + `webdav` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'enable webdav server', + `ftp` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'enable ftp server', `cgi` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'enable cgi', `ssi` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'enable server side include', `php` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'enable php', @@ -73, +81 @@ PRIMARY KEY (`id`), KEY `host` (`host`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ; + }}}
