Не могу запустить сайт на vds, делаю с default файла, не хочет работать, перекидывает на домен, к которому Vds привязан.
<VirtualHost *:80><br/>
<br/>
ServerName <a href="http://www.site.ru">www.site.ru</a><br/>
ServerAlias site.ru *.site.ru<br/>
<br/>
ServerAdmin webmaster@localhost<br/>
<br/>
DocumentRoot /sites/site/www<br/>
<Directory /><br/>
Options FollowSymLinks<br/>
AllowOverride all<br/>
<Directory /sites/site/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Сам сайт — набор html-файлов.