我有一个webserver
正在运行的apache and tomcat as apache as front end
. 问题是当我给出页面正在加载的域的 url 时。但是当我在地址栏中提供 ip 时,它没有加载。以下是我在 apache 中的配置。
<VirtualHost 192.168.1.98:80>
JkWorkersFile /etc/httpd/conf.d/workers.properties
JkLogFile /var/log/httpd/mod_jk.log
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkRequestLogFormat "%w %V %T"
JkMount /* worker1
</VirtualHost>
为什么当我放弃浏览器时它没有加载192.168.1.98
?
它给出了一个空白页。帮助