On Mon, Jun 23, 2003 at 05:36:21PM -0400, UpFront Technology wrote:
> Hello,
>
> I am in the process of setting up CODA to serve files for mail and web
> servers in a High Availability fail over environment.
>
> However, I would like to mount the volumes in another directory
> other that /coda. Is it possibly to mount them under /usr/local/apache2?
It should work if you set the 'mountpoint=/usr/local/apache2' option in
venus.conf. But perhaps a simple symlink will work just as well,
ln -s /coda/html /usr/local/apache2/html
Jan