My thanks to everybody who replied in this thread.  I decided just
to take the simple way out, so I added this near the top of my
httpd-vhosts.conf file:

<VirtualHost *>
    ServerName localhost
    ServerAdmin [email protected]
    DocumentRoot /usr/local/www/apache24/data/localhost/htdocs
    ErrorLog /var/log/error-log-localhost    
    CustomLog /var/log/access-log-localhost combined
</VirtualHost>

then I created an appropriate and minimal index.html file and stuck
it into the /usr/local/www/apache24/data/localhost/htdocs directory.

Seems to be adequate for my needs at the moment.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to