[pukiwiki]
***DAVのパスワードの変更方法 [#m8dc9beb]
htpasswd -c /etc/apache2/davpasswd magnetite
*** LennyからSqueezeに更新したら,~yoshi/puki/以下が見られなくなった. [#rce7191e]
– 原因は,/etc/apache2/mod-enabled/php5.confが書き換わってしまったため, [#qf3edd2d]
– Squeezeの新しい方は,以下のようになっている.
SetHandler application/x-httpd-php
SetHandler application/x-httpd-php-source
# To re-enable php in user directories comment the following lines
# (from
# prevents .htaccess files from disabling it.
php_admin_value engine Off
– もとのLennyの方は,
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
– 上のコメント文にあるようにpublic_htmlの項をコメントアウトする
[/pukiwiki]