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 + +