re>>check your default root directory in apache
DocumentRoot "/webdir"
re>>>check your root directory authority
about this i dont now, what in this authority i must to specify
my sys mandrake8.2
apache1.3.27
sorry for first problem,
now i try to describe real probem
my document root is "/webdir" now in this "/webdir"
i make two directories like
dir 1 - "/webdir/page1"
dir 2 - "/webdir/page2"
in httpd.conf i write two virtual hosts
NameVirtualHost localhost
<Virtualhost 127.0.0.1>
ServerAdmin - some person
DocumentRoot /webdir/page1
ServerName page1
errorLog = my path
CustomLog = my path
</Virtualhost>
<Virtualhost 127.0.0.2>
ServerAdmin - some person
DocumentRoot /webdir/page2
ServerName page2
errorLog = my path
CustomLog = my path
</Virtualhost>
what i am forgoted , beacause when i type in explorer
name of server 1 like page1 i got unknow host
, i am something missed, what ???
thanks