Hi
I run apache at work on my Win2000 pro workstation (runs on Linux at home!) and I need it to access a share on a remote Win2000 server, without people knowing where that share is. I've tried adding it as a alias, but that throws up errors. Is there a way I can access the share through Apache and add it as a link on my index page? The alias is set up as:
Alias /DD43/ "//Server_ip_address/DD43/setup.exe"
<Directory "//Server_ip_address/DD43/setup.exe">
Options Indexes FOllowSymLinks Multiviews
AllowOverride None
Order allow,deny
Allow from All
</Directory>
I've not tried this with apache before but it would be very useful if I could do it. Or am I missing something basic?
Matt
I run apache at work on my Win2000 pro workstation (runs on Linux at home!) and I need it to access a share on a remote Win2000 server, without people knowing where that share is. I've tried adding it as a alias, but that throws up errors. Is there a way I can access the share through Apache and add it as a link on my index page? The alias is set up as:
Alias /DD43/ "//Server_ip_address/DD43/setup.exe"
<Directory "//Server_ip_address/DD43/setup.exe">
Options Indexes FOllowSymLinks Multiviews
AllowOverride None
Order allow,deny
Allow from All
</Directory>
I've not tried this with apache before but it would be very useful if I could do it. Or am I missing something basic?
Matt