link to open local files - intranet/local access only

link to open local files - intranet/local access only

am 25.01.2010 20:40:43 von aurfalien

Hi all,

Completely unsure were to start on this one.

I've 3 platforms to support (Windows, Linux, Mac), which use file
browsers of Windows Explorer, Conquerer, OSX Finder respectively.

Our intranet has links to files were we would like those directory
locations to open when clicked.

Basically we are trying the ease file navigation for our users because
the paths can be very long. The files vary in type which are
irrelevant in that we just want there local file browser to open up to
that specific directory location.

I'm flexible in that I could enforce the use of 1 browser like Firefox
on all three platforms, but how do I go about getting this running?

My setup;

Apache 2.2.3 on Centos 5.3
Centos 5.3 clients
OSX 10.5 clients
XP clients

Browsers can be anything, Firefox is fine for us.

Thanks in adavnce for any clues.

- aurf

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: link to open local files - intranet/local accessonly

am 25.01.2010 21:53:17 von linuxmasterjedi

Le Mon, 25 Jan 2010 11:40:43 -0800,
aurfalien@gmail.com a =E9crit :
> I've 3 platforms to support (Windows, Linux, Mac), which use file =20
> browsers of Windows Explorer, Conquerer, OSX Finder respectively.
>=20
> Our intranet has links to files were we would like those directory =20
> locations to open when clicked.
>=20
> Basically we are trying the ease file navigation for our users because =20
> the paths can be very long. The files vary in type which are =20
> irrelevant in that we just want there local file browser to open up to =20
> that specific directory location.
>=20
> I'm flexible in that I could enforce the use of 1 browser like Firefox =20
> on all three platforms, but how do I go about getting this running?
>=20
> My setup;
>=20
> Apache 2.2.3 on Centos 5.3
> Centos 5.3 clients
> OSX 10.5 clients
> XP clients

You may know file links (file:///) but I don't want to use them at all. Wh=
ere are your files stored ? On a
NAS ? Why can't you just mount remote shares to your server in a virtualho=
st subdirectory and point to them
with a link like this : http://intranet/subdir/path/to/myfile.txt=20


--=20
LMJ
"May the source be with you my young padawan"
http://sites.google.com/site/imatruelinuxmasterjedi/

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: link to open local files - intranet/local access only

am 25.01.2010 22:00:32 von aurfalien

Hi LMJ,

On Jan 25, 2010, at 12:53 PM, L.M.J wrote:

> Le Mon, 25 Jan 2010 11:40:43 -0800,
> aurfalien@gmail.com a =E9crit :
>> I've 3 platforms to support (Windows, Linux, Mac), which use file
>> browsers of Windows Explorer, Conquerer, OSX Finder respectively.
>>
>> Our intranet has links to files were we would like those directory
>> locations to open when clicked.
>>
>> Basically we are trying the ease file navigation for our users =20
>> because
>> the paths can be very long. The files vary in type which are
>> irrelevant in that we just want there local file browser to open up =20=

>> to
>> that specific directory location.
>>
>> I'm flexible in that I could enforce the use of 1 browser like =20
>> Firefox
>> on all three platforms, but how do I go about getting this running?
>>
>> My setup;
>>
>> Apache 2.2.3 on Centos 5.3
>> Centos 5.3 clients
>> OSX 10.5 clients
>> XP clients
>
> You may know file links (file:///) but I don't want to use them at =20
> all. Where are your files stored ?


The files are stored on a NAS but the goal here is to open up their =20
local file browser to help them navigate much faster.

While I do have virtual host directive and some server side dir/file =20
stuff going on, its not what we would like in this case.



------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org