We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5eeec commit f75eb15Copy full SHA for f75eb15
scripts/configure.sh
@@ -1 +1,8 @@
1
-cat configuration >> /etc/apache2/sites-available/default
+sed -i '/<\/VirtualHost>/i \
2
+ <Directory /var/www/html> \
3
+ AddHandler mod_python .py \
4
+ PythonHandler mod_python.publisher \
5
+ PythonDebug On \
6
+ </Directory>
7
+' /etc/apache2/sites-available/default.conf
8
+
scripts/labspec.json
@@ -109,7 +109,7 @@
109
"arch": "i386",
110
"hosting": "dedicated",
111
"installer": ["sudo apt-get update",
112
- "sudo apt-get install -y php5 apache2 gcc g++ libapache2-mod-python",
+ "sudo apt-get install -y php5 apache2 gcc g++ libapache2-mod-python libapache2-mod-wsgi",
113
"sh configure.sh",
114
"service apache2 restart"
115
],
0 commit comments