DocumentRoot "/Library/WebServer/web/nhh/www/api"
<Directory "/Library/WebServer/web/nhh/www/api">
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "/Library/WebServer/web/nhh/www/api"
ServerName api.nhh.com
ErrorLog "/private/var/log/apache2/dummy-host2.example.com-error_log"
CustomLog "/private/var/log/apache2/dummy-host2.example.com-access_log" common
</VirtualHost>
网友评论