コンピュータ系/構成別/Webサーバ(Apache2+Pukiwiki)インストール
2018-04-16 (月) 15:53:00 (1577d)
準備 †
Perl †
- 使用Ver:5.12.2
- http://www.cpan.org/src/5.0/perl-5.12.2.tar.gz
- maintenance release
- http://www.cpan.org/src/5.0/perl-5.12.2.tar.gz
Apache †
libxml2 †
- 使用Ver:
- 使用Ver:2.7.2
- 間違いなくインストールできたもの
PHP †
PukiWikiの準備 †
- 使用Ver:1.4.7_notb(EUC-JP版)
インストール †
Perl †
- tar xzf perl-5.12.2.tar.gz
- cd perl-5.12.2
- ./Configure
- 対話型で設定が始まる
- 全てEnter(デフォルトの値)で
- ./Configure -d でデフォルトの値でオートconfig
- make
- make test
- make install
Apache †
- tar xzf httpd-2.2.24.tar.gz
- cd httpd-2.2.24
- ./configure
--enable-so --enable-mods-shared=all --enable-authnz-ldap=shared --enable-ldap=shared --with-ldap
- make; make install
libxml2 †
- tar xzf LATEST_LIBXML2
- cd libxml2-2.7.8
- ./configure
- make
- make install
PHP †
- tar xzf php-5.3.22.tar.gz
- cd php-5.3.22
- ./configure
--with-config-file-path=/etc
- php.iniのおき場所の設定
--with-ldap=/usr/local
- LDAPインストールディレクトリ
--with-gettext
--with-apxs2=/usr/local/apache2/bin/apxs
- apache2サポート
- make
- make test
- make install
- その他
PukiWiki(解凍のみ) †
- 事前情報
- インストール先:/usr/local/apache2/htdocs/
- cp pukiwiki-1.4.7_notb.tar.gz /usr/local/apache2/htdocs/
- tar xzf pukiwiki-1.4.7_notb.tar.gz
- mv pukiwiki-1.4.7_notb pukiwiki
- pukiwikiのディレクトリをpukiwikiにするなら