On Feb 11, 2008 12:27 PM, S. Ural <[EMAIL PROTECTED]> wrote:
>
> Apache/1.3.37
> I have 2 Linux servers: Server1 and Server2 with different IP blocks.
>
>  I would like to create an alias /images in Server1's httpd.conf that will
> point to a directory on Server2.
>
>  How can I do that?

Two choices:

1. If they are connected via a network filesystem (nfs, smb, etc),
then just point to the appropriate file-system path.

2. Otherwise, use the ProxyPass directive to do the mapping. See:
http://www.apachetutor.org/admin/reverseproxies

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to