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 a hosts ==
  Use the mysql client or phpMyAdmin or similar to access the database.
  
- === adding host entry ==
+ === adding host entry ===
  {{{
  INSERT INTO hosts VALUES(null, 'localhost', 1, 0, 0, 0, 0);
  }}}
@@ -106, +106 @@

  || 'apache-encrypted-password' || password for user. check httpd doc for 
encryption ([http://httpd.apache.org/docs/2.2/misc/password_encryptions.html 
here]) ||
  || 'dav' || group(s) for user. dav = enables webdav access ||
  
+ 
- === adding aliases (optional) === 
+ === adding aliases (optional) ===
  You can create aliases for hosts as well if you wish. (multiple aliases 
possible per host, alias it self must be unique)
  {{{
  INSERT INTO aliases VALUES(1, 'cygnus');

Reply via email to