
May 28th, 2001, 02:47 PM
|
|
MMMM...Brains....
|
|
Join Date: May 2001
Posts: 459
Time spent in forums: 2 Days 11 h 11 m 37 sec
Reputation Power: 7
|
|
error logs needed?
NameVirtualHost 123.456.789.10
<VirtualHost 123.456.789.10:80>
ServerAdmin you@hotmail.com
DocumentRoot /www/docs/domaindir
ServerName domain.com
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
is the ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
really needed?
|