File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11sed -i ' /<\/VirtualHost>/i \
2- <Directory /var/www/html > \
2+ <Directory /var/www/> \
33 AddHandler mod_python .py \
44 PythonHandler mod_python.publisher \
55 PythonDebug On \
Original file line number Diff line number Diff line change 110110 "hosting" : " dedicated" ,
111111 "installer" : [" sudo apt-get update" ,
112112 " sudo apt-get install -y php5 apache2 gcc g++ libapache2-mod-python libapache2-mod-wsgi" ,
113+ " chmod 777 ./configure.sh" ,
113114 " sh configure.sh" ,
114115 " service apache2 restart"
115116 ],
116117 "lab_actions" : {
117118 "backup" : [],
118119 "clean" : [],
119120 "init" : [" mv /var/www/index.html index.html.default" ,
120- " cp -r ../build/* /var/www/" ,
121- " chmod -R 777 /var/www/*"
122- ],
121+ " cp -r ../build/* /var/www/" ,
122+ " chmod -R 777 /var/www/*"
123+ ],
123124 "pause" : [],
124125 "publish" : [],
125126 "restore" : [],
You can’t perform that action at this time.
0 commit comments