「/usr/local/apache/conf/httpd.conf」からドメイン名をエクスポートしようとしています。ファイル内のドメイン名は次のようになります。
ServerName www.site.com
ServerName www2.site.org
私は使用しようとしました:
cat /usr/local/apache/conf/httpd.conf | grep ServerName
ただし、出力には次が含まれます。
# ServerName allows you to set a host name which is sent back to clients for
ServerName www.site.com
# to the server the response is coming from) it will use ServerName and
# ServerName host.some_domain.com
# ServerName allows you to set a host name which is sent back to clients for
ServerName www2.site.org
# to the server the response is coming from) it will use ServerName and
# ServerName host.some_domain.com