Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accissing a share on another server

Status
Not open for further replies.

linmatt

Technical User
May 22, 2002
50
GB
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 &quot;//Server_ip_address/DD43/setup.exe&quot;>
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top