You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_vdbh/files/21_mod_vdbh.conf

19 lines
489 B

<IfDefine VDBH>
LoadModule vdbh_module modules/mod_vdbh.so
#NameVirtualHost 206.9.161.29
#<VirtualHost 206.9.161.29>
# vdbh On
# vdbh_CLIENT_COMPRESS On
# vdbh_MySQL_Database virtual_hosts
# vdbh_MySQL_Table virtual_hosts
# vdbh_MySQL_Host_Field server
# vdbh_MySQL_Path_Field path
# vdbh_MySQL_Environment_Field environment_variable
# vdbh_Default_Host julia.fractal.net
# vdbh_Declines .htpasswd *.txt
#</VirtualHost>
</IfDefine>
# vim: ts=4 filetype=apache