« 現在のパッケージ一覧 | メイン | sarge化 »
2005年10月17日
LAMP環境構築
とりあえず、あれこれ適当にインストールしてみる。
# apt-get install samba
# apt-get install swat
/etc/inetd.conf
を編集してswapを有効にする。
再起動は # /etc/init.d/inetd restart
接続はhttp://xxxxx:901/
# apt-get install apache
# apt-get install php4
# apt-get install mysql-server
# apt-get install php4-mysql
# apt-get install webmin
# apt-get install webmin-mysql
# apt-get install webmin-apach
# apt-get install webmin-core
# apt-get install webmin-samba
接続はhttps://xxxxx:10000/
# apt-get install php4-pear
投稿者 mituha : 2005年10月17日 22:13