Changeset 1697


Ignore:
Timestamp:
07/29/10 10:29:39 (6 weeks ago)
Author:
sotarok
Message:

add conf for httpd, mysql

Location:
dotfiles/nequal-setup
URL:
http://svn.nequal.jp/dotfiles/nequal-setup
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • dotfiles/nequal-setup/httpd/setup.sh

    r1689 r1697  
    11#!/bin/bash 
     2 
     3PATH=/usr/local/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH 
     4BASEDIR=$(cd $(dirname $0) && pwd) 
     5FILES=${BASEDIR}/files 
     6 
     7sudo cp ${FILES}/etc/httpd/conf.d/server_stats.conf /etc/httpd/conf.d/ 
     8 
Note: See TracChangeset for help on using the changeset viewer.