source: client/shared/scripts/runhttplog.sh @ 2fae617b

webconsole3
Last change on this file since 2fae617b was 1236d17, checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago

añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error

  • Property mode set to 100644
File size: 511 bytes
Line 
1#!/bin/bash
2
3#httd-log-status
4cp /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.back
5cp /opt/opengnsys/lib/httpd/lighttpd.conf /etc/lighttpd/
6cp /etc/lighttpd/conf-enabled/10-cgi.conf /etc/lighttpd/conf-enabled/10-cgi.conf.back
7cp /opt/opengnsys/lib/httpd/10-cgi.conf /etc/lighttpd/conf-enabled/
8/etc/init.d/lighttpd start
9chmod  755 /opt
10mkdir -p /usr/lib/cgi-bin
11cp /opt/opengnsys/lib/httpd/* /usr/lib/cgi-bin
12#TODO:
13dstat -dn 10 > /tmp/bandwidth &
14echo "WAITING" >> $OGLOGSESSION
15# http-log-status
Note: See TracBrowser for help on using the repository browser.