|
For better organization, you may notice that I specified
my logs files to be written into a specific directory inside the logs
directory. If I had not done this and added a long list of vhosts, then the
logs directory could quickly become a pain to manage.
If you choose to go this route, be sure to create these
directories before restarting your server, as configtest won't necessarily
complain about it.
[root@name apache]# ./bin/apachectl configtest
Syntax OK
[root@name apache]# ./bin/apachectl restart
./bin/apachectl restart: httpd restarted
$Id: config-vhost.html,v 1.3 2002/08/15 04:51:44 willn Exp $
|