????????????????????Web?????????????????????????????
???????????????????www.xxx.com???????????????????????????????????blog??photo???????????????????????blog?????????3000????http://127.0.0.1:3000/blog????Photo?????????3001????http://127.0.0.1:3001/photo??????????www.xxx.com/blog??????????????www.xxx.com/photo?????????????????????????????????
????????Apache???????????????????ProxyPass????????Apache??????????????/etc/apache2/sites-enable???£?????VirtualHost???????????????μ????
ProxyPass /blog http://127.0.0.1:3000/blog
ProxyPass /photo http://127.0.0.1:3001/photo
????????Nginx???????????????????proxy_pass????????Nginx??????????????/opt/nginx/conf/nginx.conf?????????server???????????????μ????
location ^~ /blog {
proxy_pass  http://127.0.0.1:3000/blog;
}
location ^~ /photo {
proxy_pass  http://127.0.0.1:3001/photo;
}
?????????????ú????????????????/blog?????URL????www.xxx.com/blog??????????http://127.0.0.1:3000/blog????????????/photo?????URL????www.xxx.com/photo??????????http://127.0.0.1:3001/photo?????????????????????????Web??á?
??????????????????????????????????????????????URL?????????????????????????????????????????????????ò?????????????????????^_^
?????????????????????????????????????????????·???????Web??á??????????????????????????OpenID???????????????????Щ??????????????????y???????route????????????URL?????????????????????????????????????????????????????????????