2013-03-01から1ヶ月間の記事一覧

perlのapache的アクセスのエラー

エラー Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, root@localhost and inform them of the time the error occurred, and a…

muninとphpmyadmin周りの設定

/var/www/html/munin /var/www/html/phpmyadmin に配置。 xxx.xxx.xxx.xxx/muninでmunin、 xxx.xxx.xxx.xxx/phpmyadminでphpmyadmin にアクセスできるようにしたい。vim /etc/munin/munin-node.conf host_name localhost を追加。vim /etc/httpd/conf/httpd.…

vimのペースト時の謎のインデント

問題の症状: vimでカラースキームをインストールして有効にしている状態で、ペーストした時に、行頭に#が挿入された上にめちゃくちゃな自動インデントが起こる。 この現象は、ファイルの拡張子が.txtの時は起きないが、.plの時に起きた。問題の解決方法: …