一、配置APache
- 打开apache安装目录下(/etc/httpd/conf.d/ssl.conf)的 ssl.conf 配置以下内容
<VirtualHost *:443>
# General setup for the virtual host, inherited from global configuration
#DocumentRoot "/var/www/html"
ServerName www.pwx.com
# 古籍检索系统 ,重定向到tomcat 中古籍检索系统项目
ProxyPass /record http://127.0.0