パンプキンスパイスラテ

IT系のことが多めの日記帳です

Apache

Apacheにて80以外の別ポートで動かす方法

いつも忘れてググるのでメモ Listen xxx <VirtualHost *:xxx> DocumentRoot "対象ディレクトリのパス" </VirtualHost> # xxxは適当な空いている数字これをhttpd.confなど適切なところに書いてApache再起動。

WindowsにPHP5.3.6をインストールしてApache2.2で動かしたらtimezoneのWarningが出たときの対処法

Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you…