I've followed all of the steps in
http://library.linode.com/web-applicati ... 0.04-lucidI think the sites-enabled file is properly configured for the subdomain ('user' is stand-in for actual user):
Quote:
# domain: stats.site.org
# public: /home/user/public/stats.site.org/
<VirtualHost *:80>
ServerAdmin
admin@stats.site.org ServerName stats.site.org
ServerAlias stats.site.org
DirectoryIndex index.html index.php
DocumentRoot /home/user/public/stats.site.org/public
LogLevel warn
ErrorLog /home/user/public/stats.site.org/log/error.log
CustomLog /home/user/public/stats.site.org/log/access.log combined
</VirtualHost>
a2ensite and apache2 restart have been successful. "A" record has been created for stats in DNS manager and is pointed to the same IP address as the primary domain.
Can anyone offer advice on what I've forgotten?
Thanks!