доброго всем времени суток, взял сервер VPS с дебиан 4, поставил апач, пхп и тд.. но вот виртуальные хости работать никак не хотят, не могу понять в чем дело :)логи виртуальных хостов - пустые.. сообщений об ошибках в эррор логе тоже нету
root@v656:/etc/apache2/mods-enabled# apache2ctl -M
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
charset_lite_module (shared)
dir_module (shared)
env_module (shared)
info_module (shared)
mime_module (shared)
mime_magic_module (shared)
negotiation_module (shared)
php5_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
vhost_alias_module (shared)
Syntax OK
root@v6536:/etc/apache2/mods-enabled# apache2ctl -S
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:* test.ru (/etc/apache2/sites-enabled/000-test.ru_conf:1)
*:* mysql.test.ru (/etc/apache2/sites-enabled/mysql.test.ru_conf:1)
*:* test.test.ru (/etc/apache2/sites-enabled/test.test.ru:1)
Syntax OK
root@v656:/etc/apache2/mods-enabled# ls -la /var/log/apache2/
total 14368
drwxr-xr-x 2 root root 4096 Jan 25 02:05 .
drwxr-xr-x 11 root root 4096 Jan 22 20:19 ..
-rw-r----- 1 root adm 319841 Jan 21 15:10 access.log
-rw-r----- 1 root adm 161158 Jan 25 03:24 error.log
-rw-r--r-- 1 root root 13345012 Jan 25 03:35 test.ru_access.log
-rw-r--r-- 1 root root 833685 Jan 25 03:35 test.ru_error.log
-rw-r--r-- 1 root root 0 Jan 21 16:37 mysql.test.ru_access.log
-rw-r--r-- 1 root root 0 Jan 21 16:37 mysql.test.ru_error.log
-rw-r--r-- 1 root root 0 Jan 25 02:05 test.test.ru_access.log
-rw-r--r-- 1 root root 0 Jan 25 02:05 test.test.ru_error.log