I have install Apache HTTP Server 2.2 on a Windows network.
Or intranet is running on this Apache server.
We upload documents in a special folder on the network.
This folder has only rights for a certain group.
A normal networkuser has no access to this folder for security reason.
I have made an alias like:
Alias /Documents "\\\\[network server]\\[folder]\\[folder]\\Documents"
How can a normal network user open a document using intranet page?
Does Apache has a user that can be used so we can add this user in the group that has the rights?