Skip to content

Commit

Permalink
add pip as default pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 4, 2014
1 parent f5e84e1 commit b93be61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions copy/opt/local/etc/httpd/vhosts/01-kumquat.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<VirtualHost *:80>
ServerName HOSTNAME
Redirect permanent / https://%{SERVER_NAME}
</VirtualHost>
<VirtualHost *:443>
ServerName HOSTNAME

SSLEngine On
SSLCACertificateFile etc/httpd/ssl/kumquat.pem
SSLCertificateFile etc/httpd/ssl/kumquat.pem
SSLCertificateKeyFile etc/httpd/ssl/kumquat.pem
</VirtualHost>
3 changes: 2 additions & 1 deletion packages
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ percona-server
apache
proftpd
phpmyadmin
py27-uwsgi
py27-uwsgi
py27-pip

0 comments on commit b93be61

Please sign in to comment.