minor updates
[iankelling.org] / setup.sh
index 5452793a6a3cce6094d307773de33ab55c8297c7..7035dff24774a677ac9846b0b7b8e2d9fc2302be 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -85,7 +85,8 @@ pkgs=(
   # build.rb dependencies
   ruby-pygments.rb ruby-safe-yaml ruby-sass
   # python pkgs used for o(n^2) voting blog entry
-  python-bcrypt python-passlib
+  # # commented out, needs update to python3
+  #python-bcrypt python-passlib
   # gitweb pkgs
   gitweb highlight
 )
@@ -151,6 +152,11 @@ web-conf $allow_symlinks_arg $email_arg -p $port - apache2 $domain <<EOF
   AddHandler cgi-script .py
 </Directory>
 
+<Directory /var/www/$domain/html/alex>
+  Options Indexes
+</Directory>
+
+
 <Directory "/var/www/$domain/html/cgi">
   Options +ExecCGI
   SetHandler cgi-script