
06.06.2008, 03:25
|
|
Постоянный
Регистрация: 18.10.2007
Сообщений: 461
С нами:
9770248
Репутация:
66
|
|
блин ничего не получается =( прописал в /etc/hosts
127.0.0.1 localhost
127.0.0.1 myphp
и в httpd.conf
<VirtualHost myphp.ru:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /home/max/myphp/html
ServerName myphp.ru
ErrorLog /var/log/httpd/dummy-host.example.com-error_log
CustomLog /var/log/httpd/dummy-host.example.com-access_log common
</VirtualHost>
чтото не так=(
|
|
|