Я только что сделал большую переустановку Apache2 (Debian 2.4.4-6, libapache2-mod-php5 5.5.0 ~ rc3 + dfsg), и когда он сбросился, все мои vhosts сломались. Задавшись вопросом, не очистил ли я случайно свои конфигурации виртуального хоста, я пошел проверить:
d8uv@ddd /etc/apache2/sites-available
$ sudo ls -l
total 32
-rw-r--r-- 1 root root 798 Jun 2 08:27 000-default.conf
-rw-r--r-- 1 root root 394 Jul 9 2012 domain1.com
-rw-r--r-- 1 root root 422 Jul 26 2012 domain2.com
-rw-r--r-- 1 root root 427 Apr 28 2010 domain3.com
-rw-r--r-- 1 root root 400 Apr 28 2010 domain4.com
-rw-r--r-- 1 root root 393 Oct 26 2010 domain5.com
-rw-r--r-- 1 root root 6432 Jun 2 08:27 default-ssl.conf
Все есть, так что давайте посмотрим, смогу ли я их включить:
d8uv@ddd /etc/apache2/sites-available
$ sudo a2ensite
Your choices are: 000-default default-ssl
Which site(s) do you want to enable (wildcards ok)?
Итак, файлы конфигурации существуют, но их не видит a2ensite. Может быть, в главном конфиге отключен vhosting?
d8uv@ddd /etc/apache2/sites-available
$ tail /etc/apache2/apache2.conf
# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf
# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Посмотрите очень внимательно на инструкции include. Вы это еще не видели? Нет?
Оно включает sites-enabled/*.conf
, так что переименуйте ваши файлы конфигурации, чтобы они имели расширение .conf.