Apacheの再起動時に次のエラーが表示される理由がわかりません。
Invalid command 'VirtualDocumentRoot', perhaps misspelled or defined by a module not included in the server configuration
Action 'start' failed.
それが参照しているスニペットはこれです:
<VirtualHost *:80>
ServerAdmin help@mydomain.com
VirtualDocumentRoot /local/www/staging/%1
ServerAlias *.staging.mydomain.com
</VirtualHost>
私はそれが言ったようにスペルミスだと思ったが、それは私の別のサーバーから直接コピーされた。完璧に機能します。何か案は?
a2enmod vhost_alias