Rev | Line | |
---|
[71643c0] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | #httd-log-status |
---|
| 4 | cp /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.back |
---|
| 5 | cp /opt/opengnsys/lib/httpd/lighttpd.conf /etc/lighttpd/ |
---|
| 6 | cp /etc/lighttpd/conf-enabled/10-cgi.conf /etc/lighttpd/conf-enabled/10-cgi.conf.back |
---|
| 7 | cp /opt/opengnsys/lib/httpd/10-cgi.conf /etc/lighttpd/conf-enabled/ |
---|
| 8 | /etc/init.d/lighttpd start |
---|
| 9 | chmod 755 /opt |
---|
| 10 | cp /opt/opengnsys/lib/httpd/* /usr/lib/cgi-bin |
---|
| 11 | #TODO: |
---|
| 12 | dstat -dn 10 > /tmp/bandwidth & |
---|
| 13 | echo "WAITING" >> $OGLOGSESSION |
---|
[d0df50b6] | 14 | # http-log-status |
---|
Note: See
TracBrowser
for help on using the repository browser.