From b477a3f4d3c2aea591684ee880b0deb414070244 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 2 Mar 2012 03:34:49 +0100 Subject: davical: forked from sunrise changed php library path, the php-lib-r1.eclass now installs the libraries to /usr/share/php instead of /usr/share/php5 --- www-apps/davical/files/vhost-example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www-apps/davical/files/vhost-example (limited to 'www-apps/davical/files/vhost-example') diff --git a/www-apps/davical/files/vhost-example b/www-apps/davical/files/vhost-example new file mode 100644 index 0000000..d6f0da2 --- /dev/null +++ b/www-apps/davical/files/vhost-example @@ -0,0 +1,16 @@ + + ServerName davical.example.net + + DocumentRoot /var/www/myvhost/htdocs + + + AllowOverride None + Order allow,deny + Allow from all + + + 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" + -- cgit v1.2.3