From b93be61d36f8280533500dc87a880bedff18ffcc Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Mon, 4 Aug 2014 19:34:01 +0200 Subject: [PATCH] add pip as default pkg --- copy/opt/local/etc/httpd/vhosts/01-kumquat.conf | 12 ++++++++++++ packages | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 copy/opt/local/etc/httpd/vhosts/01-kumquat.conf diff --git a/copy/opt/local/etc/httpd/vhosts/01-kumquat.conf b/copy/opt/local/etc/httpd/vhosts/01-kumquat.conf new file mode 100644 index 0000000..b6d23ac --- /dev/null +++ b/copy/opt/local/etc/httpd/vhosts/01-kumquat.conf @@ -0,0 +1,12 @@ + + ServerName HOSTNAME + Redirect permanent / https://%{SERVER_NAME} + + + ServerName HOSTNAME + + SSLEngine On + SSLCACertificateFile etc/httpd/ssl/kumquat.pem + SSLCertificateFile etc/httpd/ssl/kumquat.pem + SSLCertificateKeyFile etc/httpd/ssl/kumquat.pem + diff --git a/packages b/packages index 2c2fe1a..78c1ee9 100644 --- a/packages +++ b/packages @@ -29,4 +29,5 @@ percona-server apache proftpd phpmyadmin -py27-uwsgi \ No newline at end of file +py27-uwsgi +py27-pip