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-apps/davical/files/vhost-example

17 lines
366 B

<VirtualHost 123.4.56.78 >
ServerName davical.example.net
DocumentRoot /var/www/myvhost/htdocs
<Directory /var/www/myvhost/htdocs/>
AllowOverride None
Order allow,deny
Allow from all
</Directory>
php_value magic_quotes_gpc 0
php_value register_globals 0
php_value error_reporting "E_ALL & ~E_NOTICE"
php_value default_charset "utf-8"
</VirtualHost>