OK, i have this
NameVirtualHost last.cc
<VirtualHost last.cc>
ServerAdmin bryson@last.cc
DocumentRoot /www/docs/last.cc
ServerName last.com
ErrorLog logs/last.cc-error_log
CustomLog logs/last.cc-access_log common
</VirtualHost>
NameVirtualHost ch4t
<VirtualHost ch4t>
ServerAdmin bryson@ch4t.last.cc
DocumentRoot /www/docs/ch4t.last.cc
ServerName ch4t.last.com
ErrorLog logs/ch4t-error_log
CustomLog logs/ch4t-access_log common
</VirtualHost>
1) What do i need to add to get this to work?
2) Is the root right?
I have the last.cc files in the htdocs folder and the ch4t
files in a folder called ch4t.
3) When i test it is comes up that it cannot resolve host name ch4t, so how do i make it resolve it?
Thx for anyhelp,
Bryson
NameVirtualHost last.cc
<VirtualHost last.cc>
ServerAdmin bryson@last.cc
DocumentRoot /www/docs/last.cc
ServerName last.com
ErrorLog logs/last.cc-error_log
CustomLog logs/last.cc-access_log common
</VirtualHost>
NameVirtualHost ch4t
<VirtualHost ch4t>
ServerAdmin bryson@ch4t.last.cc
DocumentRoot /www/docs/ch4t.last.cc
ServerName ch4t.last.com
ErrorLog logs/ch4t-error_log
CustomLog logs/ch4t-access_log common
</VirtualHost>
1) What do i need to add to get this to work?
2) Is the root right?
I have the last.cc files in the htdocs folder and the ch4t
files in a folder called ch4t.
3) When i test it is comes up that it cannot resolve host name ch4t, so how do i make it resolve it?
Thx for anyhelp,
Bryson
