with apache mod_proxy just know this stuff
then looked at the document
and wrote the following profile:
ServerName www.selboo.com.cn
ProxyPassReverse / http://www.selboo.com.cn/
CustomLog logs/access_abc_log combined
Allow from all
Then have to modify the system httpd.conf
Will be one of mod_proxy, mod_proxy_httpd enabled
Then again
Because www.selboo.com.cn real server in this domain with the server I have connected to the intranet (internal network ip: 192.168.1.100)
So vim / etc / hosts
Write
192.168.1.100 www.selboo.com.cn
Then restart apache
Will be one of mod_proxy, mod_proxy_httpd enabled
Then again
Because www.selboo.com.cn real server in this domain with the server I have connected to the intranet (internal network ip: 192.168.1.100)
So vim / etc / hosts
Write
192.168.1.100 www.selboo.com.cn
Then restart apache