I think XMLRPC is nothing special only a part of the path.

What the Alias directive do is map "/test" to
"/var/www/html/python/XMLRPC". For example, the request for
http://yourserver/test/foo.gif would cause the server to return the
file /var/www/html/python/XMLRPC/foo.gif

-- Tianyin


On Sun, Feb 12, 2012 at 9:38 PM, yanliang <liang....@cs2c.com.cn> wrote:

> Hi all,
>
> I have seen in some config files of httpd, the  use of the Alias directive
> is intresting, as follows:
>
> Alias /test   "/var/www/html/python/XMLRPC"
>
> The XMLRPC is not a directory, but the httpd server will define the
> "/test" is the XMLRPC server.
>
> What is the means of "XMLRPC"  in the "/var/www/html/python/XMLRPC"?
>
> Thanks.
>
> yan
>
> ------------------------------**------------------------------**---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See 
> <URL:http://httpd.apache.org/**userslist.html<http://httpd.apache.org/userslist.html>>
> for more info.
> To unsubscribe, e-mail: 
> users-unsubscribe@httpd.**apache.org<users-unsubscr...@httpd.apache.org>
>  "   from the digest: 
> users-digest-unsubscribe@**httpd.apache.org<users-digest-unsubscr...@httpd.apache.org>
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>


-- 
Tianyin XU,
http://cseweb.ucsd.edu/~tixu/

Reply via email to