November 2008
3 posts
A smarter lighttpd?
There is an instruction a better way of virtual host setting on Mac at A Smarter MAMP. I tried to set it up with lighttpd instead of Apache2.
DNS server (BIND) settings are the same as the article. The following instruction is setting up lighttpd.
Install lighttpd with MacPorts
$ sudo port install lighttpd
Create lighttpd.conf
$ cd /opt/local/etc/lighttpd
$ sudo cp...
ApacheとBINDでVirtualHostの簡単設定
参照元: A Smarter MAMP
POSTPOSTMODERNに書かれていた、Mac OSX上で、ApacheとBINDを使ってVirtual hostを簡単に設定する方法。この設定をすると、ローカルで新しいサイト用の環境を作るのが簡単になる。
(以下、概要)
古い方法
サイト用のディレクトリを作る。例:
mkdir -p ~/Sites/domain.com/public
/etc/hostsに1行追加する。
127.0.0.1 domain.dev
Apacheの設定ファイルにvirtual hostの設定を追加する。
<VirtualHost *>
ServerName domain.dev
DocumentRoot...
検索結果ページに出る広告の効果が高いのは、ユーザーがその広告を受け入れられるような状況・環境にいるからだ
– 検索連動型広告=「効果が高い」、本当の理由。: mediologic.com/weblog
(translation)
The reason why advertisement in search results is effective, users are under the situation and/or environment that they can be accepted these advertisements.
# If the above English is not natural, please tell me. I’m studying...