Re: [users@httpd] The use of Alias directive command

2012-02-13 Thread Sharl.Jimh.Tsin
在 2012-02-13一的 16:50 +0800,yanliang写道: > On 02/13/2012 04:42 PM, Sharl.Jimh.Tsin wrote: > > 在 2012-02-13一的 16:34 +0800,yanliang写道: > >> Thank for your reply,Tianyin. > >> > >> And there is no XMLRPC folder in the "/var/ww/html/python" path.So I > >> think it has some meaning. > >> > >> Thanks. > >>

Re: [users@httpd] The use of Alias directive command

2012-02-13 Thread yanliang
On 02/13/2012 04:42 PM, Sharl.Jimh.Tsin wrote: 在 2012-02-13一的 16:34 +0800,yanliang写道: Thank for your reply,Tianyin. And there is no XMLRPC folder in the "/var/ww/html/python" path.So I think it has some meaning. Thanks. Yan On 02/13/2012 04:25 PM, Tianyin Xu wrote: I think XMLRPC is nothing

Re: [users@httpd] The use of Alias directive command

2012-02-13 Thread Sharl.Jimh.Tsin
在 2012-02-13一的 16:34 +0800,yanliang写道: > Thank for your reply,Tianyin. > > And there is no XMLRPC folder in the "/var/ww/html/python" path.So I > think it has some meaning. > > Thanks. > > Yan > > On 02/13/2012 04:25 PM, Tianyin Xu wrote: > > I think XMLRPC is nothing special only a part of th

Re: [users@httpd] The use of Alias directive command

2012-02-13 Thread yanliang
Thank for your reply,Tianyin. And there is no XMLRPC folder in the "/var/ww/html/python" path.So I think it has some meaning. Thanks. Yan On 02/13/2012 04:25 PM, Tianyin Xu wrote: I think XMLRPC is nothing special only a part of the path. What the Alias directive do is map "/test" to "/va

Re: [users@httpd] The use of Alias directive command

2012-02-13 Thread yanliang
Thank for your reply,Tianyin. And there is no XMLRPC folder in the "/var/ww/html/python" path.So I think it has some meaning. Thanks. Yan On 02/13/2012 04:25 PM, Tianyin Xu wrote: I think XMLRPC is nothing special only a part of the path. What the Alias directive do is map "/test" to "/va

Re: [users@httpd] The use of Alias directive command

2012-02-13 Thread Tianyin Xu
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, Fe

[users@httpd] The use of Alias directive command

2012-02-12 Thread yanliang
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