scripts/setup-web2py-fedora.sh, thanks ykessler

This commit is contained in:
Massimo Di Pierro
2012-05-02 15:58:10 -05:00
parent 92c374be8a
commit c9df8f007d
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-05-02 15:48:50) dev
Version 1.99.7 (2012-05-02 15:57:52) dev
-7
View File
@@ -179,7 +179,6 @@ if [ ! ${RETV} -eq 0 ]; then
# Create the SELinux policy
cat > httpd.te <<EOF
EOF
module httpd 1.0;
@@ -225,7 +224,6 @@ cd /tmp/setup-web2py
# Create rules file - based upon
# http://articles.slicehost.com/assets/2007/9/4/iptables.txt
cat > iptables.rules <<EOF
EOF
*filter
# Allows all loopback (lo0) traffic
@@ -297,7 +295,6 @@ if [ -e /etc/httpd/conf.d/welcome.conf ]; then
fi
cat > /etc/httpd/conf.d/default.conf <<EOF
EOF
NameVirtualHost *:80
NameVirtualHost *:443
@@ -403,7 +400,3 @@ cd ${current_directory}
echo " - Complete!"
echo
EOF
EOF
EOF