Apache web root on remote server
Is is possible to have apache on netware dish up web pages from remote
netware servers?
i have several domains that are dished up from the local apache server
with their own root using VirtualHosts, ie,
<VirtualHost 1.2.3.4:80>
ServerName epay.mydomain.com
DocumentRoot vol1:/webs/epay
<Directory vol1:/webs/epay>
Options ExecCGI Includes MultiViews
AllowOverride None
Order deny,allow
Allow from all
</Directory>
</VirtualHost>
etc.
However, I'd like to have the DocRoot be
RemoteServer/volume:/directory. Is there a way to do this with apache
on netware? If so, what is the syntax, and are any special rights
required to be setup on the remote server?
|