Get files from other machine
Posted by: diogombb (187.55.3.---)
Date: December 23, 2010 08:31PM

I have a machine where I want to access the files from wamp.

Currently in "c:/wamp/www/"

I want you to grab files from another machine, for example: "\\machine1\site" or "\\10.0.0.2\site".

QUESTION: How do I change the DirectoryRoot "apache.conf"?

Options: ReplyQuote
Re: Get files from other machine
Posted by: toivo (203.19.130.---)
Date: January 01, 2011 05:55AM

If I understand correctly, you want the website on the Wamp server to access files from other machines in your LAN. This is possible if you run a web server on each of those machines. Apache is a web server and uses web protocols to access files: [httpd.apache.org]

In PHP it is possible to use different wrappers or protocols to access files from other servers: [php.net]

toivo
Sydney, Australia



Edited 1 time(s). Last edit at 01/01/2011 05:56AM by toivo.

Options: ReplyQuote


Sorry, only registered users may post in this forum.