CentOSでの自分でインストールしたapacheの起動

/sbin/chkconfigでブート指定されているapacheを自分でインストールしたものに変更する場合。

$ cat /etc/sysconfig/httpd
# Currently, you can use the following options:
# OPTIONS="whatever" -- These additional options will be passed to httpd
#                       at startup. Don't add -k here.
HTTPD="/usr/local/apache2/bin/httpd"
OPTIONS="-DSSL"