From 9449deffce5ecafe81c45ee7156d32dcfd20e346 Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Mon, 11 Jul 2016 18:17:41 -0400 Subject: [PATCH] Add confs Change-Id: Ib9bc2c5c6ca224bb88bccf296fcfd8fafbcaee0d --- misc/apache/images.conf | 9 +++++++++ misc/apache/packages.conf | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 misc/apache/images.conf create mode 100644 misc/apache/packages.conf diff --git a/misc/apache/images.conf b/misc/apache/images.conf new file mode 100644 index 00000000..d38986a1 --- /dev/null +++ b/misc/apache/images.conf @@ -0,0 +1,9 @@ +Alias /image /var/www/guestimg + + + SetEnv VIRTUALENV + Options Indexes FollowSymLinks + Order allow,deny + Allow from all + + diff --git a/misc/apache/packages.conf b/misc/apache/packages.conf new file mode 100644 index 00000000..0934fcd4 --- /dev/null +++ b/misc/apache/packages.conf @@ -0,0 +1,9 @@ +Alias /packages /var/www/packages + + + SetEnv VIRTUALENV + Options Indexes FollowSymLinks + Order allow,deny + Allow from all + +