wget https://github.com/lrsjng/h5ai/releases/download/v0.30.0/h5ai-0.30.0.zip
unzip h5ai-0.30.0.zip
Apacheの設定を修正する
- /etc/apache2/conf.d/default.conf
<Directory /var/www/html/>
Options Indexes FollowSymLinks MultiViews
+ DirectoryIndex index.php index.html /_h5ai/public/index.php
#Order allow,deny
#allow from all
Require all granted
</Directory>
restart
注意点
- DirectoryIndexをサブディレクトリにしたい場合は対応していないので注意