<VirtualHost www.opendata.com.cn>
ServerName www.opendata.com.cn
RewriteEngine On
ProxyRequests off        
        RewriteRule ^/(.*) http://localhost:8456/opendata/$1 [P,L]
</VirtualHost>