mobasif

Internal Server Error がでたら.

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, root@localdomain and inform them of the time the error occurred, and anythi…

FireMobileSimulator で User Agent偽装 して挙動確認をおこなったとき, うまく読み込んでくれない.

## user agent の挙動確認 ##まずアクセスログをみればいいです. そうすればどのブラウザでアクセスされたと認識しているのか, 知ることができる.きちんと偽装できていない場合, ブラウザ側の設定を見直す.

"grep -irl" が便利な件.

grep -irl [探したいワード] [場所] こいつがとても便利です.i ... 大文字小文字無視 r ... ファイルの中身 l ... ファイルをリスト化 使用例: [training@localhost ~]$ grep -irl mobaconf ~/production/mobasif/

cpanminus を実行するとき, .bash_profileのパス変更を行ってると起こってしまうエラー.

Can't locate FormValidator/Simple.pm in @INC モジュールがデフォルトで設定してあるパスに配備されていないと起こるエラーのようです.sudo cpanm [module_name] でインストールしなおしたらいけました. Ref. http://www.devdaily.com/blog/post/perl/perl…

apache_1.3.42 をあたりでエラー.

# env OPTIM="-O2" ./configure \ > --prefix=/usr/local/apache \ > --enable-module=so \ > --enable-module=vhost_alias \ > --enable-module=rewrite \ > --enable-suexec \ > --suexec-caller=nobody \ > --suexec-docroot=/home \ > --active-module=s…