summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/davical/files/vhost-example')
-rw-r--r--www-apps/davical/files/vhost-example16
1 files changed, 0 insertions, 16 deletions
diff --git a/www-apps/davical/files/vhost-example b/www-apps/davical/files/vhost-example
deleted file mode 100644
index d6f0da208..000000000
--- a/www-apps/davical/files/vhost-example
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>