source: client/shared/scripts/runhttplog.sh @ 20324f2

Last change on this file since 20324f2 was d0df50b6, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.4, #531: Integrar versión 1.0.4 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@3259 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 485 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
10cp /opt/opengnsys/lib/httpd/* /usr/lib/cgi-bin
11#TODO:
12dstat -dn 10 > /tmp/bandwidth &
13echo "WAITING" >> $OGLOGSESSION
14# http-log-status
Note: See TracBrowser for help on using the repository browser.