罪と罰++二律背反

./configure \
  --with-cgiurl=/nagios/cgi-bin \
  --with-htmlurl=/nagios \
  --with-nagios-user=nagios \
  --with-nagios-grp=nagios 
make all
groupadd nagios
useradd -g nagios -d /var/log/nagios nagios -s /sbin/nologin 
make install
make install-config
./configure \
  --with-cgiurl=/nagios/cgi-bin \
  --with-htmlurl=/nagios \
  --with-nagios-user=nagios \
  --with-nagios-grp=nagios 
make all
make install
ScriptsAlias /nagios/cgi-bin/ /usr/local/nagios/sbin/
<Directory "/usr/local/nagios/sbin/">
  AllowOverride AuthConfig
  Options ExecCGI
  Order allow,deny
  Allow from all
</Direcotry>
Alias /nagios/ /usr/local/nagios/share/
<Directory "/usr/local/nagios/share/">
  AllowOverride AuthConfig
  Options none
  Order allow,deny
  Allow from all
</Direcotry>

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2012-06-08 (金) 00:25:04 (4343d)