I'm using Apache 1.0 on HP-UX 9.0 and I have set up
multiple virtual hosts. I would like to set up
different transfer logs for each virtual host.
My httpd.conf contains the following:
...
ServerRoot /users/httpd
...
<VirtualHost first.host>
...
TransferLog /users/httpd/first/logs/access_log
...
</VirtualHost>
<VirtualHost second.host>
...
TransferLog /users/httpd/second/logs/access_log
...
</VirtualHost>
When I start Apache then both of these files
are created. But when I access these hosts
all the access info goes to the standard
transfer log - /users/httpd/logs/access_log.
What's wrong with my configuration?
Regards
ray_
--------------------
Raimonds Simanovskis