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

------------------------------------------------------------------------------
  
  === adding host entry ===
  {{{
- INSERT INTO hosts VALUES(null, 'localhost', 1, 0, 0, 0, 0);
+ INSERT INTO hosts VALUES(null, 'localhost', 1, 0, 0, 0, 0, 0);
  }}}
  
  || '''value''' || '''description''' ||
@@ -94, +94 @@

  || 'localhost' || host name ||
  || 1 || enable (0 to disable the host) ||
  || 0 || disable webdav (1 to enable) ||
+ || 0 || disable ftp (1 to enable) ||
  || 0 || disable cgi (1 to enable) ||
  || 0 || disable Server Side Includes (1 to enable) ||
  || 0 || disable php (1 to enable) ||

Reply via email to