2009-07-01から1ヶ月間の記事一覧

PHP4をCGIモードで動かした際にSSIからPHPをコールするとエラーになる

# vi /etc/apache2/sites-available/001-tama <VirtualHost *:80> ServerName tama.lo ServerAdmin tama@exsample.com DocumentRoot /home/tama/public_html/ ErrorLog /home/tama/log/error.log LogLevel warn customlog /home/tama/log/access.log combined ScriptAlias /cgi</virtualhost>…

ubuntu postgres 8系 7系 同時起動

ローカルにあるサーバー(EeePC 900HA)に作業した内容のログを書いていくことにする。今回は、PostgreSQL v8.3 をaptitude でインストール済みの状態で PostgreSQL v7.4 をソースコンパイル。 # は root $ は user # cd /usr/local/src # wget ftp://ftp.sra.…