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 ------------------------------------------------------------------------------ || 'dav' || group(s) for user. dav = enables webdav access || === adding aliases (optional) === - You can create aliases for hosts aswel if you wish. + 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'); - }} + }}} || value || description || || 1 || host id alias belongs too (check hosts table to get it) || || 'cgynus' || alias for host || === adding addition configuration options (optional) === - Setting up a host as reverse proxy? not a problem + Setting up a host as reverse proxy? not a problem. (not reverse proxy config not shown) {{{ - INSERT INTO aliases VALUES(1, 'cygnus'); + INSERT INTO configuration VALUES(1, '#proxy config'); - }} + }}} || value || description || - || 1 || host id alias belongs too (check hosts table to get it) || + || 1 || host id configuration belongs too (check hosts table to get it) || - || 'cgynus' || alias for host || + || '#proxy config' || configuration for host || == Portability ==
